Henry Jameson
69f684cb64
oops
2024-10-07 12:29:47 +03:00
Henry Jameson
4d472e1d4b
fix my phone
2024-10-07 12:21:36 +03:00
Henry Jameson
191609c662
Merge remote-tracking branch 'origin/develop' into themes3-grand-finale-maybe
2024-10-05 23:15:10 +03:00
Henry Jameson
bb41c13620
fix?
2024-10-05 19:30:31 +03:00
Henry Jameson
48cc7ccc78
don't normalize theme and split index fetching into its own block
2024-10-05 18:45:38 +03:00
Henry Jameson
a21f25ed8e
test fix
2024-10-04 15:03:36 +03:00
Henry Jameson
81d9537f9d
show warning about palettes being unsupported when using v2 theme
2024-10-03 23:03:33 +03:00
Henry Jameson
13838a75a9
import of v2 on appearance tab works now
2024-10-03 02:16:55 +03:00
Henry Jameson
2eb8e1e095
fix incorrect blue/green colors
2024-10-02 16:29:33 +03:00
Henry Jameson
e8d0e45b5b
it is working. finally.
2024-10-02 16:22:28 +03:00
Henry Jameson
ba4be2cb22
yet another massive overhaul on how themes are loaded/applied
2024-10-02 02:35:52 +03:00
Henry Jameson
f0957bdb4f
palettes that actually work
2024-10-01 00:42:33 +03:00
marcin mikołajczak
9f0fc431dc
Allow to change bookmark folder emoji
...
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-09-26 02:02:23 +02:00
marcin mikołajczak
2b6de423d5
Bookmark folder editing
...
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-09-26 00:40:06 +02:00
marcin mikołajczak
89fbaa159f
Allow adding bookmarks to folders
...
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-09-24 00:05:33 +02:00
marcin mikołajczak
9e45228823
Bookmark folders
...
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-09-23 23:13:40 +02: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
Henry Jameson
3baad46309
fix some broken themes found in wild
2024-07-25 19:19:46 +03: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
4d3d075151
fix font selector losing list of local fonts when selecting one
2024-07-21 23:45:21 +03:00
Henry Jameson
665faf892a
font overrides + fixes for font component
2024-07-21 23:27:11 +03:00
Henry Jameson
c87d85edd8
cleanup console logs
2024-07-21 22:55:28 +03:00
Henry Jameson
9d5514de9c
fix themes v2 editor for anon users and people who never touched themes
2024-07-17 22:25:14 +03:00
Henry Jameson
d2683a6728
new theme selector, RC
2024-07-17 22:10:11 +03:00
Henry Jameson
40c9163d21
optimizations, WIP theme selector
2024-07-17 17:19:57 +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
cd92eb56e0
don't recompile if cache exists
2024-07-12 02:19:38 +03:00
Henry Jameson
82ca01ef71
cleanup
2024-07-12 02:14:31 +03:00
Henry Jameson
115335e98a
move theme application to interface module
2024-07-12 02:13:08 +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
925fd863fe
Massively simplify and improve font input component
2024-06-27 00:34:25 +03:00
Henry Jameson
d5d37849ea
font selector with proper styles and functionality + local font selector
2024-06-26 17:05:59 +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
a16e158216
better defaults, fonts scale with panel scale
2024-06-19 22:16:31 +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
3e99006e2a
Merge branch 'quotes-count' into 'develop'
...
Display quotes count on posts and add quotes list page
See merge request pleroma/pleroma-fe!1885
2024-05-22 12:15:57 +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
9806eea12e
only show interface after theme has been applied
2024-04-03 22:52:12 +03:00
Henry Jameson
def68e9cda
scrobbles age setting
2024-03-25 23:35:28 +02:00
tusooa
9042792133
Merge branch 'tusooa/group-actor' into 'develop'
...
Support group actors
See merge request pleroma/pleroma-fe!1882
2024-01-24 01:50:45 +00:00