|
b819f30022
|
move refresh-required options to their own section
|
2025-04-01 18:04:20 -04:00 |
|
|
698a13b28c
|
add option to disable favicon badge
|
2025-04-01 17:42:17 -04:00 |
|
|
d575980d1e
|
add toggle for deduping boosts
|
2025-03-31 09:20:31 -04:00 |
|
|
7a26107808
|
remove unnecessary console.log()s
|
2025-03-30 17:15:24 -04:00 |
|
|
f601879228
|
fix z-index issue on settings panel
|
2025-03-30 17:11:47 -04:00 |
|
|
a2b28f677d
|
remove unnecessary if statement
|
2025-03-30 14:39:03 -04:00 |
|
|
56d46e4058
|
remove modified indicator from text_setting template
|
2025-03-30 14:35:57 -04:00 |
|
|
1384b821bb
|
improve look of custom notif sound setting
|
2025-03-30 14:34:12 -04:00 |
|
|
7c275adfc8
|
add emoji reaction filtering
|
2025-03-30 14:33:29 -04:00 |
|
|
c43ddf6c7b
|
add search pagination (just for statuses)
|
2025-03-16 17:22:22 -04:00 |
|
|
56aa0e6204
|
remove duplicate key in en localization file
|
2025-03-16 13:47:16 -04:00 |
|
|
517751186e
|
add alternate gravestone that keeps post content on deletes when using websockets
|
2025-03-16 11:56:05 -04:00 |
|
|
88c56b553d
|
fix user page not working in dev mode (thanks harper)
|
2025-03-12 16:59:58 +01:00 |
|
|
75950c670c
|
restore default behavior before upstream merge
|
2025-03-12 00:55:36 -04:00 |
|
|
9bdec82db7
|
merge in the changes made to upstream (Hopefully didn't break anything)' (#1)
|
2025-03-12 05:50:36 +01:00 |
|
|
4a4644d42f
|
fix styling to be more in line with how akkoma-fe used to look before #403 in upstream
|
2025-03-12 00:44:58 -04:00 |
|
|
79ef3f87e5
|
fixes to make settings page load after merge
|
2025-03-12 00:01:02 -04:00 |
|
|
7c0df5cf0e
|
Merge remote-tracking branch 'upstream/develop' into iceshrimp-merged
|
2025-03-11 23:42:45 -04:00 |
|
|
1dd9faac7b
|
add a span that really should've been there to begin with
|
2025-03-11 23:36:18 -04:00 |
|
Floatingghost
|
2914eaf1ca
|
Revert "reduce gallery size"
This reverts commit 06ba190e2e .
|
2025-03-01 16:14:55 +00:00 |
|
floatingghost
|
0bf9cb0660
|
Merge pull request 'Optional widened main column' (#402) from Riedler/akkoma-fe:wide-columns-for-upstream into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/402
|
2025-03-01 12:00:33 +00:00 |
|
|
1134b0cf77
|
add info on fork changes to readme
|
2025-02-27 10:17:59 -05:00 |
|
floatingghost
|
65cb3b95e0
|
Merge pull request 'Use FEP-c16b: Formatting MFM functions' (#410) from ilja/akkoma-fe:use_fep-c16b_formatting_mfm_functions into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/410
|
2025-02-27 12:04:41 +00:00 |
|
|
9cd2bebb55
|
fix custom sounds on notifs for specific users. i think this wasn't working before because it didn't properly remove every element it needed to
|
2025-02-26 10:06:52 -05:00 |
|
|
ec36425b19
|
add option to confirm attachments marked sensitive without CW
|
2025-02-26 09:52:14 -05:00 |
|
|
bff81c6b2b
|
add more options for confirming visibility
|
2025-02-26 08:58:51 -05:00 |
|
|
0f633b98b0
|
fix notif sounds for general users being pulled from ones for specific users
|
2025-02-11 09:24:39 -05:00 |
|
|
7c4cc56ff4
|
add the ability to have custom notification sounds for specific users
|
2025-02-10 15:56:25 -05:00 |
|
|
ae35c58425
|
add setting to set boosts to be the same as default post visibility
|
2025-02-10 10:50:58 -05:00 |
|
Riedler
|
f15b94d566
|
made widenTimeline false by default
|
2025-02-07 03:50:44 +01:00 |
|
Riedler
|
06ba190e2e
|
reduce gallery size
|
2025-02-07 03:49:57 +01:00 |
|
|
b457c07156
|
fix attachment buttons
|
2025-01-31 08:35:09 -05:00 |
|
|
1e7ef0956e
|
fix another z-index issue
|
2025-01-24 08:58:54 -05:00 |
|
|
8454787886
|
revert previous commit and fix z-index on attachment buttons
|
2025-01-22 10:07:59 -05:00 |
|
|
3473b56260
|
fix the frontend thinking there's a new (unshown) post when you post something with websockets enabled
|
2025-01-21 12:24:30 -05:00 |
|
|
3c721442bd
|
add notification sounds (disabled by default)
|
2025-01-20 15:24:09 -05:00 |
|
|
8c966556f4
|
fix z-index issues with the main header due to the last commit affecting headers too
|
2025-01-17 17:01:52 -05:00 |
|
|
e3b03940d3
|
lower z-index on the notification panel footer to avoid issues with the filter config
|
2025-01-17 16:26:53 -05:00 |
|
|
d98c9c9657
|
add an option to confirm that you want a post to be public
|
2025-01-17 15:22:33 -05:00 |
|
floatingghost
|
2086522d64
|
Merge pull request '(arguably) improved layouting of user profile page' (#403) from Riedler/akkoma-fe:user-profile-changes into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/403
|
2025-01-15 21:47:55 +00:00 |
|
Weblate
|
fa294e0003
|
Merge branch 'origin/develop' into Weblate.
|
2025-01-05 15:52:29 +00:00 |
|
floatingghost
|
d3fa5cfad0
|
Merge pull request 'post_status_form: enable sync flush for watcher' (#414) from novenary/akkoma-fe:sticky-drafts into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/414
|
2025-01-05 15:52:26 +00:00 |
|
Weblate
|
9552287442
|
Merge branch 'origin/develop' into Weblate.
|
2025-01-05 15:52:19 +00:00 |
|
floatingghost
|
6b7c8f0def
|
Merge pull request 'Allow using custom source URLs' (#421) from Oneric/akkoma-fe:custom-source into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/421
|
2025-01-05 15:52:15 +00:00 |
|
Weblate
|
3386692e26
|
Merge branch 'origin/develop' into Weblate.
|
2025-01-05 15:51:50 +00:00 |
|
floatingghost
|
ad6bb47003
|
Merge pull request 'Add visual feedback when clicking translate' (#423) from ilja/akkoma-fe:provide_visual_feedback_when_clicking_translate_button into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma-fe/pulls/423
|
2025-01-05 15:51:47 +00:00 |
|
|
a9bdf9c281
|
raise poll choice limit to 20 and allow polls from 1 second to 1000 years
|
2025-01-02 21:10:43 -05:00 |
|
|
d1a3f670a6
|
add bite notification support (direct & notes)
|
2024-12-14 19:43:39 -05:00 |
|
|
fe1a32554c
|
missed a bunch of 'repeat's. should be 'boost' fully now.
|
2024-12-01 14:01:10 -05:00 |
|
|
0bebcd8ad2
|
rename 'repeats' to 'boosts'
|
2024-12-01 13:48:30 -05:00 |
|