[PR #101] [MERGED] 64 implement unified UI practices to existing views #274

Closed
opened 2026-02-27 19:17:33 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: 64-implement-unified-ui-practices-to-existing-views


📝 Commits (5)

  • 05b42a4 install icons, setup theme and init component structure
  • c69dff4 Text components
  • 95cd17f Buttons and text
  • 820c6a4 Finish up alternative button
  • 72de8c3 Move 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.

## 📋 Pull Request Information **Original PR:** https://github.com/EddieTheCubeHead/Stagnum/pull/101 **Author:** [@tuomasmustakallio](https://github.com/tuomasmustakallio) **Created:** 2/26/2024 **Status:** ✅ Merged **Merged:** 2/26/2024 **Merged by:** [@KeManen](https://github.com/KeManen) **Base:** `master` ← **Head:** `64-implement-unified-ui-practices-to-existing-views` --- ### 📝 Commits (5) - [`05b42a4`](https://github.com/EddieTheCubeHead/Stagnum/commit/05b42a41cd590f02a91c1bae87b556c59272ecdf) install icons, setup theme and init component structure - [`c69dff4`](https://github.com/EddieTheCubeHead/Stagnum/commit/c69dff4ae473fcd7a69c854ef61e638ac378d7d5) Text components - [`95cd17f`](https://github.com/EddieTheCubeHead/Stagnum/commit/95cd17f1895c1c3cac95e6b4a37c60aae7a3d0d4) Buttons and text - [`820c6a4`](https://github.com/EddieTheCubeHead/Stagnum/commit/820c6a4aaa28b78b92ba439f1eae72b28b6fa221) Finish up alternative button - [`72de8c3`](https://github.com/EddieTheCubeHead/Stagnum/commit/72de8c33447d3e0c13bff885a09ec97bd1418434) Move theme to utils folder, components, change bg to black ### 📊 Changes **7 files changed** (+117 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:17:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/Stagnum#274
No description provided.