aboutsummaryrefslogtreecommitdiff
path: root/src/services
Commit message (Collapse)AuthorAge
* fixed transparent + semi-transparent inheritance caseHenry Jameson2020-02-12
|
* Merge branch 'develop' into 'themes-accent'HJ2020-02-11
|\ | | | | | | # Conflicts: # src/components/emoji_reactions/emoji_reactions.vue
| * Emoji Reactions - fixes and improvementsShpuld Shpludson2020-02-11
| |
| * Merge branch 'move-type-notification' into 'develop'Shpuld Shpludson2020-02-10
| |\ | | | | | | | | | | | | | | | | | | Add setting for allow following move Closes #732 See merge request pleroma/pleroma-fe!1054
| | * Add `with_move` param for fetching notificationkPherox2020-02-04
| | |
| | * Add setting for allow_following_movekPherox2020-02-04
| | |
* | | 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
| * | Escape HTML from display name and subject fieldsrinpatch2020-01-30
| |/ | | | | | | Closes #724
* | fix/remove contrast ratiosHenry Jameson2020-02-11
| |
* | removed base16-related codeHenry 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
* | 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 ...
| * review changesShpuld Shpuldson2020-01-28
| |
| * remove unnecessary anonymous functionShpuld Shpuldson2020-01-27
| |
| * Merge branch 'develop' into feat/emoji-reactionsShpuld Shpuldson2020-01-26
| |\
| | * Fix follower request fetchinglain2020-01-21
| | |
| | * Implement domain mutes v2Shpuld Shpludson2020-01-15
| | |
| | * Fix #750 , fix error messages and captcha resettingShpuld Shpludson2020-01-14
| | |
| | * Optimize Notifications RenderingShpuld Shpludson2020-01-14
| | |
| | * Use last seen notif instead of first unseen notif for sinceIdShpuld Shpuldson2020-01-14
| | |
| * | remove mock dataShpuld Shpuldson2020-01-26
| | |
| * | change emoji reactions to use new formatShpuld Shpuldson2020-01-26
| | |
| * | fix merge conflictsShpuld Shpuldson2020-01-13
| |\|
| | * Merge branch 'develop' into 'fix-move-type-notification'HJ2020-01-03
| | |\ | | | | | | | | | | | | # Conflicts: # static/fontello.json
| | * | Add view for moves notificationskPherox2019-12-11
| | | |
| | * | fix parse for move type notificationskPherox2019-12-11
| | | |
| * | | usable-but-buggy: picker, adding/removing reaction on click, search, stylesShpuld Shpuldson2020-01-13
| | | |
| * | | add fetching for emoji reactions, draft designShpuld Shpuldson2019-11-15
| | | |
* | | | 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
| | | |
* | | | 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
| | | |
* | | | improved selectedMenu againHenry Jameson2020-01-24
| | | |
* | | | popover/selected menu improvementsHenry Jameson2020-01-24
| | | |
* | | | separate actual theme data from theme frameworkHenry Jameson2020-01-23
| | | |
* | | | revert fgText -> text after some consideration. case was fixed already in ↵Henry Jameson2020-01-23
| | | | | | | | | | | | | | | | other way
* | | | v l1 compatibilityHenry Jameson2020-01-23
| | | |
* | | | removed unused constant, using getOpacitySlot nowHenry Jameson2020-01-23
| | | |
* | | | fixed get(Layer|Opacity)Slot not working properly which broke Mojave themeHenry Jameson2020-01-23
| | | |
* | | | v2 compatibility fixesHenry Jameson2020-01-22
| | | |
* | | | lightBg -> highlight because it causes issues with v2Henry Jameson2020-01-22
| | | |
* | | | massively improved initial theme loading code, added checks and warnings whenHenry Jameson2020-01-22
| | | | | | | | | | | | | | | | loading theme files (import/localStorage/defaults)
* | | | fix tests, integrate depenentless sorting into toposort for easier testing andHenry Jameson2020-01-20
| | | | | | | | | | | | | | | | better guarantees
* | | | multiple fixes to make style switcher not die. Made shadows work, incuding ↵Henry Jameson2020-01-20
| | | | | | | | | | | | | | | | compatibility
* | | | removed console logsHenry Jameson2020-01-20
| | | |
* | | | documentationHenry Jameson2020-01-19
| | | |