aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* undo the removal of toggled state for unstyled button since it is usedHenry Jameson2024-02-29
|
* Merge remote-tracking branch 'origin/develop' into themes3Henry Jameson2024-02-29
|\
| * Merge branch 'tusooa/group-actor' into 'develop'tusooa2024-01-24
| |\ | | | | | | | | | | | | Support group actors See merge request pleroma/pleroma-fe!1882
| | * Use actor type to determine whether a user is a bottusooa2023-12-27
| | |
| | * Implement indicator for groupstusooa2023-12-27
| | |
| | * Make user card group-awaretusooa2023-12-27
| | |
| | * Add a description on what groups dotusooa2023-12-27
| | |
| | * Allow user to mark account as grouptusooa2023-12-27
| | |
| * | Add ability to hide custom emojis in pickerPhantasm2024-01-17
| | |
| * | Merge branch 'tusooa/registration-notice' into 'develop'HJ2024-01-13
| |\ \ | | | | | | | | | | | | | | | | Show a dedicated registration notice page when further action is required after registering See merge request pleroma/pleroma-fe!1851
| | * | Remove empty else branch and detail the commentstusooa2024-01-13
| | | |
| | * | Show a dedicated registration notice page when further action is required ↵tusooa2024-01-13
| | | | | | | | | | | | | | | | after registering
| * | | Translated using Weblate (Chinese (Simplified))tusooa2024-01-13
| |/ / | | | | | | | | | | | | | | | | | | Currently translated at 98.3% (1068 of 1086 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/zh_Hans/
| * | Merge branch 'public-favorites' into 'develop'tusooa2024-01-13
| |\ \ | | | | | | | | | | | | | | | | Display public favorites on user profiles if enabled See merge request pleroma/pleroma-fe!1883
| | * | Display public favorites on user profilesmarcin mikołajczak2023-12-28
| | |/ | | | | | | | | | Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
| * | Translated using Weblate (Japanese (ja_PEDANTIC))SyoBoN2023-12-31
| | | | | | | | | | | | | | | | | | | | | Currently translated at 96.5% (1049 of 1086 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/ja_PEDANTIC/
| * | Translated using Weblate (Korean)Xnuk Shuman2023-12-30
| | | | | | | | | | | | | | | | | | | | | Currently translated at 97.6% (1061 of 1086 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/ko/
| * | Translated using Weblate (Japanese (ja_EASY))nixe neko2023-12-28
| | | | | | | | | | | | | | | | | | | | | Currently translated at 91.8% (997 of 1086 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/ja_EASY/
| * | Translated using Weblate (Japanese (ja_PEDANTIC))SyoBoN2023-12-24
| | | | | | | | | | | | | | | | | | | | | Currently translated at 96.5% (1048 of 1086 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/ja_PEDANTIC/
| * | Translated using Weblate (Japanese (ja_PEDANTIC))SyoBoN2023-12-21
| |/ | | | | | | | | | | | | Currently translated at 95.3% (1036 of 1086 strings) Translation: Pleroma/Pleroma-FE Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-fe/ja_PEDANTIC/
* | clean up some variables, fixing search footerHenry Jameson2024-02-29
| |
* | improve popover shadows (to not overlap with border)Henry Jameson2024-02-29
| |
* | implement list item stylesHenry Jameson2024-02-29
| |
* | user cards looking nicer nowHenry Jameson2024-02-28
| |
* | fix badge-notificaiton color in favicon and notificationsHenry Jameson2024-02-28
| |
* | more scrollbars workHenry Jameson2024-02-28
| |
* | improve scrollbars, add avatar to menu-item since it appears inHenry Jameson2024-02-28
| | | | | | | | autocomplete, add wallpaper color
* | fix alerts in panelsHenry Jameson2024-02-28
| |
* | fix more annoying themes2->3 button statesHenry Jameson2024-02-28
| |
* | somehow i missed this oneHenry Jameson2024-02-28
| |
* | oopsHenry Jameson2024-02-28
| |
* | consistent menu-itemsHenry Jameson2024-02-28
| |
* | fix reply link being faint (didn't work before, no reason to keep itHenry Jameson2024-02-27
| | | | | | | | "faint" imo)
* | improve performance a bit and use better "worst case" colorHenry Jameson2024-02-27
| |
* | fix global noticesHenry Jameson2024-02-27
| |
* | remove fallbacks from shadow controlHenry Jameson2024-02-27
| |
* | remove button-unstyled from video attachmentsHenry Jameson2024-02-27
| |
* | better v1 detection, better menu-item consistencyHenry Jameson2024-02-27
| |
* | fix mobile drawer menu items not being fullwidthHenry Jameson2024-02-27
| |
* | fix collapsed notifications incorrect stylesHenry Jameson2024-02-27
| |
* | no more side effects, virtual components have their own css rulesHenry Jameson2024-02-27
| | | | | | | | instead of updating lower level
* | fix mobile badge in timelineHenry Jameson2024-02-27
| |
* | refactor and optimize: now lazy rules are processed in chunksHenry Jameson2024-02-27
| |
* | optimization and refactoring, rules are first flattened and thenHenry Jameson2024-02-26
| | | | | | | | processed, letting us to set individual rules as "lazy"
* | fix themes v1 not workingHenry Jameson2024-02-22
| |
* | fix anon viewHenry Jameson2024-02-22
| |
* | lintHenry Jameson2024-02-22
| |
* | last remaining core tasks doneHenry Jameson2024-02-22
| |
* | disable debug stuff i left on by accident in last commitHenry Jameson2024-02-22
| |
* | fix emoji inputs having odd paddings and line-heightHenry Jameson2024-02-22
| |