1
0
Fork 0
mirror of https://github.com/elk-zone/elk.git synced 2025-02-21 17:58:58 +03:00
Commit graph

211 commits

Author SHA1 Message Date
TAKAHASHI Shuuji
ae1da4c3e8
feat: add 6 new bottom nav buttons () 2024-10-21 08:48:06 +00:00
renovate[bot]
320ddc0e28
chore(deps): update dependency @antfu/eslint-config to v3 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: TAKAHASHI Shuuji <shuuji3@gmail.com>
2024-09-30 08:11:56 +00:00
Joaquín Sánchez
44074ff1a3
fix: change page reload and account switch logic () 2024-09-25 15:55:32 +00:00
Shinigami
3054667050
chore: unify script setup lang order () 2024-09-07 07:38:18 +00:00
TAKAHASHI Shuuji
bd8cfc7b57
fix(i18n,a11y): fix missing or incorrect translations in aria-label strings () 2024-04-21 10:26:35 +00:00
TAKAHASHI Shuuji
2cb070c83c
feat: allow choosing favorite buttons in bottom navigation bar () 2024-04-12 09:38:43 +00:00
TAKAHASHI Shuuji
611d556936
feat: put sign-in icon to default "Sign in" button () 2024-04-01 14:55:31 +00:00
TAKAHASHI Shuuji
efa17caf5e
fix: consistent hover highlight styling in mobile bottom navigation menus () 2024-03-07 19:14:20 +00:00
TAKAHASHI Shuuji
0f583ece28
feat: remember last accessed explore tab () 2024-03-07 14:33:25 +00:00
TAKAHASHI Shuuji
8786c83db7
fix: remember last accessed notification tab () 2024-03-06 22:00:07 +00:00
TAKAHASHI Shuuji
f644148844
feat: introduce new "Followed tags" page ()
Co-authored-by: patak <583075+patak-dev@users.noreply.github.com>
2024-03-05 10:27:10 +00:00
patak
ccfa7a8d10
refactor: no reactivity transform () 2024-02-21 15:20:08 +00:00
TAKAHASHI Shuuji
f79d84ad6e
feat: add new setting to disable blur for low-performance device () 2024-01-18 08:18:49 +00:00
Anthony Fu
06ef226440 chore: clean up footer 2023-09-08 17:57:08 +02:00
TAKAHASHI Shuuji
5ef2996b40
feat: add keyboard shortcut helper link or button () 2023-08-28 15:24:34 +00:00
Ayaka Rizumu
991034115b
feat: pull down to close bottom nav sidebar () 2023-08-03 15:05:58 +00:00
renovate[bot]
67d5d5c00a
chore(deps): update lint ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2023-08-02 10:28:18 +00:00
Sma11X
468a17ad58
fix: nav more menu not active () 2023-08-02 11:43:24 +02:00
三咲智子 Kevin Deng
d23f1d39eb
refactor: replace defineModels with defineModel 2023-08-01 17:44:01 +08:00
TAKAHASHI Shuuji
cc89692d80
fix(a11y): make the bottom menu button focusable and navigable with a11y label () 2023-07-21 12:17:32 +02:00
Daniel Roe
897968027c
chore: upgrade to nuxt v3.5 and vue v3.3 () 2023-05-29 15:16:34 +08:00
patak
52b2d12bf9 fix: tweak sidebar max-height 2023-05-16 09:38:25 +02:00
patak
9d3c7ef116
feat: review compose buttons () 2023-05-08 08:45:27 +02:00
patak
e9740fe693
feat: separate search and explore ()
Co-authored-by: TAKAHASHI Shuuji <shuuji3@gmail.com>
2023-05-07 17:41:18 +02:00
TAKAHASHI Shuuji
582a9847a1
feat: add 'use star favorite icon' preference () 2023-05-06 17:52:33 +02:00
patak
126cd4d535
feat: search back to the right () 2023-05-06 17:49:15 +02:00
patak
e9de11000b fix: new compose button opens compose route 2023-05-04 21:09:23 +02:00
patak
df0c30c2f2 fix: account for width on sidebar media queries 2023-05-02 17:44:34 +02:00
patak
dcf0f93eb9
feat: compose button () 2023-05-01 18:08:09 +02:00
patak
656b789e7c
feat: height responsive sidebar () 2023-05-01 17:58:37 +02:00
manuq
56405f52bb
fix: Add zen mode to preferences, remove shortcut () 2023-04-23 12:21:33 +02:00
Joaquín Sánchez
c71259334c
fix: remove flashing text on page reload () 2023-04-16 21:33:51 +02:00
Anthony Fu
189d358b2a
chore: update all deps () 2023-04-12 14:35:35 +02:00
renovate[bot]
3c43a1cdd1
chore(deps): update lint ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2023-03-30 19:01:24 +00:00
Eddie Coldrick
c94ff39982
style: Change logo files with added left/right padding () 2023-03-21 12:59:24 +01:00
Kevin
5717e5e677
chore(deps): upgrade nuxt 2023-03-21 12:20:36 +08:00
kongmoumou
01ed4f68dc
fix: sticky hover style on mobile ()
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2023-03-19 12:24:27 +00:00
Anthony Fu
9465c2fe89 chore: update lint 2023-03-19 13:12:20 +01:00
Zaidhaan
9589bbae3a
fix(a11y): add aria labels to bottom navigation links () 2023-03-08 14:07:02 +01:00
Nathan Knowler
ddb765c4a2
fix(ui): make nav links unselectable on mobile () 2023-02-28 23:01:31 +01:00
三咲智子 Kevin Deng
bcf0965795
refactor: get short commit 2023-02-23 19:17:28 +08:00
Daniel Roe
37036b4ca6
fix: add badge to bottom bar notifications icon () 2023-02-12 15:39:05 +01:00
Michel EDIGHOFFER
328fd1bf70
fix: add margin on top of search width to make the border visible () 2023-02-10 10:53:05 +01:00
Michel EDIGHOFFER
7380e243c4
fix: make nav title sticky + add more grabbale area for native () 2023-02-05 16:35:21 +01:00
Joaquín Sánchez
53d0812efd
feat: allow running elk with a single server () 2023-02-05 04:10:19 -08:00
Michel EDIGHOFFER
6eedaa98bc
fix: lists link on side nav () 2023-02-03 15:19:08 +01:00
Michel EDIGHOFFER
4b1b18768d
feat: use explorer page as search for mobile only () 2023-02-03 11:40:54 +01:00
Joaquín Sánchez
fc706f9050
fix: list should be user-only () 2023-02-02 21:35:18 +00:00
Alex Liu
bd77d467c3
feat: refetch home page when click elk logo () 2023-01-31 04:42:46 +01:00
Daniel Roe
415d36ce32
refactor: move pwa/build-info -> appConfig () 2023-01-29 06:18:27 -08:00