ekzyis
0e04daebfb
Return full context in useMe
...
Ran search and replace:
s/const me = useMe()/const { me } = useMe()/
s/const refreshMe = useMeRefresh()/const { refreshMe } = useMe()/
+ removed import of `useMeRefresh` manually
2024-01-06 22:08:57 +01:00
ekzyis
c610f20773
Fix stale me used on switch to anon
2024-01-06 22:05:20 +01:00
ekzyis
470e0dfc7a
Account switching
2024-01-06 22:05:19 +01:00
keyan
af59e3ef54
merge non-normalized user subtypes fixing #645
2023-11-20 09:05:02 -06:00
SatsAllDay
64a16373c5
Fix client-side error boundary ( #623 )
...
* * add error boundary immediately above page component
* send error logs to server via LoggerContext
* display error stack and component stack in copyable text area
* wrap every context provider in an error boundary
* memoize context values to fix error boundary propagation issue
* Wrap page component in an error boundary so we can use our context utilities
for a better experience, like toast and logger
Still have a top-level error boundary that catches things from the context providers,
just in case.
Don't display the whole error stack, just because it's ugly, but make it copyable
2023-11-19 14:24:56 -06:00
keyan
494b8b3dcd
better organize user graphql types
2023-11-09 19:05:35 -06:00
keyan
e1c51075a2
fix conditional nextFetchPolicy overriding cache-only on SSR and suppress time hydration warnings
2023-07-31 14:54:30 -05:00
keyan
59f7b6ff26
Revert "Revert "shield your eyes; massive, squashed refactor; nextjs/react/react-dom/apollo upgrades""
...
This reverts commit 18910fa2ed
.
2023-07-23 10:08:43 -05:00
keyan
18910fa2ed
Revert "shield your eyes; massive, squashed refactor; nextjs/react/react-dom/apollo upgrades"
...
This reverts commit d0314ab73c
.
2023-07-23 09:16:12 -05:00
keyan
d0314ab73c
shield your eyes; massive, squashed refactor; nextjs/react/react-dom/apollo upgrades
2023-07-21 17:33:11 -05:00
keyan
69b5aed85d
fix 'me' on refresh
2022-09-06 10:08:53 -05:00
keyan
c7ae5dc8ac
ssr me and price
2021-11-28 11:29:17 -06:00
keyan
3bbf3f7470
add dark mode
2021-11-04 19:07:41 -04:00
keyan
955d1aa1b2
finish up invites
2021-10-15 18:07:51 -05:00
keyan
d4f014aef2
add indicator for user bio being empty
2021-09-24 16:56:51 -05:00
keyan
e4c1c2f1e1
refine tipping
2021-09-12 11:55:38 -05:00
keyan
7ffb3fd18a
support webln fund and withdrawal
2021-09-07 12:52:59 -05:00
keyan
01922e4b88
notifications done
2021-06-24 18:56:01 -05:00
keyan
80ff13abd6
finish mvp
2021-05-24 19:08:56 -05:00