aboutsummaryrefslogtreecommitdiff
path: root/src/components
Commit message (Collapse)AuthorAge
* properly support "disabled" state of contollerHenry Jameson2024-09-28
|
* Merge remote-tracking branch 'origin/develop' into shadow-control-2.0Henry Jameson2024-09-26
|\
| * add 'none' keyword to PISS shadow definiton that equals empty arrayHenry Jameson2024-09-24
| |
| * Merge branch 'non-anonymous-polls' into 'develop'HJ2024-09-21
| |\ | | | | | | | | | | | | Inform users that Smithereen public polls are public See merge request pleroma/pleroma-fe!1932
| | * Inform users that Smithereen public polls are publicmarcin mikołajczak2024-08-13
| | | | | | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
| * | fix lintHenry Jameson2024-09-20
| | |
| * | more tests, fixed some issuesHenry Jameson2024-09-20
| | |
| * | found the file lolHenry Jameson2024-09-20
| |\ \
| | * | Support displaying time in absolute formattusooa2024-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | at last... it's completeHenry Jameson2024-09-20
| |/ /
* | | no preview support for shadow control (for themes 3 editor)Henry Jameson2024-09-25
| | |
* | | fix lightGrid not working, add more stuff for style editorHenry Jameson2024-09-25
| | |
* | | forgot something againHenry Jameson2024-09-24
| | |
* | | separate shadow preview into its own component, needed for themes3 editorHenry Jameson2024-09-24
| | |
* | | fixed shadow preview, added more safeguards for spread on separateInset shadowsHenry Jameson2024-09-16
| | |
* | | Updated shadow control to be able to handle "absolute null" situationHenry Jameson2024-09-12
| | |
* | | lintHenry Jameson2024-09-12
| | |
* | | Massively upgraded shadow control, added sorting by specificity in themes3, ↵Henry Jameson2024-09-12
| | | | | | | | | | | | added/fixed disabled inputs
* | | fix themes3 specificity sortingHenry Jameson2024-09-12
|/ /
* | fix nested panel headersHenry Jameson2024-08-28
| |
* | Revert all the user highlight stuff for nowHenry Jameson2024-08-15
| |
* | make posts have highlight on higher levelHenry Jameson2024-08-15
| |
* | didn't work, lolHenry Jameson2024-08-15
| |
* | try to fix gapsHenry Jameson2024-08-15
| |
* | speed up emoji picker somewhatHenry Jameson2024-08-13
|/
* fix missing zoom in appearance tabHenry Jameson2024-07-26
|
* fix theme preview styles being applied to post previewHenry Jameson2024-07-25
|
* fix language switcherHenry Jameson2024-07-25
|
* Merge remote-tracking branch 'origin/develop' into fix-develop-issuesHenry Jameson2024-07-25
|\
| * Merge branch 'fix-nonexistent-setting' into 'develop'HJ2024-07-24
| |\ | | | | | | | | | | | | remove nonexistent setting (probably comatose contribution?) See merge request pleroma/pleroma-fe!1923
| | * remove nonexistent setting (probably comatose contribution?)Henry Jameson2024-07-24
| | |
| * | Merge branch 'appearance-tab' into 'develop'HJ2024-07-24
| |\ \ | | |/ | |/| | | | | | | Themes 3: Intermission: Appearance Tab and fixes See merge request pleroma/pleroma-fe!1920
| | * rearrange tabsHenry Jameson2024-07-24
| | |
| | * spacing for number setting as wellHenry Jameson2024-07-23
| | |
| | * elaboration and spacingHenry Jameson2024-07-23
| | |
| | * fix huge previews on firefoxHenry Jameson2024-07-23
| | |
| | * Apply 1 suggestion(s) to 1 file(s)HJ2024-07-22
| | |
| | * update iconHenry Jameson2024-07-21
| | |
| | * fix step not working in unit inputHenry Jameson2024-07-21
| | |
| | * cleanupHenry Jameson2024-07-21
| | |
| | * fix font selector losing list of local fonts when selecting oneHenry Jameson2024-07-21
| | |
| | * font overrides + fixes for font componentHenry Jameson2024-07-21
| | |
| | * new theme selector, RCHenry Jameson2024-07-17
| | |
| | * theme selector newHenry Jameson2024-07-17
| | |
| | * fix checkbox in previewHenry Jameson2024-07-17
| | |
| | * optimizations, WIP theme selectorHenry Jameson2024-07-17
| | |
| | * add ability to override underlay color/opacity regardless of themeHenry Jameson2024-07-16
| | |
| | * use separate action for setting Theme V2Henry Jameson2024-07-12
| | |
| | * MASSIVELY streamlined theme setting process, now EVERYTHING happens in a ↵Henry Jameson2024-07-10
| | | | | | | | | | | | vuex action "setTheme" instead of several different applyTheme()s scattered around
| | * "fix" theme previewHenry Jameson2024-07-04
| | |