Commit Graph

715 Commits

Author SHA1 Message Date
DIYgod 74fd41a88b
chore: branch as docker tags prefix 2023-01-20 16:18:22 +00:00
DIYgod 5d2d68671d
feat: site stat 2023-01-19 20:44:26 +00:00
DIYgod e9a0c3f555
Merge pull request #145 from Crossbell-Box/feat/url-composer 2023-01-19 18:57:21 +00:00
Runjuu 423403cdc7 refactor: move `urlComposer ` into `lib/url-composer` 2023-01-19 10:50:08 -08:00
Runjuu a30eaef9ac refactor: extract `getNoteSlug` logic into `lib/helpers` 2023-01-19 10:48:52 -08:00
DIYgod cbf2f3d1ee
fix: urls in notifications 2023-01-19 18:08:50 +00:00
DIYgod 303cef98db
Merge remote-tracking branch 'origin/feat/integrate-connect-kit' into dev 2023-01-19 17:03:34 +00:00
DIYgod d1374810a3
feat: mint tips 2023-01-19 17:00:44 +00:00
DIYgod 8f943a0757
fix: unique key 2023-01-19 16:09:45 +00:00
DIYgod f0bae46346
chore: update dependencies 2023-01-19 15:54:27 +00:00
DIYgod 1d46f03c11
chore: fix using environment 2023-01-18 22:37:44 +00:00
DIYgod 784a23b173
chore: env debug 2023-01-18 22:23:30 +00:00
DIYgod 95054e3c36
chore: docker build with actions env 2023-01-18 22:10:37 +00:00
DIYgod f6e3462ee8
chore: trigger actions 2023-01-18 20:06:45 +00:00
Runjuu 4b092022ce UrlComposer demo 2023-01-18 11:44:22 -08:00
DIYgod 51463fbb67
fix: remove useless file 2023-01-18 19:19:29 +00:00
DIYgod d372378a4d
feat: server env as nextjs config 2023-01-18 19:15:16 +00:00
DIYgod 7ec1c3af1a
feat: add feed cache 2023-01-18 18:18:17 +00:00
DIYgod 0eae815e4d
feat: simple optimization for mobile 2023-01-18 16:35:41 +00:00
DIYgod ed335b13a5
feat: foldable sidebar 2023-01-18 16:17:38 +00:00
DIYgod 57aa6a01b0
feat: not refreshed DashboardLayout 2023-01-18 16:11:28 +00:00
DIYgod 40989b7b87
feat: bigger dashboard tabs 2023-01-18 14:42:08 +00:00
DIYgod 2b9db31546
feat: remove old notifications 2023-01-18 12:45:40 +00:00
Runjuu 7627978762 chore: update dependencies 2023-01-17 21:28:02 -08:00
DIYgod 7cb050721e
feat: use @crossbell/notification 2023-01-17 21:27:57 +00:00
DIYgod 9fb7619051
feat: publishing cheers modal 2023-01-17 20:00:34 +00:00
DIYgod 6a2fbd1df4
feat: not return to post list after publishing 2023-01-17 19:10:47 +00:00
DIYgod 5d5bb98fa3
fix: data updating after subscribing 2023-01-17 15:02:25 +00:00
DIYgod dcb6f043e9
fix: types errors 2023-01-16 20:42:18 +00:00
DIYgod 62b561e22b
feat: disabling and upgrade tip of subdomain and operator of newbie 2023-01-16 20:27:44 +00:00
DIYgod 209d35d603
feat: newbie profiles and notes updating 2023-01-16 19:34:15 +00:00
Runjuu d032e0f671 feat: email users support (un)subscribe site 2023-01-13 09:58:32 -08:00
Runjuu 0de8efa3e3 feat: `useSubscribeToSites` support email users 2023-01-13 09:58:32 -08:00
Runjuu f6c60aa30a refactor: remove `useAccountAddress` usage
Avoid ambiguous usage of address
2023-01-13 09:58:32 -08:00
Runjuu cb84db3563 feat(quesies/site): update subscribe related hooks 2023-01-13 09:58:32 -08:00
Runjuu 101c5b36b8 feat(queries/page): update `useMintPage` hooks 2023-01-13 09:58:32 -08:00
Runjuu 3d0a9da7a4 feat(queries/page): `useCheckMint` ignore email users 2023-01-13 09:58:32 -08:00
Runjuu 9c9d95831c feat: `useGetSubscription` using account info
instead of just `userId`
2023-01-13 09:58:32 -08:00
Runjuu 6acb7b7b54 chore(models): remove unused `getPrimaryCharacter` 2023-01-13 09:58:32 -08:00
Runjuu 1c0c4b1da9 feat: email account support like/unlike 2023-01-13 09:58:32 -08:00
Runjuu bf36695d62 fix(DashboardLayout): `userSite.data?.[0]` could be undefined 2023-01-13 09:58:32 -08:00
Runjuu 8cf6703793 feat: email account support comment 2023-01-13 09:58:32 -08:00
Runjuu 255fb693a9 feat(SettingsLayout): hide `Operators` page if is email account 2023-01-13 09:58:32 -08:00
Runjuu 6622f1c117 feat(DashboardLayout): check `ssrStatus` before redirect
to home page
2023-01-13 09:58:32 -08:00
Runjuu a83c159f9b feat: using `useAccountSites` to replace `useGetUserSites` 2023-01-13 09:58:32 -08:00
Runjuu 2cd05ed52b feat: using `useAccountAddress` to replace `wagmi.useAccount` 2023-01-13 09:58:32 -08:00
Runjuu 500f73f654 refactor: import `indexer` from `@crossbell/indexer` 2023-01-13 09:58:32 -08:00
Runjuu 68a15776f3 feat: using `useGetCurrentUserSites` to replace `useGetUserSites`
for managing `address` in one place.
2023-01-13 09:58:32 -08:00
Runjuu 4da88775ad feat: init `@crossbell/connect-kit` 2023-01-13 09:58:32 -08:00
DIYgod 140a087fc0
fix: nft page poap 2023-01-13 13:47:14 +00:00