TAKAHASHI Shuuji
3b1a66c93c
fix: fix vue/no-ref-as-operand
and vue/return-in-computed-property
ESLint errors ( #2679 )
2024-03-11 10:53:25 +00:00
patak
ccfa7a8d10
refactor: no reactivity transform ( #2600 )
2024-02-21 15:20:08 +00:00
Daniel Roe
efaeb67261
chore: upgrade to nuxt v3.2.0 ( #1695 )
2023-02-12 03:56:29 -08:00
Joaquín Sánchez
53d0812efd
feat: allow running elk with a single server ( #1606 )
2023-02-05 04:10:19 -08:00
三咲智子 Kevin Deng
4422a57f49
refactor: sync masto ( #1121 )
2023-01-15 16:38:02 +08:00
三咲智子 Kevin Deng
04480eef44
feat: i18n for sign page in mastodon
2023-01-14 02:10:51 +08:00
Joaquín Sánchez
88ac29ea14
fix: allow multiple accounts on same server ( #1092 )
2023-01-14 02:08:15 +08:00
Joaquín Sánchez
1e5b648a71
fix: remove Firefox icon border when using animate-spin ( #1081 )
2023-01-14 00:00:32 +08:00
Kushal Niroula
23532062f5
fix: empty server list throws console error on move ( #1048 )
...
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2023-01-13 14:23:24 +08:00
Daniel Roe
1e538cb8cd
fix(types): ignore $fetch types
2023-01-12 22:58:41 +00:00
Daniel Roe
8c2aed0590
fix: use globalThis.$fetch
for tauri support
2023-01-12 22:27:14 +00:00
三咲智子 Kevin Deng
c484117657
refactor: simplify code
2023-01-13 02:18:21 +08:00
Tom Sherman
11f1f62523
feat: hide server autocomplete when you enter a valid URL ( #1009 )
...
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
closes https://github.com/elk-zone/elk/issues/1005
2023-01-13 02:14:34 +08:00
Kushal Niroula
4f696175b3
feat(ui): highlight pick you server message in sign in form ( #1010 )
2023-01-13 02:03:39 +08:00
三咲智子 Kevin Deng
4e0777d723
refactor: output errors on devtools ( #928 )
2023-01-12 13:39:22 +08:00
三咲智子 Kevin Deng
675a14db80
fix: replace a tag with NuxtLink ( #906 )
2023-01-09 14:22:19 +01:00
Daniel Roe
57fd9aeae2
feat: allow setting default server via env ( #854 )
2023-01-07 22:38:31 +01:00
Joaquín Sánchez
964a67fbf5
feat: update elk icons ( #717 )
...
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2023-01-03 08:14:53 +08:00
三咲智子 Kevin Deng
d0567c0d18
feat: get origin from client ( #679 )
2023-01-01 20:30:39 +01:00
Eamonn O'Brien-Strain
6c38477bc2
fix: prevent auto-capitalization and adding space after dot when signing in ( #674 )
2023-01-01 20:21:09 +01:00
三咲智子
ca1b7169f1
fix: click outside to hide autocompleted servers
2023-01-01 23:12:02 +08:00
Vjacheslav Trushkin
727d05915f
fix: layout fixes for RTL languages ( #591 )
...
* fix: rtl arrows on settings page
* fix: border on settings page for RTL languages
* fix: RTL fixes for logo, search box and logout icon
* fix: RTL layout bugs in conversations
* chore: remove rtl setting icon
* improve arabic locale
* add new entries to arabic locale
* chore: include number format
* fix: RTL layout on several pages
* fix: RTL layout of account header and sign in modal
* fix: always display account handle in LTR
* fix: move character counter in publish widget to left side for RTL
* fix: remove border-ss-none unocss rule
* fix: many RTL fixes
* fix: RTL fixes for many pages
* fix: use viewer's direction in all content
* chore: use new arabic plural rules
* chore: flip arrow on main content header
* chore: fix StatusPoll and show_new_items for zh-TW
* chore: StatusPoll tooltip on bottom
* chore: add `en` variants to i18n conf
* chore: update entry to use new plural rule
* fix: automatic content direction for status
* fix: direction for account handle
* fix: direction of polls
Co-authored-by: userquin <userquin@gmail.com>
Co-authored-by: Jean-Paul Khawam <jeanpaulkhawam@protonmail.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-01-01 15:29:11 +01:00
三咲智子
a347515781
fix(user): disable spell check in domain input
2022-12-31 06:01:46 +08:00
Daniel Roe
d569754b09
fix: allow clicking and scrolling autocompleted servers ( #610 )
2022-12-28 15:56:08 +01:00
Anthony Fu
d8d163dbd0
fix: rework setup to improve SSR compatibility
2022-12-28 02:06:54 +01:00
Anthony Fu
e7b9b5b8a6
fix: server autocomplete
2022-12-24 12:42:54 +01:00
Anthony Fu
ffe592cc57
fix: autocomplete direction
2022-12-24 02:06:46 +01:00
Anthony Fu
32f22f81d9
fix: normalize server name
2022-12-24 01:51:45 +01:00
Anthony Fu
fdf2d75d86
chore: workaround typeerror
2022-12-24 01:46:43 +01:00
Anthony Fu
b30e8a2b03
feat: server auto complete
2022-12-24 01:40:51 +01:00
Joaquín Sánchez
110e7ae61f
feat: enhance login and error handling ( #423 )
2022-12-14 00:12:16 +01:00
Daniel Roe
b078e456cc
fix: add explicit height/width for logo to reduce cls
2022-12-06 23:32:27 +00:00
Ayaka Rizumu
feb8872f5f
refactor: modal dialog ( #277 )
2022-12-02 15:02:44 +08:00
Anthony Fu
afed995138
ui: improve login dialog
2022-11-30 09:45:52 +08:00
三咲智子
560f880448
feat(ui): auto focus to sign in input
2022-11-29 20:04:22 +08:00
Alex
09f80f291b
feat(i18n): improve translations ( #219 )
...
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
Co-authored-by: 沈青川 <46062972+ShenQingchuan@users.noreply.github.com>
2022-11-29 18:55:28 +08:00
三咲智子
bb69e6f231
fix: allow empty server for sign in
2022-11-27 17:29:25 +08:00
patak
e45ecf55f2
fix(a11y): solid color for secondary text ( #148 )
2022-11-27 04:41:18 +08:00
Daniel Roe
19dd7f891d
fix: use form to sign in
...
Co-authored-by: Lindsay Wardell <three060@gmail.com>
2022-11-26 18:11:57 +00:00
Shinigami
39de2c36a6
feat: allow key enter for sign in ( #142 )
2022-11-26 19:07:31 +01:00
Chris
6d2ca0a1b1
chore(login): update some classes ( #130 )
2022-11-26 14:42:13 +00:00
三咲智子
696ddb2bad
feat: add sign in for mobile
2022-11-26 11:53:27 +08:00
三咲智子
ca0672390c
refactor: improve sign in server
2022-11-23 21:58:56 +08:00
三咲智子 Kevin Deng
0befc5169b
feat: auto remove https prefix ( #31 )
2022-11-23 10:06:32 +01:00
Anthony Fu
ed5b8091d3
feat: rename accounts to user
2022-11-23 12:25:48 +08:00