mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 22:25:52 +03:00
[PR #101] [MERGED] 64 implement unified UI practices to existing views #274
Labels
No labels
bug
bug
client
design
documentation
feature
feature
infrastructure
pull-request
ready for development
server
server
spike
technical work
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stagnum#274
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/EddieTheCubeHead/Stagnum/pull/101
Author: @tuomasmustakallio
Created: 2/26/2024
Status: ✅ Merged
Merged: 2/26/2024
Merged by: @KeManen
Base:
master← Head:64-implement-unified-ui-practices-to-existing-views📝 Commits (5)
05b42a4install icons, setup theme and init component structurec69dff4Text components95cd17fButtons and text820c6a4Finish up alternative button72de8c3Move theme to utils folder, components, change bg to black📊 Changes
7 files changed (+117 additions, -1 deletions)
View changed files
➕
client/app/components/buttons/altButton.tsx(+27 -0)➕
client/app/components/buttons/defaulButton.tsx(+22 -0)➕
client/app/components/buttons/negativeButton.tsx(+22 -0)➕
client/app/components/textComponents.tsx(+17 -0)📝
client/app/page.tsx(+4 -0)➕
client/app/utils/theme.ts(+23 -0)📝
client/package.json(+2 -1)📄 Description
Unified components decided on designing the UI components. This ticket showed a bug in the application as nextjs default configurations and tailwind clash with MUI theme and its components. Made a seperate issue about the UI configurations to fix that. #100
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.