userquin
|
369501efca
|
Merge branch 'main' into userquin/feat-track-scroll-position
|
2023-02-15 16:48:44 +01:00 |
|
Joaquín Sánchez
|
3118ed6012
|
docs: add PWA cookbook (#1747)
Co-authored-by: Michel EDIGHOFFER <edimitchel@gmail.com>
|
2023-02-15 13:07:30 +01:00 |
|
Tuur Martens
|
fbe1463f17
|
feat: data saving mode (#1638)
|
2023-02-15 10:34:23 +00:00 |
|
Tuur Martens
|
52fbb70a08
|
fix(MainContent): disallow markdown usage in username (#1618)
|
2023-02-15 11:21:33 +01:00 |
|
baptiste0928
|
f73019c1fd
|
fix: return redirect for whatsapp user agent (#1753)
|
2023-02-15 02:13:43 -08:00 |
|
Michel EDIGHOFFER
|
ef680ab8b3
|
fix: remove alone vertical bar on start (#1687)
|
2023-02-14 14:42:53 +00:00 |
|
Joaquín Sánchez
|
1153421915
|
fix: prepare translations status on codeflow fails (#1749)
|
2023-02-14 13:59:21 +00:00 |
|
moshyfawn
|
f091e06d19
|
fix: remove bot icon auto focus (#1708)
|
2023-02-13 22:51:45 +01:00 |
|
Chris
|
271c78fdbb
|
fix(ui): fix button width shrinked (#1742)
|
2023-02-13 20:21:45 +01:00 |
|
Benben Weng
|
379f56795d
|
feat(i18n): add zh-TW translation (#1628)
Co-authored-by: Alex Liu <39984251+Mini-ghost@users.noreply.github.com>
|
2023-02-13 20:08:07 +01:00 |
|
patak
|
635d55befb
|
chore: add code of conduct (#1743)
|
2023-02-13 02:11:06 -08:00 |
|
Emanuel Pina
|
171963ae25
|
fix(i18n): update portuguese from Portugal translation (#1732)
|
2023-02-12 21:47:09 +01:00 |
|
patak
|
a3cc2cecfd
|
chore: release v0.7.4
|
2023-02-12 20:27:57 +01:00 |
|
Glaydus
|
f295ddbcd2
|
feat(i18n): add missing Polish (and English) translation entries (#1669)
|
2023-02-12 17:59:07 +01:00 |
|
Joaquín Sánchez
|
da7cc78a7e
|
fix: revert #1699 (#1730)
|
2023-02-12 16:15:29 +01:00 |
|
Daniel Roe
|
54f020b165
|
fix: use nitro publicAssets to emit manifests
|
2023-02-12 15:49:20 +01:00 |
|
Daniel Roe
|
37036b4ca6
|
fix: add badge to bottom bar notifications icon (#1722)
|
2023-02-12 15:39:05 +01:00 |
|
ghose
|
059c1c7b33
|
feat(i18n): update gl-ES (#1720)
Co-authored-by: Joaquín Sánchez <userquin@gmail.com>
|
2023-02-12 14:27:55 +01:00 |
|
Emanuel Pina
|
90c98857ce
|
fix(i18n): update portuguese from Portugal translation (#1655)
|
2023-02-12 14:26:28 +01:00 |
|
userquin
|
97866ebeab
|
Merge branch 'main' into userquin/feat-track-scroll-position
# Conflicts:
# pages/settings/language/index.vue
|
2023-02-12 13:33:51 +01:00 |
|
Daniel Roe
|
788819ac97
|
chore: release v0.7.3
|
2023-02-12 13:22:36 +01:00 |
|
Daniel Roe
|
898a43b783
|
fix: update import for tauri
|
2023-02-12 13:21:57 +01:00 |
|
Daniel Roe
|
d7a95eab3b
|
fix: use callback url with route param rather than query
|
2023-02-12 13:18:07 +01:00 |
|
Joaquín Sánchez
|
c6f0432d8d
|
fix(i18n): better login description for single instance server (#1727)
|
2023-02-12 04:10:14 -08:00 |
|
Daniel Roe
|
79d43515f5
|
chore: upgrade docs to nuxt 3.2.0 as well (#1728)
|
2023-02-12 04:09:55 -08:00 |
|
Daniel Roe
|
148fd63c24
|
refactor: move back to cf unstorage driver
|
2023-02-12 12:57:56 +01:00 |
|
Daniel Roe
|
efaeb67261
|
chore: upgrade to nuxt v3.2.0 (#1695)
|
2023-02-12 03:56:29 -08:00 |
|
Daniel Roe
|
73dc060578
|
fix: access headers outside of computed
|
2023-02-12 12:48:58 +01:00 |
|
Joaquín Sánchez
|
b9c2bc5c70
|
fix(pwa): configure sw and web manifest cache control headers (#1724)
|
2023-02-12 12:08:50 +01:00 |
|
Daniel Roe
|
c2ffdcf78b
|
fix: only generate sourcemap in development
|
2023-02-12 11:22:43 +01:00 |
|
moshyfawn
|
a9427e2ea0
|
fix: default main content dir to ltr (#1710)
Co-authored-by: moshyfawn <oleg.butorov.98@gmail.com>
|
2023-02-11 21:43:21 +01:00 |
|
Joaquín Sánchez
|
c5fe184281
|
feat: add translation status to language settings (#1717)
|
2023-02-11 21:42:55 +01:00 |
|
Peter Budai
|
3e648f6fbc
|
feat(editor): Respect default privacy setting of the account (#1699)
|
2023-02-11 18:04:41 +01:00 |
|
三咲智子 Kevin Deng
|
db2892c4c0
|
refactor: disable reactivity transform from vue core
use the feature from vue macros instead
|
2023-02-11 17:51:14 +01:00 |
|
Joaquín Sánchez
|
972a13499f
|
feat(docs): add translation status (#1689)
Co-authored-by: Michel EDIGHOFFER <edimitchel@gmail.com>
|
2023-02-11 17:15:08 +01:00 |
|
userquin
|
a64c0f4e9b
|
chore: create page-transition composable
|
2023-02-11 16:20:12 +01:00 |
|
userquin
|
6dde98eb78
|
chore: restore nav side item click state
|
2023-02-11 15:58:49 +01:00 |
|
userquin
|
db2140e350
|
chore: allow scroll to top on nav side
|
2023-02-11 15:42:37 +01:00 |
|
userquin
|
f3a8778ede
|
chore: expose only required methods
|
2023-02-11 12:42:01 +01:00 |
|
userquin
|
5acd2224df
|
chore: move path to page when using notification paginator
|
2023-02-11 12:31:53 +01:00 |
|
userquin
|
26883d6d19
|
chore: use forceScrollToTop on click hook
|
2023-02-11 12:31:39 +01:00 |
|
userquin
|
1241921435
|
chore: simplify logic
|
2023-02-11 00:23:58 +01:00 |
|
userquin
|
9bc00be29a
|
chore: refactor some names
|
2023-02-11 00:15:57 +01:00 |
|
userquin
|
bb119d0f8d
|
chore: add custom page scroll track
|
2023-02-10 23:37:09 +01:00 |
|
userquin
|
3e0b2a3e4b
|
chore: do not apply timeout on pages without scroll tracking
|
2023-02-10 22:34:34 +01:00 |
|
userquin
|
a7414bb59e
|
chore: update watch
|
2023-02-10 22:28:53 +01:00 |
|
userquin
|
3270140c3f
|
feat: track scroll position
|
2023-02-10 22:13:46 +01:00 |
|
TAKAHASHI Shuuji
|
0eefcfa281
|
feat(i18n): update Japanese localization (#1697)
Co-authored-by: kazuya kawaguchi <kawakazu80@gmail.com>
|
2023-02-10 07:50:37 -08:00 |
|
Michel EDIGHOFFER
|
328fd1bf70
|
fix: add margin on top of search width to make the border visible (#1700)
|
2023-02-10 10:53:05 +01:00 |
|
TAKAHASHI Shuuji
|
943b5f151d
|
fix(i18n): tiny fix on "Github" (#1698)
|
2023-02-10 10:50:39 +01:00 |
|