elk/composables
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
..
push-notifications refactor: flatten composables and enable auto-imports on dirs (#608) 2022-12-28 15:57:06 +01:00
tiptap fix: emoji replacement error handling 2022-12-27 21:48:01 +01:00
aria.ts refactor: flatten composables and enable auto-imports on dirs (#608) 2022-12-28 15:57:06 +01:00
cache.ts fix: handle no acct string 2022-12-28 17:01:13 +01:00
command.ts feat(command): add settings page 2022-12-30 03:58:00 +08:00
content-parse.ts fix: insert space around custom emojis 2022-12-27 22:08:48 +01:00
content-render.ts fix: mention link in rich content 2022-12-27 02:39:29 +08:00
dialog.ts refactor: reorganize modules 2022-12-13 15:03:36 +01:00
emojis.ts refactor: flatten composables and enable auto-imports on dirs (#608) 2022-12-28 15:57:06 +01:00
featureFlags.ts feat: rework user picker (#568) 2022-12-27 21:07:19 +01:00
hydration.ts fix: make isHydrated export .value always 2022-12-22 02:27:16 +00:00
i18n.ts fix: layout fixes for RTL languages (#591) 2023-01-01 15:29:11 +01:00
icons.ts chore: unocss-include for icons 2022-12-13 20:59:34 +01:00
injections.ts refactor: use @nuxtjs/color-mode to manage ssr (#612) 2022-12-29 13:26:08 +01:00
lifecycle.ts feat: preserving state between route changes (#132) 2022-11-28 01:34:45 +08:00
masto.ts feat: allow reordering reblogs of replies 2022-12-29 22:04:32 +01:00
paginator.ts fix: Remove redundant refresh in usePaginator (#626) 2022-12-29 13:30:05 +01:00
screen.ts ui: improve account switcher 2022-11-30 15:30:17 +08:00
search.ts feat: allow searching for statuses (#632) 2022-12-29 15:44:26 +01:00
setups.ts feat(ui): transparent status bar 2022-12-31 06:45:39 +08:00
shiki.ts refactor: use @nuxtjs/color-mode to manage ssr (#612) 2022-12-29 13:26:08 +01:00
status.ts feat: support muting conversations (#614) 2022-12-28 22:44:23 +01:00
statusDrafts.ts fix(#480): keep content warning when editing a status (#492) 2022-12-21 15:21:45 +01:00
tiptap.ts feat: custom emoji font in editor 2022-12-27 20:13:50 +01:00
translate.ts chore: move dependencies 2022-12-20 14:25:39 +01:00
users.ts feat: added a profile settings and settings nav (#432) 2022-12-26 09:50:11 +01:00
utils.ts feat: added a profile settings and settings nav (#432) 2022-12-26 09:50:11 +01:00
workarounds.ts refactor: group composables 2022-12-02 16:52:05 +08:00