Commit Graph

7217 Commits

Author SHA1 Message Date
floatingghost d304be654f Merge pull request 'Update build setup instructions' (#343) from norm/pleroma-fe:update-build-setup into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/343
2023-12-15 12:24:33 +00:00
floatingghost aee97fa948 Merge pull request 'Re-added extension checking for still-image' (#346) from Mergan/pleroma-fe:still-image-ultimate into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/346
2023-12-15 12:24:07 +00:00
floatingghost 7da1687f31 Merge pull request 'Use relative font size and set appropriate overflow behavior' (#355) from xarvos/pleroma-fe:update-css into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/355
2023-12-15 12:12:28 +00:00
floatingghost a8f193d4bd Merge pull request 'Stop constant movement of notifications due to changing timestamps' (#353) from Oneric/akkoma-fe:notification-writhing into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/353
2023-12-15 11:57:47 +00:00
floatingghost 81c82e11bc Merge pull request 'Explicitly set SameSite attribute for cookies' (#352) from Oneric/akkoma-fe:cookie-samesite into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/352
2023-12-15 11:54:15 +00:00
floatingghost 00cadce5b4 Merge pull request 'Format dates, times with window.navigator.language instead of UI i18n locale' (#354) from smitten/akkoma-fe:date-locale-fix-cherrypick into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/354
2023-12-15 11:52:59 +00:00
itepechi 6dee7708bc Adjust default logo 2023-11-29 03:59:13 +09:00
itepechi 794b765861 Update README 2023-11-22 09:01:45 +09:00
floatingghost 40a08f279b Merge pull request 'Drop broken "@ symbol as icon" setting' (#359) from Oneric/akkoma-fe:at-icon into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/359
2023-11-16 10:41:17 +00:00
Oneric c524a47e6f Drop broken "@ symbol as icon" setting
It was merged into pleroma-fe on 2022-02-03 in
76547fe66d and imported
into akkoma-fe on 2022-06-08 with the merge commit
f6cf509a04.

However, something went wrong in the merge and while the setting
and its infrastructure exist, it is never used anywhere and @ is
always displayed as text.

Given it existed in this broken state for nearly one and a half years,
never worked on akkoma-fe and no bugs were filed about this, it appears
nobody cares, so let’s just remove it.
2023-11-15 23:36:19 +01:00
itepechi d5c74cccbd Disable search hotkey when modal is open 2023-11-16 06:25:14 +09:00
itepechi 92aa58356b Fix race condition in search 2023-11-16 06:25:00 +09:00
itepechi c578846b98 Support for searching local posts/users only 2023-11-15 08:43:53 +09:00
itepechi 8398670530 Allow the search bar to be focused with '/' and closed with 'esc' 2023-11-10 06:35:49 +09:00
itepechi 315d306eb4 Show loading circle on following searches too 2023-11-10 06:35:27 +09:00
itepechi e8b653737c Improved search experience
fixed invalid variable calls
changed to manage loading state tab by tab
made automatic tab selection less aggressive
made the api call fail-safe
fixed the format of the search result count
2023-11-09 07:12:43 +09:00
itepechi bdc1e9d9c6 If refactoring is so good, why isn't there refactoring 2? 2023-11-06 08:27:14 +09:00
itepechi 3afad74579 Refactor search component 2023-11-06 07:44:00 +09:00
itepechi 71b0ee672e Remove the loading state as soon as possible
i meant false, not true
2023-11-06 07:33:18 +09:00
itepechi 88d9ee9904 Update readme 2023-11-06 05:52:18 +09:00
itepechi 5d924d0a16 Add users from search results to the global store
fixes user cards
2023-11-06 05:37:08 +09:00
itepechi 3551289a86 Restyle hashtag search results with touch devices in mind 2023-11-06 05:34:00 +09:00
itepechi ca5f98aeee Search the focused search type first 2023-11-06 03:55:44 +09:00
Ngô Ngọc Đức Huy 235c734d37
Use overflow: auto for description
Previously it sets overflow: scroll, so there's an unnecessary
horizontal scroll.
overflow: auto only shows scrollbar when it overflows
2023-11-05 09:32:19 +07:00
Ngô Ngọc Đức Huy deaef1d0b9
Use relative unit for font size 2023-11-05 09:21:01 +07:00
itepechi b808c84b55 Fix spell errors 2023-11-04 05:21:43 +09:00
itepechi 42934f4299 Show search results asynchronously 2023-11-03 06:34:11 +09:00
itepechi 8b63ade65b Update ja_pedantic translations 2023-11-03 06:16:51 +09:00
itepechi b35b8aeb01 Render search results using the Conversation component 2023-11-03 05:47:27 +09:00
itepechi a88fe43f03 Avoid direct access to properties 2023-11-03 05:26:51 +09:00
itepechi f54248e133 Format code 2023-11-03 05:26:04 +09:00
smitten 1b28ec3b72
Match UI i18n configuration to browser locales 2023-11-01 23:10:57 -04:00
smitten c9dc8f00f9
Use window.navigator.language before interface i18n language 2023-10-30 23:56:53 -04:00
Oneric beee99e733 Stop notifications boxes from change size over time
Notifications about favourites and follows use .notification-right,
notifications about replies instead use .heading-right.

Previously only the former set a min-width, however the
chosen value of 3em was too small to fit the worst case.
As a consequence, when the timestamp text changes over time,
its element width changes, which may result in neighbouring text
(no longer) needing to wrap to a new line in turn changing the size
of the whole notification box pushing older notification boxes down/up.

These constant movements at the side of the screen can be quite
annoying and confusing when the cause cannot be immediately discerned.

Avoid this, by reserving enough space for any timestamp.

For English, the worst case is the five-character 'XXmin', since the
short identifier for minutes is the longest with three letters.
With two exceptions, all other current localisation also do not exceed
three letters in any short unit identifier up to days.
However, some localisations (e.g. Polish) additionally insert a space
between numerical value and unit. This matches SI recommendations
pushing the worst case to 6 characters.

6 characters will be sufficient for timestamps up to 3 weeks in all
languages (minus prev exceptions), which seems reasonable enough
as beyond this timestamps rarely change anyway.

The aforementioned exceptions being Vietnamese and Occitan,
but in the current localisation all or the relevant short unit
identifiers are identical to the long forms indicating this is
just due to incomplete translation.
Indeed, Vietnamese Wikipedia (read through machine translation) suggests
“ph” is commonly used as unit identifiers for minutes, but the current
localisation fully spells it out as “phút”.
2023-10-25 00:37:09 +02:00
Oneric ccb0ffdc8a Don't show direction in notification timestamps
Currently all notifications except follow-related once include
and explicit direction text. (It missing in follow notifs is due to an
omission in 804ba0cdb6b353e0c959c68f44c6a1316c0d6b10 which only added
the newly introduced with-direction to status-related notifs. Before,
presumably all notifs included direction text.)

But in the notification tray horizontal space is scarce
and notifs can already be assumed to only come from the past.
While it might not be too bad for the English localisation’s 4-letter
' ago' suffix, e.g. the Indonesian localisation’s ' yang lalu' needs
10 letters.

Thus instead of fixing the omission for follow-related notifs,
drop direction text from all notification timestamps.
2023-10-24 23:28:45 +02:00
itepechi 05fd58ec3f Merge remote-tracking branch 'upstream/develop' into bnakkoma 2023-10-23 04:26:49 +09:00
itepechi c85bdb5e54 Support OpenSearch protocol 2023-10-23 04:23:48 +09:00
itepechi e1dcfaa415 Hide search filter button from unregistered users 2023-10-23 04:20:22 +09:00
itepechi 2677c6f846 Fix misplaced timeline menu/filter popover layer 2023-10-23 04:14:15 +09:00
itepechi 99feef1027 Update ja_pedantic translations 2023-10-23 04:13:46 +09:00
itepechi e970b3fecd Make text-overflow work on timeline menu 2023-10-22 05:16:56 +09:00
Oneric ab250c2f3a Explicitly set SameSite attribute for cookies
Modern browsers start to tighten down on third-party access to cookies.
E.g. in current Firefox, a warning about the userLanguage cookie was
shown since it did not yet explicitly set the SameSite attribute and the
default is about to change.

The cookie name being referred to as BACKEND_LANGUAGE_COOKIE_NAME
suggests it should be readable by the actual Akkoma backend, which can
live at a different domain than akkoma-fe. Thus explicitly enable
sharing with third-party sites.

No warnings were shown for other cookies, so I assume
this was the only one not yet setting SameSite.
2023-10-19 01:05:59 +02:00
itepechi e2f1870ee0 Fix timeline header overflow and line break
fixed by changing the class to the intended one
2023-10-17 13:51:55 +09:00
Norm 1de62fffcd
Update config.example.json link and example domain 2023-10-06 04:52:04 -04:00
Norm 306cea04a1
Use corepack in build instructions 2023-10-06 04:51:59 -04:00
Mergan d9e1bc4d99 Re-added extension checking for still-image
- Bonus refactoring
2023-10-02 15:29:54 -07:00
FloatingGhost 52b0b6f008 add VI to messages.js 2023-10-02 13:28:23 +01:00
itepechi 70ab970b42 Expand user fields on click 2023-09-28 06:23:36 +09:00
itepechi 37a6f2be7b Shorten version name
'akkoma 3.10.0-akkoma+bnakkoma' is unnecessarily long
2023-09-28 06:20:04 +09:00
itepechi 9d92a93892 Merge remote-tracking branch 'upstream/develop' into bnakkoma 2023-09-27 06:45:50 +09:00