Skip to content

Refactor/Cleanup Frontend (Part 2) #2724

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

Merged
merged 13 commits into from
Jan 25, 2024
Merged

Refactor/Cleanup Frontend (Part 2) #2724

merged 13 commits into from
Jan 25, 2024

Conversation

RichDom2185
Copy link
Member

@RichDom2185 RichDom2185 commented Jan 25, 2024

Description

  • Removes some unused/unnecessary styles
  • Uses blueprint components where possible
  • Migrates some styles to CSS modules

By using CSS modules (supported out of the box), not only do we prevent global style name conflicts/clashes, but it is also easier to see which styles are referenced by which parts of the code.

This PR simply aims to move as much as possible to use CSS modules. Though it includes some reorganisation of stylesheets, this is not the main focus. As CSS modules will have an explicit import, it would be much easier to subsequently reorganise/simplify the stylesheets into different files once everything is migrated.

Also did a minor change to SICP by removing unnecessary type annotations for the paramters.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Code quality improvements

How to test

There should not be any UI regressions.

Checklist

  • I have tested this code
  • I have updated the documentation

Since we already explicitly type the containing object, redeclaring the
function parameter types would only lead to worse code readability.
These styles seem to have been duplicated to
`_achievementdashboard.scss` and not used anywhere.
Prevents unnecessary selector specificity. Since we now use CSS modules,
there is no risk of style conflicts.
Also deleted some unused styles. Further refactoring awaits to properly
separate out and group the relevant styles to relevant files.
@RichDom2185 RichDom2185 self-assigned this Jan 25, 2024
@coveralls
Copy link

coveralls commented Jan 25, 2024

Pull Request Test Coverage Report for Build 7649362514

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 37.193%

Totals Coverage Status
Change from base Build 7649259455: 0.0%
Covered Lines: 5728
Relevant Lines: 14461

💛 - Coveralls

Copy link
Contributor

@sayomaki sayomaki left a comment

Choose a reason for hiding this comment

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

Looks good to me, apart from a few minor changes needed. EDIT: Resolved.

Copy link
Contributor

@sayomaki sayomaki left a comment

Choose a reason for hiding this comment

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

Looks good to me, thanks for the changes!

@RichDom2185 RichDom2185 merged commit cfeeffd into master Jan 25, 2024
@RichDom2185 RichDom2185 deleted the fe-refactor-2 branch January 25, 2024 05:33
CYX22222003 pushed a commit to CYX22222003/frontendCYX that referenced this pull request Feb 9, 2024
* Remove unnecessary type annotations

Since we already explicitly type the containing object, redeclaring the
function parameter types would only lead to worse code readability.

* Remove unused styles

These styles seem to have been duplicated to
`_achievementdashboard.scss` and not used anywhere.

* Move some academy styles to use CSS modules

* Move AchievementCommentCard styles to CSS modules

* Remove CSS selector nesting

Prevents unnecessary selector specificity. Since we now use CSS modules,
there is no risk of style conflicts.

* Move Contributors to use CSS modules

* Fix regressions due to `Academy` CSS module

* Move some navigation bar styles to CSS modules

* Fix format

* Move GitHub assessment styles to CSS modules

Also deleted some unused styles. Further refactoring awaits to properly
separate out and group the relevant styles to relevant files.

* Standardise CSS module filenames to use PascalCase

* Update test snapshots
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants