Connor Wittman ecco257
  • Joined on 2024-08-13
ecco257 pushed to 148-create-search-bar-component at LibreTunes/LibreTunes 2024-12-07 00:43:14 +00:00
d73a114d35 Simplify search results and make more efficient using tokio join through general search server function
ecco257 pushed to 148-create-search-bar-component at LibreTunes/LibreTunes 2024-12-07 00:12:16 +00:00
f8a28ca75c fix search bar bugs and style search bar and results
ecco257 pushed to 148-create-search-bar-component at LibreTunes/LibreTunes 2024-12-06 21:59:29 +00:00
0afdbf2ad5 Refactor search bar to be in column format (testing)
ecco257 pushed to 148-create-search-bar-component at LibreTunes/LibreTunes 2024-11-22 22:27:06 +00:00
03889d4efe Refactor upload to handle differently formatted search server functions
f6fb92e361 Add search component
Compare 2 commits »
ecco257 commented on pull request LibreTunes/LibreTunes#124 2024-11-22 21:50:29 +00:00
95-fix-home-screen-account-button-ui

please merge, thanks team

ecco257 pushed to 95-fix-home-screen-account-button-ui at LibreTunes/LibreTunes 2024-11-22 21:32:03 +00:00
fcd987d433 change unwrap or default to unwrap or false for readability
ecco257 pushed to 148-create-search-bar-component at LibreTunes/LibreTunes 2024-11-19 22:28:41 +00:00
00f4b2e28f Separate Song component from queue styling to use for general case
ecco257 pushed to 148-create-search-bar-component at LibreTunes/LibreTunes 2024-11-19 22:27:02 +00:00
340129a859 Modify playbar to not allow audio control shortcuts based on search active
ecco257 pushed to 148-create-search-bar-component at LibreTunes/LibreTunes 2024-11-19 22:26:37 +00:00
7828992e80 Add search_active to playstatus
ecco257 pushed to 148-create-search-bar-component at LibreTunes/LibreTunes 2024-11-19 21:31:56 +00:00
9600e8c442 Modify search functions to include distance for each result
ecco257 commented on issue LibreTunes/LibreTunes#148 2024-11-19 21:26:21 +00:00
Create Search Bar Component

!start

ecco257 opened issue LibreTunes/LibreTunes#148 2024-11-19 21:25:55 +00:00
Create Search Bar Component
ecco257 pushed to 95-fix-home-screen-account-button-ui at LibreTunes/LibreTunes 2024-11-19 21:21:43 +00:00
b25cb4549c Revert get_user to not be server function
ecco257 pushed to 95-fix-home-screen-account-button-ui at LibreTunes/LibreTunes 2024-11-17 23:43:02 +00:00
73b4b7674e Use global state user instead of local resource in personal page
ecco257 pushed to 95-fix-home-screen-account-button-ui at LibreTunes/LibreTunes 2024-11-17 22:38:46 +00:00
3d1dc94b06 Merge remote-tracking branch 'origin/main' into 95-fix-home-screen-account-button-ui
8f01ff24d8 Merge pull request 'Use provide_context for global state' (#143) from 142-use-providecontext-for-global-state into main
f0f34d4abe Use GlobalState instead of passing play_status/logged_in_user everywhere
d42737f856 Create GlobalState
47fc35814d Merge pull request 'Implement SongList like/dislike functionality' (#141) from 123-implement-likedislike-for-songs-in-songlist into main
Compare 72 commits »
ecco257 pushed to 95-fix-home-screen-account-button-ui at LibreTunes/LibreTunes 2024-11-12 22:11:20 +00:00
d8fab0e068 Reduce calls to get_user by not having logged_in resource
ecco257 created pull request LibreTunes/LibreTunes#124 2024-11-01 21:23:39 +00:00
95-fix-home-screen-account-button-ui
ecco257 pushed to 95-fix-home-screen-account-button-ui at LibreTunes/LibreTunes 2024-11-01 21:18:09 +00:00
f1affc66bc Remove email display on personal and rescale icon/pfp to be bigger & consistent
e60243e50c Redirect to login when logging out
Compare 2 commits »
ecco257 pushed to 95-fix-home-screen-account-button-ui at LibreTunes/LibreTunes 2024-10-26 02:59:17 +00:00
6aa933be09 Refactor profile picture display to account for no profile picture
ecco257 pushed to 95-fix-home-screen-account-button-ui at LibreTunes/LibreTunes 2024-10-25 21:02:01 +00:00
acf15961cd Fix formatting and styling of profile picture display, as well as display email when logged in as well