Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opinionated cleanup of dead code and duplicated style code. #4628

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

devinleighsmith
Copy link
Collaborator

No description provided.

@devinleighsmith devinleighsmith added enhancement New feature or request tech-debt Removing technical debt labels Jan 31, 2025
@devinleighsmith devinleighsmith self-assigned this Jan 31, 2025
import { InlineForm, InlineInput } from '@/components/common/form/styles';
import { Scrollable as ScrollableBase } from '@/components/common/Scrollable/Scrollable';

export const ListPage = styled.div`
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the most opinionated part of this change - we essentially had this exact file copied to every list view in the system. I've removed these duplicates and replaced with a single set of common styles for list views.

Copy link
Contributor

See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/4628

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tech-debt Removing technical debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant