mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #335] [MERGED] 334 create top bar for new client #387
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#387
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/335
Author: @EddieTheCubeHead
Created: 6/12/2024
Status: ✅ Merged
Merged: 6/12/2024
Merged by: @EddieTheCubeHead
Base:
master← Head:334-create-top-bar-for-new-client📝 Commits (5)
62fb2a7#330 implement theme provider for the applicationf2a904d330 theming works but doesn'tcce634e334 Top bar with logo and avatarf50c0ef#334 small fixes from read-through5be4429#334 Run formatter📊 Changes
23 files changed (+1279 additions, -178 deletions)
View changed files
📝
.gitignore(+1 -1)📝
clientRewrite/index.html(+11 -2)📝
clientRewrite/package.json(+7 -0)➕
clientRewrite/postcss.config.js(+6 -0)➕
clientRewrite/public/logo.png(+0 -0)➖
clientRewrite/public/vite.svg(+0 -1)➖
clientRewrite/src/App.css(+0 -44)📝
clientRewrite/src/App.tsx(+5 -33)➕
clientRewrite/src/ThemeProvider.tsx(+9 -0)➕
clientRewrite/src/common/components/topBar/Avatar.tsx(+45 -0)➕
clientRewrite/src/common/components/topBar/MainLogo.tsx(+12 -0)➕
clientRewrite/src/common/components/topBar/TopBar.tsx(+16 -0)➖
clientRewrite/src/index.css(+0 -73)📝
clientRewrite/src/main.tsx(+6 -3)➕
clientRewrite/src/styles/globals.css(+53 -0)➕
clientRewrite/src/views/Home.tsx(+9 -0)➕
clientRewrite/tailwind.config.ts(+60 -0)➕
clientRewrite/test/ThemeProviderFeatures.tsx(+33 -0)➕
clientRewrite/test/TopBarFeatures.tsx(+17 -0)➖
clientRewrite/test/remove_later_features.ts(+0 -5)...and 3 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.