| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | improved selectedMenu again | Henry Jameson | 2020-01-24 |
| | | |||
| * | popover/selected menu improvements | Henry Jameson | 2020-01-24 |
| | | |||
| * | separate actual theme data from theme framework | Henry Jameson | 2020-01-23 |
| | | |||
| * | revert fgText -> text after some consideration. case was fixed already in ↵ | Henry Jameson | 2020-01-23 |
| | | | | | other way | ||
| * | v l1 compatibility | Henry Jameson | 2020-01-23 |
| | | |||
| * | removed unused constant, using getOpacitySlot now | Henry Jameson | 2020-01-23 |
| | | |||
| * | fixed get(Layer|Opacity)Slot not working properly which broke Mojave theme | Henry Jameson | 2020-01-23 |
| | | |||
| * | v2 compatibility fixes | Henry Jameson | 2020-01-22 |
| | | |||
| * | lightBg -> highlight because it causes issues with v2 | Henry Jameson | 2020-01-22 |
| | | |||
| * | massively improved initial theme loading code, added checks and warnings when | Henry Jameson | 2020-01-22 |
| | | | | | loading theme files (import/localStorage/defaults) | ||
| * | fix tests, integrate depenentless sorting into toposort for easier testing and | Henry Jameson | 2020-01-20 |
| | | | | | better guarantees | ||
| * | multiple fixes to make style switcher not die. Made shadows work, incuding ↵ | Henry Jameson | 2020-01-20 |
| | | | | | compatibility | ||
| * | removed console logs | Henry Jameson | 2020-01-20 |
| | | |||
| * | documentation | Henry Jameson | 2020-01-19 |
| | | |||
| * | optimized theme loading so that it wouldn't wait until ALL themes are loaded to | Henry Jameson | 2020-01-17 |
| | | | | | select one by default | ||
| * | fix selectedPost/selectedMenu | Henry Jameson | 2020-01-16 |
| | | |||
| * | better fallback for transparent colors | Henry Jameson | 2020-01-16 |
| | | |||
| * | more opacity handling | Henry Jameson | 2020-01-16 |
| | | |||
| * | opacity handling | Henry Jameson | 2020-01-16 |
| | | |||
| * | tabs & toggled (ex pressed) buttons | Henry Jameson | 2020-01-13 |
| | | |||
| * | buttonPressed & buttonDisabled slots | Henry Jameson | 2020-01-13 |
| | | |||
| * | selectedPost and selectedMenu support | Henry Jameson | 2020-01-13 |
| | | |||
| * | fix shadow and opacity | Henry Jameson | 2020-01-13 |
| | | |||
| * | computed colors support | Henry Jameson | 2020-01-13 |
| | | |||
| * | poll slot renamed, lightBg customization implemented | Henry Jameson | 2020-01-13 |
| | | |||
| * | added more slots to UI | Henry Jameson | 2020-01-12 |
| | | |||
| * | replace hsl's l with relative luminance for better lightness detection | Henry Jameson | 2020-01-12 |
| | | |||
| * | overhaul how style-switcher makes state, removed tons of copy-paste | Henry Jameson | 2020-01-12 |
| | | |||
| * | more fixes | Henry Jameson | 2020-01-12 |
| | | |||
| * | fix | Henry Jameson | 2020-01-12 |
| | | |||
| * | remove debug | Henry Jameson | 2020-01-12 |
| | | |||
| * | fixes, cleanup | Henry Jameson | 2020-01-12 |
| | | |||
| * | Refactoring, forgotten files | Henry Jameson | 2020-01-12 |
| | | |||
| * | simplified definition for text color by accounting for layers automatically, | Henry Jameson | 2020-01-11 |
| | | | | | fixed badge notification text color by adding 'bw' option for textColor | ||
| * | Refactored style_setter to be more declarative instead of walls of ↵ | Henry Jameson | 2020-01-06 |
| | | | | | copypasted code | ||
| * | Replaced `v3compat` with `source` to reduce code complexity. Made more slots | Henry Jameson | 2020-01-02 |
| | | | | | | customizable. `theme` now contains a snapshot of theme generated for better compatiblity and future-proofing | ||
| * | support for "transparent" color keyword | Henry Jameson | 2019-12-30 |
| | | |||
| * | underlay customization, updated contrast calculations to account for alpha ↵ | Henry Jameson | 2019-12-28 |
| | | | | | blending | ||
| * | fixed import-export | Henry Jameson | 2019-12-28 |
| | | |||
| * | Accent works | Henry Jameson | 2019-12-28 |
| | | |||
| * | Merge remote-tracking branch 'upstream/develop' into streaming | Henry Jameson | 2019-12-26 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (51 commits) toggle_activation api is also deprecated use vuex action refactor toggleActivationStatus replace setActivationStatus api with new one use flex for stickers i18n/update-ja_easy Use a centralized fallback for missing values and use instance.federating instead of instance.federation.enabled Add fallback in case BE does not report federating status in nodeinfo The value we are looking for is federationPolicy.enabled, not federationPolicy.federating Logic should be to hide TWKN if not federating OR if instance is not public Finally trust eslint More lint More lint Lint mfa: removed unused code increase icon width a little bit in the nav panel add icons to nav panel Revert "Merge branch 'revert-96cab6d8' into 'develop'" Support "native" captcha Revert "Merge branch 'oauth-extra-scopes' into 'develop'" ... | ||
| | * | toggle_activation api is also deprecated | taehoon | 2019-12-15 |
| | | | |||
| | * | refactor toggleActivationStatus | taehoon | 2019-12-15 |
| | | | |||
| | * | replace setActivationStatus api with new one | taehoon | 2019-12-15 |
| | | | |||
| | * | Merge branch 'revert-c2c48ec2' into 'develop' | HJ | 2019-12-14 |
| | |\ | | | | | | | | | | | | | Reinstate `push` and `admin` scopes See merge request pleroma/pleroma-fe!1034 | ||
| | | * | Revert "Merge branch 'revert-96cab6d8' into 'develop'" | Ivan Tashkinov | 2019-12-12 |
| | | | | | | | | | | This reverts merge request !1032 | ||
| | * | | Merge branch 'issue_124' into 'develop' | feld | 2019-12-13 |
| | |\ \ | | | | | | | | | | | | | | | | | Change 403 messaging See merge request pleroma/pleroma-fe!1020 | ||
| | | * | | Set error data | Wyatt Benno | 2019-12-09 |
| | | | | | |||
| | | * | | remove console | Wyatt Benno | 2019-12-09 |
| | | | | | |||
| | | * | | Change naming, make more general | Wyatt Benno | 2019-12-09 |
| | | | | | |||
