akkoma-fe/src/modules
Oneric e274adf47d
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
Fix setting restore from file
Previously restoring from file would also restore the old version value
breaking upload of the new settings to the server.

Additionallly it didn’t even attempt to sync settings after restore and
was insufferably slow due to individually updating every single setting
with a dispatch. Instead only update changed settings like on server
syncs which usually speeds the process up considerably.

Fixes: #405
2024-07-06 01:59:42 +02:00
..
announcements.js announcements (#42) 2022-07-18 13:08:50 +00:00
api.js Do not try to destructure when we don't need to 2024-06-27 02:58:52 +01:00
auth_flow.js migrate to eslint 9 syntax 2024-05-29 03:59:37 +01:00
config.js Fix setting restore from file 2024-07-06 01:59:42 +02:00
editStatus.js editing (#158) 2022-09-06 19:25:03 +00:00
errors.js npm eslint --fix . 2019-07-05 10:02:14 +03:00
instance.js Drop broken "@ symbol as icon" setting 2023-11-15 23:36:19 +01:00
interface.js Make minimum width for 3-column layout 1280px (#255) (#256) 2022-12-30 03:01:17 +00:00
lists.js Commit list accounts state after difference in removed accounts is determined (#82) 2022-08-01 10:11:39 +00:00
media_viewer.js gallery now supports flash, fixes for flash component. refactored media modal 2021-06-18 02:03:38 +03:00
oauth.js stop using vue.set 2021-04-25 13:24:08 +03:00
oauth_tokens.js Backend Interactor service overhaul, removed the need for copypasting 2019-11-24 13:57:46 +02:00
polls.js stop using vue.set 2021-04-25 13:24:08 +03:00
postStatus.js add new module and modal to post new status 2019-09-20 11:29:24 -04:00
recentEmojis.js Do not copy all emojis in recentEmoji getter 2023-09-03 16:19:06 +02:00
reports.js Add reports management (#186) 2022-11-06 21:26:05 +00:00
serverSideConfig.js Expose new server-side permit_followback setting 2024-02-04 22:19:14 +01:00
statuses.js Fix ordering of favourites timeline 2024-05-15 18:47:47 +02:00
statusHistory.js editing (#158) 2022-09-06 19:25:03 +00:00
tags.js Remove console.log 2023-01-01 21:06:02 +00:00
users.js Display profile background of other users 2024-02-14 18:44:57 +01:00