-
Notifications
You must be signed in to change notification settings - Fork 58
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
feat: templates framework #4254
base: main
Are you sure you want to change the base?
Conversation
…sessions-framework
…sessions-framework
…sessions-framework
…sessions-framework
dev: legacy=false prod: legacy=true
# Conflicts: # src/routes/Boards/Legacy/LegacyNewBoard.tsx # src/store/features/view/types.ts # src/store/reducer/view.ts
# Conflicts: # src/routes/Router.tsx
# Conflicts: # src/routes/Boards/Legacy/LegacyNewBoard.tsx
The deployment to the dev cluster was successful. You can find the deployment here: https://4254.development.scrumlr.fra.ics.inovex.io Deployed Images
|
🐙 OctomindTest Report: 3/14 successful.
commit sha: 1b9eb9b |
Description
Resolves #4201
Resolves #4253
Adds the framework for the new template page. This includes both the layout and some functionality (like routing).
After logging into scrumlr, users will now be redirected to the templates page.
Important
To see the changes, make sure the env var
REACT_APP_LEGACY_CREATE_BOARD
is set tofalse
.Right now, they default to
false
in dev env, andtrue
in prod env.This is so the different changes can be merged into main without affecting current use.
The page consists of the header and main section
Header section
Main section
Changelog
templates
andsessions
to routenew
Sessions
accordinglyUserPill
Switch
SearchBar
NewBoard
to a grid including the new components in header, and the views as Outletstyle.scss
TODO
Checklist
(Optional) Visual Changes
Show media