Uh oh!
There was an error while loading. Please reload this page.
[PE-6338] Fix confetti - #12316
Conversation
|
| } | ||
| export const useIsAccountLoaded = () => { | ||
| const { data: accountStatus } = useAccountStatus() |
There was a problem hiding this comment.
Oh interesting, can we just use the tan query status types?
There was a problem hiding this comment.
Not for the account status, no. The account status honestly should be its own enum tbh - I thought about refactoring but wanted to just keep status parity for the initial migration. It doesn't make sense to me that we treat "status.error" as "no user" and IDLE basically means nothing.
So since we still need to deprecate account redux slice stuff, can revisit later when I do that
…jd/fix-account-confetti # Conflicts: # packages/web/src/pages/collection-page/CollectionPageProvider.tsx
[8d4f0ca] [PE-6389] Explore screen refactor and performance (#12321) Dylan Jeffers [02381bf] Add avoidable keyboard to buy/sell flow (#12328) Farid Salau [31c1d5f] [PE-6338] Fix confetti (#12316) JD Francis [f7e0aa1] [QA-2093] Fix comment history alignment and add full width prop on user links (#12326) KJ [5997b15] More withdraw UI cleanup (#12327) Reed [2045aa1] Fix listening history not showing items (#12322) JD Francis [4876c94] [QA-2122] Fix track stats alignment by removing margin (#12325) KJ [cefd8cf] [QA-2138] Remove max-width on playlist tiles for mobile web (#12324) KJ [cdbca04] Mobile withdraw flow validation updates (#12317) Reed [cfd2741] Add a minimum and maximum value to Buy/Sell flow (#12323) Farid Salau [9573612] Stop error message flash on sell tab of Buy/Sell (#12310) Farid Salau [21c1649] [PE-6337] Fix mobile sign out not working (#12318) JD Francis [2042bb5] QA fixes for mobile explore: reseting search params and scroll + more (#12320) Isaac Solo [4f19567] Refactor mobile left nav drawer to improve performance (#12314) Dylan Jeffers [5ed2795] [PE-6375] Add loading state for brief sign in state (#12319) JD Francis [7f20217] Fix text-link navigation to push (#12308) Dylan Jeffers [c698239] Standardize query-collection options, fix refresh (#12307) Dylan Jeffers [3294109] Add collapsing explore header animation (#12312) Isaac Solo [8113778] Fix mobile profiles not loading (#12315) JD Francis [c9d8b65] [PE-6224] Refactor mobile lineup-tiles for simplicity and performance (#12313) Dylan Jeffers [2825a43] Improve feature flag performance (#12311) Dylan Jeffers [f487fe5] Mobiles keyboard-avoiding withdraw drawer (#12306) Reed [04ea576] [PE-6379] Fix refetching collection by permalink (#12304) Dylan Jeffers [cc5d877] Fix missing track in upload complete screen (#12305) Dylan Jeffers [e20aa89] Update remixes query page param calculation to account for original track in lineup (#12303) KJ [a11c528] Fix negative limit (#12181) Farid Salau [a4f5567] [PE-6345|PE-6351] Dep all users cache & almost all of entity cache (#12300) JD Francis [ffba4c7] Fix mobile upload stuck at 100% (#12301) Dylan Jeffers [1e42882] [PE-6245PE-6246] Fix mobile/web drawer behavior (#12297) Dylan Jeffers [385c930] Fix mobile web track artwork loading (#12299) Dylan Jeffers [d7a1778] Add remix contest card + minor fixes to mobile explore (#12298) Isaac Solo [e692901] [PE-6335] Address mobile wallet UI M2 QA finds (#12296) Farid Salau [8fae645] [PE-6181] Mobile withdraw flow (#12290) Reed [eb91d5d] Fix library loading (#12288) Dylan Jeffers [438384e] Fix remix contest section initial tab (#12295) Dylan Jeffers [df6c087] (account fix) Fix left nav not showing (#12292) JD Francis [7d07905] [PE-6341] Fix remix contest track page displaying empty track lineup section (#12294) KJ
Description
Fixes logic with confetti determining that it should show on every sign in, also fixes a lingering reference to
account.statusin favor of TQHow Has This Been Tested?
web:stage - lots of sign in & sign ups