Commit graph

433 commits

Author SHA1 Message Date
Lim Chee Aun
a3dd8bab46 Handle all URL.parse cases with invalid URLs 2025-03-21 18:23:13 +08:00
Lim Chee Aun
5c925283d7 Attempt to fix posts with invalid dates 2025-03-08 18:50:34 +08:00
Lim Chee Aun
945d2ac206 Experiment using browser's built in translation API
Spec: https://webmachinelearning.github.io/translation-api/

API may change in the future
2025-03-02 08:44:38 +08:00
Lim Chee Aun
44bfbd35d9 Fix wrong logic again 2025-02-27 20:08:36 +08:00
Lim Chee Aun
ccba1e6b12 Fix weird Preact bug 2025-02-27 19:34:18 +08:00
Lim Chee Aun
618156bcac Fix different language detection not working properly 2025-02-27 19:17:43 +08:00
Lim Chee Aun
7b1d6741dd MVP Scheduled Posts implementation
Somehow the CSS got formatted differently
2025-02-25 21:56:02 +08:00
Lim Chee Aun
719f7f8f1b Fix "old post" prompt not appearing 2025-01-24 09:17:45 +08:00
Lim Chee Aun
7aa677e6e2 Allow configure referrer policy 2025-01-23 21:17:58 +08:00
Lim Chee Aun
acb7084d18 All the updates for Lingui v5
Possibly might break if I accidentally miss something
2024-12-21 15:26:28 +08:00
Lim Chee Aun
e652ce8d9b Include Prettier & format everything properly
My bad for not including prettier
2024-12-04 15:15:56 +08:00
Lim Chee Aun
b6d1522480 Fix clicking outside button also trigger the menu 2024-11-27 22:16:28 +08:00
Lim Chee Aun
6c3c158f79 Need QSA to be forgiving 2024-11-20 23:51:10 +08:00
Lim Chee Aun
06b56a8c67 Upgrade dependencies + autoPause for lite-youtube 2024-11-18 17:51:40 +08:00
Lim Chee Aun
f10d5457ae Show relative time on large post too 2024-10-28 18:50:30 +08:00
Lim Chee Aun
e19dcf7558 Skip check aspect ratio if > 1 media 2024-10-28 18:50:30 +08:00
Lim Chee Aun
e1784b9c00 Try inert on spoiler content 2024-10-18 18:35:09 +08:00
Lim Chee Aun
350aafaadd A little fix + refactoring with translation stuff 2024-10-18 18:35:09 +08:00
Lim Chee Aun
48537742a2 Time to try fetchPriority=low 2024-10-11 02:11:08 +08:00
Lim Chee Aun
a25bcba8a6 Make 'Delete' post look dangereous
Thanks to https://github.com/cheeaun/phanpy/pull/841
2024-10-10 09:16:49 +08:00
Lim Chee Aun
a19beffd20 Move diff language check to separate Task 2024-09-26 11:21:57 +08:00
Lim Chee Aun
c0abfb203e Possibly need useLayoutEffect 2024-09-25 18:27:40 +08:00
Lim Chee Aun
65bd6fb1ef It's micro-optimization week
Includes experimental replacing dangerouslySetInnerHTML with setting actual DOM
2024-09-25 17:18:30 +08:00
Lim Chee Aun
931af3c193 Add data-source to embed code
Ref: https://github.com/stefanbohacek/fediverse-embeds-wordpress-plugin/issues/29
2024-09-23 20:42:48 +08:00
Lim Chee Aun
fd5e574e70 Don't show byline if card posted by author themselves 2024-09-22 13:53:18 +08:00
Lim Chee Aun
4ae1c38269 Battle against slow startup time
Seems like Intl and tinyld could be the cause
2024-09-16 17:39:06 +08:00
Lim Chee Aun
3ebf7af4c3 Show author bylines 2024-09-16 13:33:00 +08:00
Lim Chee Aun
b1d7592673 Fix hotkeys firing for multiple elements
This is due to react-hotkeys-hook v4.5.1 upgrade
2024-09-15 23:41:34 +08:00
Lim Chee Aun
a376a9bd13 Add comment for this string 2024-09-11 13:10:36 +08:00
Lim Chee Aun
463ec48a8d Fix "overload resolution failed"
convertToBlob returns promise 🫣
2024-09-07 15:27:09 +08:00
Stefano Pigozzi
1aff56a6bd
Rename "Local instance" to "Local"
Co-authored-by: Lim Chee Aun <cheeaun@gmail.com>
2024-09-07 03:12:16 +02:00
Stefano Pigozzi
7f06187d75
Merge remote-tracking branch 'origin/main' into feature/akkoma-local-only
# Conflicts:
#	src/locales/en.po
2024-09-05 15:46:56 +02:00
Lim Chee Aun
bff32b2d68 Fix toDataURL is not a function 2024-08-31 20:13:23 +08:00
Lim Chee Aun
ea53d8ad9d Attempt to make menus wider 2024-08-24 18:22:29 +08:00
Stefano Pigozzi
1e1d6e40bc
Add support for local instance posts
A new platform feature is defined, `@akkoma/local-only`, which is marked as present only if the string `akkoma` is found in the instance version string.

If this feature is supported, a new post visibility option is added to the post compose visibility selector, "Local instance", which sets the visibility to `"local"`.

The post viewer is also updated accordingly; while local-only posts could already be seen previously, they didn't have anything written in the `.extra-meta` section, and didn't display a visibility icon.

The `building` icon has been selected as the symbol for "Local instance" posts, as it's already used in the main menu to denote the Local timeline.
2024-08-20 19:00:10 +02:00
Lim Chee Aun
8a2150d854 All handles need bidi isolate 2024-08-19 19:06:24 +08:00
Lim Chee Aun
bdb1dff278 Fix this unneeded Plural 2024-08-16 11:12:00 +08:00
Lim Chee Aun
c2e6d732c4 Initial i18n dev
Expecting bugs!
2024-08-13 15:26:23 +08:00
Lim Chee Aun
78ca5bbc0b Fix prefs bug
- Some prefs returned can be uppercased, so make them lowercase
- `postingDefaultLanguage` probably doesn't work anymore every since masto.js upgrade. Sorry!
- Add additional checks to make sure prefs from server are not in unexpected forms
2024-08-10 10:04:44 +08:00
Lim Chee Aun
89e8bdf77b Use pinned instead of _pinned 2024-08-04 18:06:26 +08:00
Lim Chee Aun
f05e3012e3 Preliminary step for RTL 2024-08-04 13:32:46 +08:00
Lim Chee Aun
95bf9e183e Replace trivago/ with ianvs/prettier-plugin-sort-imports 2024-07-01 17:41:21 +08:00
Lim Chee Aun
e6e884f1cb Refactor + make card post work for no-image cards 2024-06-28 07:49:30 +08:00
Lim Chee Aun
83164c321f Apply anim-duration for card image too
And also media images in Catch-up
2024-06-15 08:36:12 +08:00
Lim Chee Aun
1f8a8f8928 Use URL.parse with polyfill 2024-06-14 08:34:50 +08:00
Lim Chee Aun
8a10a81fec Experiment immersive media render on large-size post 2024-06-10 20:42:38 +08:00
Lim Chee Aun
88e36183c6 Experiment different card preview style 2024-06-10 20:40:35 +08:00
Lim Chee Aun
ef1abbc25c Wait I need a slash here? 2024-06-08 21:34:50 +08:00
Lim Chee Aun
8d91bfb0a3 Throttle account fetches 2024-06-07 18:38:26 +08:00
Lim Chee Aun
098014a109 Fix possible error 2024-05-29 18:46:14 +08:00