aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Add button in 3dot menu to copy status link to clipboardMark Felder2020-03-30
|
* Prevent overflow for long usernames/domainsAlex2020-03-14
|
* Merge branch 'fix/captcha-input' into 'develop'HJ2020-03-11
|\ | | | | | | | | | | | | Fix captcha input and disable ALL the helpers Closes #778 See merge request pleroma/pleroma-fe!1071
| * Fix captcha input and disable ALL the helpersMark Felder2020-02-22
| |
* | fix testsHenry Jameson2020-03-06
| |
* | fix last issueHenry Jameson2020-03-06
| |
* | prioritize disabled opacity over transparent keywordHenry Jameson2020-03-06
| |
* | fix several issues related to opacityHenry Jameson2020-03-06
| |
* | fix trasparency problems in some cases (purple headers)Henry Jameson2020-03-04
| |
* | add status unavailable message when status can't be loaded in status previewShpuld Shpuldson2020-03-02
| |
* | Merge branch 'feat/update-pleroma-themes' into 'develop'Shpuld Shpludson2020-02-28
|\ \ | | | | | | | | | | | | update pleroma-dark and pleroma-light See merge request pleroma/pleroma-fe!1070
| * | Apply suggestion to src/modules/instance.jsShpuld Shpludson2020-02-28
| | |
| * | make theme loading work with source-only presetsShpuld Shpuldson2020-02-22
| |/
* / Fix/popover performanceShpuld Shpludson2020-02-28
|/
* stop using customTheme in user card, instead use color slots. fix for opacityHenry Jameson2020-02-20
| | | | inheritance polluting inheritors
* Merge branch 'moderation-menu-fix' into 'develop'Shpuld Shpludson2020-02-19
|\ | | | | | | | | Fix user deactivation, deletion, and role assignment in the moderation menu See merge request pleroma/pleroma-fe!1063
| * Fix user activation/deactivation, deletion, and role assignment in the ↵eugenijm2020-02-17
| | | | | | | | moderation menu
* | Merge branch 'themes-accent' into 'develop'HJ2020-02-18
|\ \ | |/ |/| | | | | | | | | Themes v3 Part 1 "2.1" codenamed "One step for themes, a giant burder for code reviewers" Closes #750 and #774 See merge request pleroma/pleroma-fe!1037
| * update headers in switcher to better separate the subsectionsHenry Jameson2020-02-18
| |
| * paper theme, updated todo, lolHenry Jameson2020-02-17
| |
| * improve the display of disabled buttonsHenry Jameson2020-02-17
| |
| * attempt to fix some bugs with shadows controlHenry Jameson2020-02-17
| |
| * fix #774Henry Jameson2020-02-17
| |
| * revert emoji reaction styleHenry Jameson2020-02-17
| |
| * fix pressed button in top barHenry Jameson2020-02-13
| |
| * dismiss warning when selecting other themes, fix collapsed attachments link ↵Henry Jameson2020-02-12
| | | | | | | | color
| * properly clear themeHenry Jameson2020-02-12
| |
| * fixed transparent + semi-transparent inheritance caseHenry Jameson2020-02-12
| |
| * post-merge fixHenry Jameson2020-02-12
| |
| * Merge branch 'develop' into 'themes-accent'HJ2020-02-11
| |\ | | | | | | | | | # Conflicts: # src/components/emoji_reactions/emoji_reactions.vue
| * | fix v2 breezy themes having messed up pressed buttons. updated v2.1 breezyHenry Jameson2020-02-12
| | | | | | | | | | | | themes to have derived colors instead of fixed ones.
| * | don't use cache for theme dataHenry Jameson2020-02-11
| | |
| * | Merge remote-tracking branch 'upstream/develop' into themes-accentHenry Jameson2020-02-11
| |\ \ | | | | | | | | | | | | | | | | | | | | * upstream/develop: Fix one click nsfw unhide on videos Escape HTML from display name and subject fields
| * | | fix/remove contrast ratiosHenry Jameson2020-02-11
| | | |
| * | | removed base16-related codeHenry Jameson2020-02-11
| | | |
| * | | fix warning stylingsHenry Jameson2020-02-11
| | | |
| * | | fixed eslint, made `mod` work properly depending on context including in shadowsHenry Jameson2020-02-11
| | | |
| * | | Better Disabled buttons support. Mammal theme fixes. Implemented properHenry Jameson2020-02-07
| | | | | | | | | | | | | | | | | | | | context-aware `mod` argument - now checks lightness of "variant" color. needs retesting tho
| * | | updated preview to account for underlayHenry Jameson2020-01-28
| | | |
| * | | update button toggled state, apply it to emoji reactionsHenry Jameson2020-01-28
| | | |
| * | | Merge remote-tracking branch 'upstream/develop' into themes-accentHenry Jameson2020-01-28
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (33 commits) add emoji reactions to changelog fix emoji reaction classes broken in develop review changes Fix password and email update remove unnecessary anonymous function Apply suggestion to src/services/api/api.service.js remove logs/commented code remove favs count from react button remove mock data change emoji reactions to use new format Added polyfills for EventTarget (needed for Safari) and CustomEvent (needed for IE) Fix missing TWKN when logged in, but server is set to private mode. Fix follower request fetching Add domain mutes to changelog Implement domain mutes v2 change changelog to reflect actual release history of frontend Fix #750 , fix error messages and captcha resetting Optimize Notifications Rendering update CHANGELOG Use last seen notif instead of first unseen notif for sinceId ...
| * | | | removed one color TODOHenry Jameson2020-01-28
| | | | |
| * | | | Kenomo (see: #624) theme. Ability to define link color for post contents. FixesHenry Jameson2020-01-28
| | | | |
| * | | | fix rgba function, whoopsHenry Jameson2020-01-28
| | | | |
| * | | | lintHenry Jameson2020-01-27
| | | | |
| * | | | fix rgba css generation, add some tests to automatically verify that themes areHenry Jameson2020-01-27
| | | | | | | | | | | | | | | | | | | | generated properly
| * | | | fix transparent color not affecting downstream slotsHenry Jameson2020-01-24
| | | | |
| * | | | fix icons in menusHenry Jameson2020-01-24
| | | | |
| * | | | improved selectedMenu againHenry Jameson2020-01-24
| | | | |
| * | | | popover/selected menu improvementsHenry Jameson2020-01-24
| | | | |