mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #349] [MERGED] 342 subtask fetch data from search bar and save into store #393
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#393
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/349
Author: @EddieTheCubeHead
Created: 6/24/2024
Status: ✅ Merged
Merged: 6/24/2024
Merged by: @EddieTheCubeHead
Base:
master← Head:342-subtask-fetch-data-from-search-bar-and-save-into-store📝 Commits (10+)
603cb6c#342 Work towards presenting search resultsc433204#342 Working towards displaying search data83711cc#342 Visual side works. Should optimize queries next9e59799#342 First part of query optimization - fetch all general data on same query71e7f70#342 Implement debounced9075ffMerge branch 'master' into 342-subtask-fetch-data-from-search-bar-and-save-into-store0a1ca6a#342 Icon reworks and better spacingb7a91c4#342 Loads of tests and minor functionality improvementsa3f8e66#342 Add skeleton, minor test improvementsf908238#342 Fix lint and typecheck errors📊 Changes
63 files changed (+2026 additions, -50 deletions)
View changed files
📝
client/.eslintrc.json(+3 -3)📝
clientRewrite/setup-vitest.ts(+1 -1)📝
clientRewrite/src/App.tsx(+1 -1)➕
clientRewrite/src/api/fetchSpotifyGeneralSearch.ts(+14 -0)📝
clientRewrite/src/common/components/TopBar.tsx(+2 -2)➕
clientRewrite/src/common/components/cards/CardBase.tsx(+13 -0)➕
clientRewrite/src/common/components/cards/NameWithLink.tsx(+13 -0)➕
clientRewrite/src/common/components/cards/ResourceWithArtistNameField.tsx(+20 -0)📝
clientRewrite/src/common/components/toolbar/ToolBar.tsx(+1 -1)📝
clientRewrite/src/common/components/toolbar/toolbarSearch/ToolBarSearch.tsx(+1 -1)📝
clientRewrite/src/common/components/toolbar/toolbarSearch/ToolBarSearchCloseButton.tsx(+6 -3)📝
clientRewrite/src/common/components/toolbar/toolbarSearch/ToolBarSearchInput.tsx(+6 -0)📝
clientRewrite/src/common/components/toolbar/toolbarSearch/ToolBarSearchOpenButton.tsx(+5 -3)➕
clientRewrite/src/common/hooks/useDebounce.ts(+13 -0)📝
clientRewrite/src/common/hooks/useMeQuery.ts(+5 -1)➕
clientRewrite/src/common/icons/Icon.tsx(+13 -0)➕
clientRewrite/src/common/icons/IconButton.tsx(+15 -0)➕
clientRewrite/src/common/icons/svgs/AlbumIconSvg.tsx(+7 -0)➕
clientRewrite/src/common/icons/svgs/ArtistIconSvg.tsx(+16 -0)📝
clientRewrite/src/common/icons/svgs/CloseIconSvg.tsx(+1 -1)...and 43 more files
📄 Description
Went a bit overboard here, should've kept it in scope...
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.