aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Merge branch 'shadow-control-2.0' into 'develop'HJ2024-10-03
|\ | | | | | | | | Fixed and refined the shadow control in theme tab See merge request pleroma/pleroma-fe!1939
| * better disabled indicationHenry Jameson2024-09-29
| |
| * fallbackHenry Jameson2024-09-29
| |
| * subshadow select event + better styles for previewHenry Jameson2024-09-29
| |
| * small fixesHenry Jameson2024-09-29
| |
| * better small shadow-tweak stylesHenry Jameson2024-09-28
| |
| * properly support "disabled" state of contollerHenry Jameson2024-09-28
| |
| * Merge remote-tracking branch 'origin/develop' into shadow-control-2.0Henry Jameson2024-09-26
| |\
| * | 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
| | |
| * | Merge remote-tracking branch 'origin/develop' into add-pdc-languageHenry Jameson2024-09-11
| |\ \
* | \ \ Merge branch 'splashscreen' into 'develop'HJ2024-10-03
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | Splash screen See merge request pleroma/pleroma-fe!1940
| * | | remove splash when it's doneHenry Jameson2024-09-18
| | | |
| * | | cleanupHenry Jameson2024-09-18
| | | |
| * | | cleanup, styles, fox random, and better "animation" for orzHenry Jameson2024-09-18
| | | |
| * | | better error logHenry Jameson2024-09-18
| | | |
| * | | revert interface.js since it's an action it will be always asynchronousHenry Jameson2024-09-18
| | | |
| * | | fix obvious mistakesHenry Jameson2024-09-18
| | | |
| * | | replace toSorted with sort, add artist creditHenry Jameson2024-09-17
| | | |
| * | | splashscreen is now smaller, big cleanup on aisle themes - removed a lot ↵Henry Jameson2024-09-17
| | | | | | | | | | | | | | | | unnecessary sync/awaits and promises that were sequential anyway
| * | | fix productionHenry Jameson2024-09-17
| | | |
| * | | attemt to fix productionHenry Jameson2024-09-17
| | | |
| * | | swap pleromatan_apology_fox locationHenry Jameson2024-09-17
| | | |
| * | | ugh, jsonHenry Jameson2024-09-17
| | | |
| * | | initial splashscreen implementationHenry Jameson2024-09-17
| | | |
* | | | Translated using Weblate (Chinese (Min Nan) (nan_TW))Kian-ting Tan2024-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 91.6% (1093 of 1193 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/nan_TW/
* | | | 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
|\ \ \ \ \
| * \ \ \ \ Merge branch 'update-prefixer' into 'develop'HJ2024-09-19
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update prefixer settings and required gitlab runner tags See merge request pleroma/pleroma-fe!1942
| | * | | | | changelogHenry Jameson2024-09-19
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'tusooa/date-absolute' into 'develop'HJ2024-09-18
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | Support displaying time in absolute format See merge request pleroma/pleroma-fe!1938
| | * | | | 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.
* | | | | cleanupHenry Jameson2024-09-20
| | | | |
* | | | | at last... it's completeHenry Jameson2024-09-20
| | | | |
* | | | | somehow i lost this file and had to rewrite it. now it's even better than ↵Henry Jameson2024-09-19
| | | | | | | | | | | | | | | | | | | | before!
* | | | | tempHenry Jameson2024-09-19
| | | | |
* | | | | serializer workingHenry Jameson2024-09-19
|/ / / /
* | | | Merge branch 'add-pdc-language' into 'develop'HJ2024-09-14
|\ \ \ \ | |/ / / |/| | | | | | | | | | | add Pennsylvania Dutch to languages See merge request pleroma/pleroma-fe!1935
| * | | Apply 1 suggestion(s) to 1 file(s)HJ2024-09-14
| | |/ | |/|