Commit graph

56 commits

Author SHA1 Message Date
Ivan Demchuk 46c4fe1e5a
refactor: extract common code for number localization (#903) 2023-01-09 12:24:26 +01:00
Joaquín Sánchez 52f81a34c3
fix(i18n): hint for settings on notifications page (#893)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-01-09 10:31:00 +01:00
洪布斯 509eec5f87
feat: tips for empty search result (#900) 2023-01-09 15:50:07 +08:00
Cesar Gomez 7c83bd05a5
feat(i18n): sync es-ES and fixing some context translations (#901) 2023-01-09 07:25:35 +01:00
Michel EDIGHOFFER 9e24cbe5aa
fix: remove all exclamation mark on publish action (#889) 2023-01-08 23:13:44 +01:00
Joaquín Sánchez 5075fdf194
feat(i18n): add i18n to PublishWidgetFull (#872) 2023-01-08 20:54:05 +08:00
Joaquín Sánchez b5e14810af
feat(i18n): add i18n to StatusReplyingTo (#857)
Co-authored-by: Michel Edighoffer <edimitchel@gmail.com>
2023-01-07 21:27:28 +01:00
Joaquín Sánchez 6bb9fd9553
fix(i18n): spanish app_desc_short (#806) 2023-01-05 18:38:27 +01:00
Jorge Barrera 9d5269e0c0
feat: update es-ES strings (#803) 2023-01-05 16:37:58 +01:00
Joaquín Sánchez d4e99566b8
feat: notifications settings page (#782) 2023-01-05 09:47:58 +01:00
Lucas Homer 614bc274bc
feat(i18n): capitalize posts_count unit (#787) 2023-01-05 08:38:04 +01:00
Joaquín Sánchez 20598c6648
i18n(es): sync spanish translations (#723) 2023-01-03 10:31:10 +08:00
Joaquín Sánchez ca93f1a813
feat(i18n): use compact number format instead K/M suffix (#678) 2023-01-01 20:31:14 +01:00
Joaquín Sánchez d8abea75aa
fix: push notification request permission (#677) 2023-01-01 20:24:22 +01:00
patak 016da2e8c0
feat: rework avatar on avatar (#676) 2023-01-01 20:15:51 +01:00
Joaquín Sánchez 29fe2a10ac
feat: file upload errors (#671)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
2023-01-02 02:11:50 +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
三咲智子 4bc72905de
fix(poll): show poll times 2022-12-31 05:43:23 +08:00
Joaquín Sánchez 524f7005aa
fix: color mode settings button (#648) 2022-12-29 20:27:11 +01:00
Daniel Roe f65f9c9a1c
feat: support muting conversations (#614) 2022-12-28 22:44:23 +01:00
patak 26a26ba9f7
feat: search on small screens (#585) 2022-12-27 22:41:44 +01:00
patak b1109c2ceb
feat: rework user picker (#568) 2022-12-27 21:07:19 +01:00
Anthony Fu f621ef8b4b i18n: clean up unused keys 2022-12-27 19:00:42 +01:00
Anthony Fu cf5e6ed5b5 i18n: rename keys 2022-12-27 18:49:23 +01:00
Anthony Fu 841959b51f feat: move flags to settings 2022-12-27 18:49:23 +01:00
Joaquín Sánchez db7f82422e
feat: file upload error handling (#560) 2022-12-26 06:25:35 +01:00
Joaquín Sánchez 03d3775011
feat: show re-auth message when missing vapid_key (#542) 2022-12-25 13:45:37 +01:00
Joaquín Sánchez 95985d14a9
feat(i18n): font size translation for es-ES (#555) 2022-12-25 13:43:23 +01:00
Joaquín Sánchez 8bdc6d40cf
feat(a11y): aria announcer (#443) 2022-12-23 16:08:36 +01:00
Joaquín Sánchez 6b7a8baa8e
fix: disable push notifications & update push notifications texts (#518) 2022-12-22 18:22:00 +01:00
Sebastian Di Luzio 301c8b2612
fix: make german translation more consistent, fix typos (#499) 2022-12-22 17:32:36 +01:00
Joaquín Sánchez 4e846ca8f5
fix(i18n): add missing translation (#504) 2022-12-22 11:59:25 +01:00
Jorge Barrera c648d23115
fix: improve spanish translations, add missing strings (#491) 2022-12-21 20:03:17 +01:00
Anthony Fu aa9b5d2cb1 ui: pwa prompt 2022-12-19 22:14:54 +01:00
patak cd85871d01
feat: account switcher sidebar (#460)
* feat: account switcher sidebar

* fix: defer loading sidebar until masto initialised

* fix: only show user switcher for 2 or more accounts

* chore: use `ofetch` (newer version of `ohymfetch`)

* chore: early alpha warning

* fix: handle missing user in github preview

* refactor: avoid circular auto-import

Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-12-19 16:44:14 +01:00
patak 15b59ae9b9 feat: muting feedback on follow button 2022-12-19 15:29:12 +01:00
patak e72d45a208 feat: blocking feedback on follow button 2022-12-19 15:01:45 +01:00
Joaquín Sánchez f0c91a3974
feat: pwa with push notifications (#337) 2022-12-17 23:29:16 +00:00
wheat c1d1138742
feat: search (#285) 2022-12-17 22:35:07 +01:00
patak 798f73ece5
feat: GitHub cards (#450) 2022-12-17 22:11:39 +01:00
Joaquín Sánchez 110e7ae61f
feat: enhance login and error handling (#423) 2022-12-14 00:12:16 +01:00
Joaquín Sánchez 089890677f
feat: add account tab pages (#422) 2022-12-13 22:01:25 +01:00
Joaquín Sánchez f99bbeb362
fix(es-ES): add missing entries on tab (#420) 2022-12-13 19:15:46 +01:00
Joaquín Sánchez f61c25409d
fix(es-ES): fix all notifications (#418) 2022-12-13 18:29:43 +01:00
Joaquín Sánchez 49a28144fd
feat: update logo logic (#377) 2022-12-08 14:30:56 +01:00
Joaquín Sánchez 2fed89be9d
feat: poll plural support (#375) 2022-12-08 11:54:34 +01:00
Cesar Gomez ede3a398b5
feat(i18n): sync es-ES lang (#350)
* feat(i18n): sync es-ES lang

* fix(i18n): reintegrate en-US entries and review voting string at es-ES

* feat(i18n): sync es-ES with en-US
2022-12-08 00:23:46 +01:00
三咲智子 bbaccfcde5
refactor(i18n): cleanup 2022-12-03 13:38:33 +08:00
Joaquín Sánchez d17994338d
feat(i18n): refactor i18n module configuration (#292) 2022-12-02 20:54:09 +08:00
Anthony Fu 1b1bf01d2c ci: force sort locales 2022-12-02 16:43:01 +08:00