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

fix(openchallenges): upgrade legacy components #2290

Merged
merged 16 commits into from
Oct 31, 2023

Conversation

vpchung
Copy link
Member

@vpchung vpchung commented Oct 31, 2023

Fixes #1554

Changelog

  • Upgrade @angular/material/legacy-* found in openchallenges libraries
  • Remove dependencies on mat.legacy-* in the app theme
  • Add discord-button to the UI's library theme
  • General styling updates to account for changes in the v15 upgrade
  • Other general updates to follow their suggested best practices

Note

schematic's _app-theme has also been upgraded

@vpchung vpchung self-assigned this Oct 31, 2023
@vpchung
Copy link
Member Author

vpchung commented Oct 31, 2023

If I missed a component or a needed stylistic change, let me know!

Copy link
Member

@tschaffter tschaffter left a comment

Choose a reason for hiding this comment

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

The PR fails to pass all the checks.

@vpchung
Copy link
Member Author

vpchung commented Oct 31, 2023

The PR fails to pass all the checks.

Thanks, the failed test was due to a dependency in schematic's _app-theme, which have been addressed. Ready for a (re)review!

@tschaffter tschaffter merged commit de45fe6 into Sage-Bionetworks:main Oct 31, 2023
7 checks passed
@vpchung vpchung deleted the story-1554 branch October 31, 2023 18:20
mdsage1 pushed a commit to mdsage1/sage-monorepo that referenced this pull request Nov 1, 2023
* not-found page: upgrade MatCard

* org-profile page: remove unused tabs component

* github-button: upgrade MatButton

* _app-theme: upgrade legacy; fix fonts

* navbar: upgrade MatButton; fix colors and padding

* fix typography for buttons

* signup page: upgrade components

* add required `mat-label`

* update styles to account for changes

* user-button: upgrade MatButton, MatMenu

* update styles to account for changes

* upgrade component in commented code

* remove dependency on legacy-* in _app-theme

* add typography to discord button; add discord theme

* schematic: remove unused font; upgrade legacies
tschaffter added a commit that referenced this pull request Nov 3, 2023
* added unit tests for api, model and exception

* update the unit tests

* fix typos in files for unit test

* move folder to correct top folder

* comment out failing test

* remove files

* update istest

* Update label of the Discord button (#2288)

* fix(openchallenges): upgrade legacy components (#2290)

* not-found page: upgrade MatCard

* org-profile page: remove unused tabs component

* github-button: upgrade MatButton

* _app-theme: upgrade legacy; fix fonts

* navbar: upgrade MatButton; fix colors and padding

* fix typography for buttons

* signup page: upgrade components

* add required `mat-label`

* update styles to account for changes

* user-button: upgrade MatButton, MatMenu

* update styles to account for changes

* upgrade component in commented code

* remove dependency on legacy-* in _app-theme

* add typography to discord button; add discord theme

* schematic: remove unused font; upgrade legacies

* fix(openchallenges): remove Sage from sponsor list (#2287)

* remove Sage from sponsor list

* apply section-title styling

* link out to ITCR website

* use more descriptive variable name

* chore(schematic): remove `schematic-app` and `schematic-api-client-angular` (#2293)

* Remove schematic-app and schematic-api-client-angular

* Update `tsconfig.base.json`

* feat(sage-monorepo): enable Format on Save for JSON and JSON with Comments (#2294)

* Format JSON on save

* Enable format on save for jsonc

* hide page size options on search pages (#2298)

* delete

* img hgt exception test

* final image height exception test

* update

* additional variable formatting

* updtate unittest

---------

Co-authored-by: Thomas Schaffter <[email protected]>
Co-authored-by: Verena Chung <[email protected]>
Co-authored-by: Rongrong Chai <[email protected]>
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.

[Story] Upgrade all legacy Angular components
2 participants