Ryō Igarashi
2339acaf5e
chore: migrate to masto/fetch ( #479 )
2022-12-21 01:06:39 +00:00
Daniel Roe
2d49074242
refactor: split tauri config into module
2022-12-21 00:03:41 +00:00
Daniel Roe
3907199a54
feat: add invite link for easier onboarding ( #481 )
2022-12-20 22:39:04 +00:00
Joaquín Sánchez
db8c2adaec
feat: switch theme color on theme toggling ( #454 )
...
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-12-19 23:37:23 +01:00
Daniel Roe
51eaa99441
chore: explicitly use development flag
2022-12-18 00:15:19 +00:00
Joaquín Sánchez
f0c91a3974
feat: pwa with push notifications ( #337 )
2022-12-17 23:29:16 +00:00
Daniel Roe
9395b7031e
feat: render app shell with ssr to improve loading experience ( #448 )
2022-12-17 17:55:29 +01:00
patak
28d7e8cb43
chore: use same viewport meta as twitter
2022-12-13 09:41:24 +01:00
Jonas Kruckenberg
85f619ea82
feat: add logging setup for tauri desktop app ( #397 )
2022-12-12 21:16:45 +01:00
Daniel Roe
8c82c91056
chore: simplify test for mock user
2022-12-11 23:18:27 +00:00
Daniel Roe
9c3f32ac69
fix: include dev assets in local build
2022-12-08 14:24:36 +01:00
Daniel Roe
81cf949e13
fix: use localhost url for local build too
2022-12-08 14:04:58 +01:00
Daniel Roe
00b835444b
fix: use nitro overlay to skip dev assets in production
2022-12-08 11:50:44 +01:00
Daniel Roe
28c4c6a3e8
fix: swap staging/production environment conditions 🤦♂️
2022-12-06 23:39:17 +00:00
Daniel Roe
08d629ea78
refactor: configure preview status with runtime config
2022-12-06 21:09:47 +00:00
Daniel Roe
83d313c47b
refactor: move shared config into `~/config/`
2022-12-06 21:04:38 +00:00
三咲智子 Kevin Deng
a96d564eaa
feat: show commit id ( #331 )
2022-12-05 02:18:39 +08:00
Joaquín Sánchez
d17994338d
feat(i18n): refactor i18n module configuration ( #292 )
2022-12-02 20:54:09 +08:00
Joaquín Sánchez
c4cf3fb371
feat(i18n): plurals support ( #278 )
2022-12-02 10:18:36 +08:00
Cesar Gomez
2b46bd5a15
feat(i18n): adding spanish to language selector ( #266 )
2022-12-01 08:41:59 +01:00
Daniel Roe
81c5a1c4f0
fix: move config into `nuxt.config`
2022-11-30 21:28:55 +00:00
Matthew Phillips
c505543a73
feat: Additional instance configuration ( #260 )
2022-11-30 22:17:20 +01:00
Anthony Fu
07209a7d29
feat: i18n lazy load
2022-11-30 08:22:35 +08:00
Shinigami
091263ea05
feat: prevent arbitrary zooming on mobile devices ( #234 )
2022-11-29 16:27:35 +00:00
Ryō Igarashi
b0f0b958ae
feat(i18n): Add Japanese locale ( #228 )
2022-11-29 20:51:07 +08:00
patak
ea04cc2c22
feat: mock user in dev ( #221 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-11-29 10:43:01 +01:00
Anthony Fu
00ae9d0b6c
feat(i18n): enabled fallback
2022-11-29 15:07:42 +08:00
Daniel Roe
a397b170ab
feat: enable mock account for deploy previews ( #211 )
2022-11-29 14:39:49 +08:00
Daniel Roe
8376dcf565
refactor: move url choice into nuxt config
2022-11-28 23:21:33 +00:00
三咲智子
ed0b78857c
refactor(i18n): tidy fields
2022-11-29 00:55:09 +08:00
Daniel Roe
96acbacf55
chore: prerender index route as well
2022-11-28 16:54:48 +00:00
Shinigami
b118313b6f
feat: i18n de-DE ( #206 )
2022-11-29 00:41:58 +08:00
Anthony Fu
17f76e5964
fix(i18n): `no_prefix` strategy
2022-11-28 21:41:41 +08:00
Anthony Fu
c2f3526e88
feat: use module
2022-11-28 18:24:05 +08:00
Joaquín Sánchez
3b92b27cc8
feat: custom error page ( #178 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-11-28 09:01:14 +00:00
Daniel Roe
494804fc1c
fix: move `std-env` out of app runtime
2022-11-27 18:39:40 +00:00
Ayaka Rizumu
6414f2a4e2
feat: preserving state between route changes ( #132 )
2022-11-28 01:34:45 +08:00
三咲智子
a101b79486
fix: type errors
2022-11-27 16:58:15 +08:00
Anthony Fu
a3b9bf3c18
chore: install inspect
2022-11-27 14:54:56 +08:00
三咲智子
b379322ce2
fix: deploy url
2022-11-26 10:05:56 +08:00
三咲智子 Kevin Deng
2b7e1dbfc0
fix: deploy url ( #118 )
2022-11-26 09:44:49 +08:00
三咲智子
3d5fe1ed09
fix: deploy url
2022-11-26 09:34:46 +08:00
三咲智子 Kevin Deng
20ed3ce738
feat: get endpoint url for netlify preview ( #88 )
2022-11-26 00:57:29 +08:00
Daniel Roe
f165eebed3
refactor: drop `Setup` suffix for setup components
2022-11-25 16:08:30 +00:00
Daniel Roe
45b6e39b6e
fix: do not emit runtime comments
...
resolves 'Extraneous non-props attributes (class) were passed to component but could not be automatically inherited because component renders fragment or text root nodes.'
2022-11-25 14:42:26 +00:00
Anthony Fu
c2810fd5eb
feat: basic integration with TipTap ( #87 )
2022-11-25 21:21:02 +08:00
Daniel Roe
8586d58b84
feat: allow translation of statuses ( #76 )
2022-11-25 00:14:16 +00:00
Anthony Fu
c01acb7aa3
fix: dropdown color
2022-11-24 21:34:35 +08:00
Anthony Fu
0a8841f4f4
feat: support codeblock
2022-11-24 11:42:03 +08:00
Daniel Roe
521ad7a332
feat: use memory/fs/kv storage drivers for server details ( #34 )
2022-11-23 23:12:25 +00:00