Draft
Conversation
feat: migrate add pages to app folder fix: e2e action caching and failing e2e tests fix: failing unit tests chore: upgrade e2e and frontend dependencies chore: improve CSP rules chore: replace nprogress with bprogress bar chore: eslint remove indent rule because it does not work anymore chore: added current directory fix in next.config.mjs to supres multiple package-lock files warning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Personal pages redesign
Fixes #1510
Changes proposed in this pull request:
/app/(overviews)/components: includes generalised components for overview layout types (Grid, List, Masonry) in combination with a generalRSDOverviewcomponent. (Compatibility with current app router implementation needs to be checked)/app/personal-profile/components: includes a generalTilecomponent for the tile-based design of the personal pages and three started tile-based components:ProfileTile,ContactTile,AboutTile/app/personal-profile/[id]/layout: layout applied to get the aforementioned tile layoutHow to test:
PR Checklist:
docker-compose.yml