mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 14:15:50 +03:00
[PR #192] [MERGED] 178 refactor frontend codebase #314
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#314
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/192
Author: @OttoAhlfors
Created: 4/5/2024
Status: ✅ Merged
Merged: 4/7/2024
Merged by: @OttoAhlfors
Base:
master← Head:178-refactor-frontend-codebase📝 Commits (10+)
30a3bfbDeleted unnecesary commentscbc0bc2Removed console.logs and replaced with // TODO Error alert5dae48eRemoved unused page route16d143bRemoved unused code9557873Linting changes0ad28a3re arranged some filesbc677b3Search component typing0e6b467More search component lint fixes8b04828Pool component lint fixesa2d7e07Deleted extra theme folder📊 Changes
41 files changed (+536 additions, -879 deletions)
View changed files
📝
client/.eslintrc.json(+19 -6)📝
client/app/about/page.tsx(+3 -9)📝
client/app/layout.tsx(+7 -4)📝
client/app/login/page.tsx(+6 -6)📝
client/app/page.tsx(+23 -27)➖
client/app/pool/page.tsx(+0 -135)➖
client/app/utils/mockData.ts(+0 -45)➖
client/app/utils/theme.ts(+0 -23)📝
client/components/buttons/altButton.tsx(+7 -5)📝
client/components/buttons/defaulButton.tsx(+11 -5)📝
client/components/buttons/iconButtons/addToPoolButton.tsx(+11 -11)📝
client/components/buttons/iconButtons/collapseIconButton.tsx(+11 -4)📝
client/components/buttons/iconButtons/deleteButton.tsx(+31 -34)📝
client/components/buttons/iconButtons/showMoreIconButton.tsx(+13 -13)📝
client/components/buttons/negativeButton.tsx(+11 -5)📝
client/components/buttons/skipButton.tsx(+14 -9)➖
client/components/layout/albumCard.tsx(+0 -44)📝
client/components/layout/footer.tsx(+8 -5)➖
client/components/lists/PoolList.tsx(+0 -94)➖
client/components/lists/PoolListItem.tsx(+0 -83)...and 21 more files
📄 Description
File structure has been changes so please give your feedback on it
two linting warnings remain, one will be fixed along side with the footter and another
needs a bit more knowledge than I have at the current moment but I do not want it to stop the ticket if someone knows a fix you are welcome to fit it
just run "npm run lint" and its the non image one
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.