Henry Jameson
e7cdf00d11
lint
2024-12-27 01:56:51 +02:00
HJ
3cda070507
Merge branch 'develop' into 'tusooa/save-draft'
...
# Conflicts:
# src/boot/routes.js
# src/i18n/en.json
# src/main.js
# src/modules/config.js
# src/modules/instance.js
2024-12-26 23:51:54 +00:00
Henry Jameson
50b1c5b640
fix theme3hacks resetting theme to default-v2
2024-12-22 16:49:42 +02:00
HJ
cbe9427123
Merge branch 'themes3-grand-finale-maybe' into 'develop'
...
Themes 3
See merge request pleroma/pleroma-fe!1951
2024-12-18 12:19:11 +00:00
Henry Jameson
313eb8f4cd
bundling theme now works and so are bundled style's palettes
2024-11-19 21:33:13 +02:00
Matrix-Sasuke
898881bac1
Absolute time format
2024-11-13 09:19:17 +00:00
Henry Jameson
e8d0e45b5b
it is working. finally.
2024-10-02 16:22:28 +03:00
tusooa
b14ba17256
Support displaying time in absolute format
...
This adds two config items: useAbsoluteTimeFormat (boolean) and
absoluteTimeFormatMinAge (string, number + unit ('d'|'h'|'m'|'s')).
When `useAbsoluteTimeFormat` is true, the Timeago component will display
absolute time if the time is at least `absoluteTimeFormatMinAge`
from now. If `longFormat` prop is true, the fully formatted time
is displayed. Otherwise, the format is determined by the `time` prop:
(1) if `time` is on the same day of now, display hour and minute;
(2) if `time` is in the same month of now, display day and hour;
(3) if `time` is in the same year of now, display month and day;
(4) otherwise, display year and month.
If it should display relative time, the format is the same as before.
2024-09-17 19:18:51 -04:00
tusooa
86f6fbeb46
Give the option to auto save drafts
2024-08-22 20:02:53 -04:00
tusooa
fb87477298
Allow confirmation on closing reply form
2024-08-22 20:02:53 -04:00
HJ
0c9893c8a0
Merge branch 'appearance-tab' into 'develop'
...
Themes 3: Intermission: Appearance Tab and fixes
See merge request pleroma/pleroma-fe!1920
2024-07-24 18:51:17 +00:00
Henry Jameson
55d7ec4130
remove unused files
2024-07-21 23:49:37 +03:00
Henry Jameson
665faf892a
font overrides + fixes for font component
2024-07-21 23:27:11 +03:00
Henry Jameson
d2683a6728
new theme selector, RC
2024-07-17 22:10:11 +03:00
Henry Jameson
a378c999b7
add ability to override underlay color/opacity regardless of theme
2024-07-16 21:01:20 +03:00
Henry Jameson
e029732021
use separate action for setting Theme V2
2024-07-12 02:40:57 +03:00
Henry Jameson
c6ccab778f
MASSIVELY streamlined theme setting process, now EVERYTHING happens in a vuex action "setTheme" instead of several different applyTheme()s scattered around
2024-07-10 22:49:56 +03:00
Henry Jameson
80cbf29bdf
fields for user font overrides
2024-06-27 00:59:24 +03:00
Henry Jameson
f9e407de63
made theme debug easier by making it an actual option
2024-06-21 23:28:24 +03:00
Henry Jameson
eed05f1380
forced roundness tweak config
2024-06-21 22:46:01 +03:00
Henry Jameson
6343b91abf
more scaling options
2024-06-13 02:22:47 +03:00
marcin mikołajczak
5c48ea2f1a
Support status
notification type
...
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-05-25 08:42:32 +02:00
Henry Jameson
e4a819a0e2
initial Appearance Tab implementation, added text size/UI scale option
2024-05-22 19:54:19 +03:00
HJ
fd1011f622
Merge branch 'scrobbles-age' into 'develop'
...
Add setting to only show scrobbles newer than certain age.
See merge request pleroma/pleroma-fe!1904
2024-05-22 12:25:24 +00:00
HJ
3128ea57e1
Merge branch 'themes3-cache' into 'develop'
...
implement a simple caching system for themes 3
See merge request pleroma/pleroma-fe!1911
2024-05-22 12:15:21 +00:00
HJ
51709ad318
Merge branch 'develop' into 'scrobbles-age'
...
# Conflicts:
# src/i18n/en.json
2024-04-28 19:05:18 +00:00
Alexander Tumin
59656af44c
Allow muting sensitive posts in public timelines
2024-04-24 15:18:11 +03:00
Henry Jameson
5505a89e8a
implement a simple caching system for themes 3
2024-04-22 23:40:39 +03:00
Henry Jameson
def68e9cda
scrobbles age setting
2024-03-25 23:35:28 +02:00
Henry Jameson
5ee8fc0aea
add setting to always show push notifications
2023-12-13 23:54:12 +02:00
Henry Jameson
fd3ad106be
rearrange notification visibility page a bit.
2023-11-19 16:12:43 +02:00
Henry Jameson
e3ee3eacca
added some settings for notifications
2023-11-19 15:24:34 +02:00
Henry Jameson
c059f4a7ee
Merge remote-tracking branch 'origin/develop' into notifications-thru-sw
2023-11-13 17:26:53 +02:00
NEETzsche
2c9930bd5b
Display the latest scrobble under a user's name
2023-11-10 06:11:55 -07:00
Henry Jameson
e0b8ad9f14
add initial structure for notification settings
2023-11-09 01:58:33 +02:00
tusooa
7f51ea369e
Make extra notification display customizable
2023-08-18 22:25:32 -04:00
Henry Jameson
819cd41cf0
Merge remote-tracking branch 'origin/develop' into improve_settings_reusability
...
* origin/develop:
Translated using Weblate (Chinese (Simplified))
Generalize IntegerSetting into NumberSetting, add Integer/Float wrappers
Allow custom emoji reactions: add option to scale reaction buttons
Fix user-profile route crash on pinned favorites route
Hide custom emoji in reaction picker when BE does not advertise pleroma_custom_emoji_reactions
Allow custom emoji reactions
2023-03-20 22:48:38 +02:00
Alexander Tumin
3403f6a1ed
Allow custom emoji reactions: add option to scale reaction buttons
2023-03-17 23:55:34 +03:00
Henry Jameson
ac32997f8b
move websocket connection logic into module
2023-03-12 16:51:50 +02:00
Henry Jameson
af0cd54223
serverSideConfig renamed into profileSettingConfig to avoid confusion
...
with serverSideStorage, reduced overall need for SharedComputedObject in
settings tabs, moved copypaste code of "setting" type of helpers into a
separate file.
2023-03-12 14:36:49 +02:00
tusooa
5468309f6a
Make it possible to auto-select the first candidate in autocomplete
2023-02-20 23:49:34 -05:00
HJ
65e10f07de
Merge branch 'from/develop/tusooa/confirm-dialogs' into 'develop'
...
Confirmation dialogs
See merge request pleroma/pleroma-fe!1431
2023-01-25 23:49:16 +00:00
Tusooa Zhu
ce8101e60a
Add remove follower confirmation
2023-01-22 09:25:24 -05:00
Tusooa Zhu
547e85c7c6
Add confirm dialogs for accept & deny follow requests
2023-01-20 23:40:12 -05:00
Tusooa Zhu
3ad5df805e
Add delete status confirm modal
2023-01-20 23:39:01 -05:00
Tusooa Zhu
b7e9373965
Add support for multiple interface languages
2022-12-23 22:45:55 -05:00
Henry Jameson
96d45617e2
make better defaults for user popovers, closer to OG behavior
2022-11-21 21:44:03 +02:00
Tusooa Zhu
1c3bdda14c
Load unicode emoji annotations
2022-09-20 20:15:32 -04:00
Henry Jameson
cd7380efe7
Merge remote-tracking branch 'origin/develop' into navigation-update
...
* origin/develop:
Update dependency opn to v5
fix notices being under the navbar, also change offset to use variable
fix modals not having proper z index
reduce indexes to be below 9999 so that develop error messages appear above
Do not allow to find by name in findUser()
Use lookup endpoint to obtain users by nickname
Use $ for id UserProfile routes
Allow opening profile: multiChoiceProprties record, anonymous access
Allow opening profile when clicking an avatar inside of user popover
2022-08-23 21:52:17 +03:00
HJ
272b748f26
Merge branch 'develop' into 'allow-opening-profile-in-user-popover'
...
# Conflicts:
# src/components/settings_modal/tabs/general_tab.vue
2022-08-22 22:29:13 +00:00