implement-toolbar-design #463

Closed
b24johka wants to merge 0 commits from implement-toolbar-design into team_1_week_2
Collaborator
  • Created toggle button for Edit mode
  • Removed unused imports for previous button
  • Created styling for the dropdown
  • Created and implemented the dashboard.css file
  • Created the toolbar div and also go well with switching of themes
- Created toggle button for Edit mode - Removed unused imports for previous button - Created styling for the dropdown - Created and implemented the dashboard.css file - Created the toolbar div and also go well with switching of themes
Author
Collaborator

image

image

![image](/attachments/d3051986-a93c-4d8b-a802-c75fe6afcd7d) ![image](/attachments/2b52b24e-1522-4459-94ed-94a9672219fc)
b24johka 2026-04-21 08:19:03 +00:00
Collaborator

Code looks good and dashboard functions and toolbar settings work when testing in Linux. Ready to be merged

New issue: Cards generated disappear when going to settings and back. Cards generated should be saved and not removed.
This is not an problem for this issue in particular as it only tackles the implementation of design and not functionality

Code looks good and dashboard functions and toolbar settings work when testing in Linux. Ready to be merged New issue: Cards generated disappear when going to settings and back. Cards generated should be saved and not removed. This is not an problem for this issue in particular as it only tackles the implementation of design and not functionality
Author
Collaborator

I think this ^ is in the works as we speak

I think this ^ is in the works as we speak
Collaborator

Review on ##427

Has been reviewed by @a24hirsa, I just wanted to add that in the Wiki, we specified "All declarations within the rule set should be ordered alphabetically". For example this rule set:
.switch{
position: relative;
display: inline-block;
width: 60px;
height: 34px;
background-color: white, green;
}

should look like:
.switch{
background-color: white, green;
display: inline-block;
height: 34px;
position: relative;
width: 60px;
}

Additionally, we specified in the Wiki that "Use hex codes for colors, check the design document (issue #16) for the correct hex code. https://git.webug.se/Andras/BoundlessFlowCampus2K/wiki/Webpage-Design". The green color for the edit button should probably have the green we were provided from the school. But I believe that for some of the colors, using the colors for different themes maybe would be the way to go, rather than the colors being hardcoded.
This is just an idea, everything else looks good and the frontend is very impressive! Good job!

# Review on #https://git.webug.se/Andras/BoundlessFlowCampus2K/issues/427 Has been reviewed by @a24hirsa, I just wanted to add that in the Wiki, we specified "All declarations within the rule set should be ordered alphabetically". For example this rule set: .switch{ position: relative; display: inline-block; width: 60px; height: 34px; background-color: white, green; } should look like: .switch{ background-color: white, green; display: inline-block; height: 34px; position: relative; width: 60px; } Additionally, we specified in the Wiki that "Use hex codes for colors, check the design document (issue #16) for the correct hex code. https://git.webug.se/Andras/BoundlessFlowCampus2K/wiki/Webpage-Design". The green color for the edit button should probably have the green we were provided from the school. But I believe that for some of the colors, using the colors for different themes maybe would be the way to go, rather than the colors being hardcoded. This is just an idea, everything else looks good and the frontend is very impressive! Good job!
Author
Collaborator

Really good review, i will fix these things before merging.

Really good review, i will fix these things before merging.
Author
Collaborator

Although i dont think its suitable to change a toggle button to change depending on the theme that is set, since green is the sign for "Active" and grey is "Inactive". The dashboard container is changing along with themes.

Although i dont think its suitable to change a toggle button to change depending on the theme that is set, since green is the sign for "Active" and grey is "Inactive". The dashboard container is changing along with themes.
Author
Collaborator

This has been merged manually. Very sufficient review.

This has been merged manually. Very sufficient review.
b24johka closed this pull request 2026-04-21 11:34:08 +00:00
b24johka deleted branch implement-toolbar-design 2026-04-21 11:34:13 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Andras/BoundlessFlowCampus2K!463
No description provided.