aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* fix shadow and opacityHenry Jameson2020-01-13
|
* removed references to v3compatHenry Jameson2020-01-13
|
* computed colors supportHenry Jameson2020-01-13
|
* computed color display support in color_inputHenry Jameson2020-01-13
|
* better fallbacks in UIHenry Jameson2020-01-13
|
* poll slot renamed, lightBg customization implementedHenry Jameson2020-01-13
|
* added more slots to UIHenry Jameson2020-01-12
|
* eslintHenry Jameson2020-01-12
|
* replace hsl's l with relative luminance for better lightness detectionHenry Jameson2020-01-12
|
* overhaul how style-switcher makes state, removed tons of copy-pasteHenry Jameson2020-01-12
|
* more fixesHenry Jameson2020-01-12
|
* fixHenry Jameson2020-01-12
|
* fixHenry Jameson2020-01-12
|
* remove debugHenry Jameson2020-01-12
|
* fixes, cleanupHenry Jameson2020-01-12
|
* Refactoring, forgotten filesHenry Jameson2020-01-12
|
* simplified definition for text color by accounting for layers automatically,Henry Jameson2020-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 Jameson2020-01-06
| | | | copypasted code
* Improved ColorInput to showcase transparent color, improved global input stylesHenry Jameson2020-01-02
| | | | a bit
* color input and opacity input now use Checkbox component. Cleanup.Henry Jameson2020-01-02
|
* added optional checkbox for opacity, similar to color inputHenry Jameson2020-01-02
|
* Replaced `v3compat` with `source` to reduce code complexity. Made more slotsHenry Jameson2020-01-02
| | | | | customizable. `theme` now contains a snapshot of theme generated for better compatiblity and future-proofing
* support for "transparent" color keywordHenry Jameson2019-12-30
|
* underlay customization, updated contrast calculations to account for alpha ↵Henry Jameson2019-12-28
| | | | blending
* fixed import-exportHenry Jameson2019-12-28
|
* Accent worksHenry Jameson2019-12-28
|
* unify showimmideatelyHenry Jameson2019-12-26
|
* Some error handlingHenry Jameson2019-12-26
|
* Merge remote-tracking branch 'upstream/develop' into streamingHenry Jameson2019-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 deprecatedtaehoon2019-12-15
| |
| * use vuex actiontaehoon2019-12-15
| |
| * refactor toggleActivationStatustaehoon2019-12-15
| |
| * replace setActivationStatus api with new onetaehoon2019-12-15
| |
| * Merge branch 'fix-sticker-height' into 'develop'HJ2019-12-15
| |\ | | | | | | | | | | | | fix sticker picker height in emojo picker See merge request pleroma/pleroma-fe!1022
| | * use flex for stickersAbsturztaube2019-12-15
| | |
| | * fix invisible tab-switcher in emoji pickerAbsturztaube2019-12-09
| | |
| | * Revert "fix sticker picker height in emojo picker"Absturztaube2019-12-09
| | | | | | | | | | | | This reverts commit 914c78398469988f549930bd35d044082d155277.
| | * fix sticker picker height in emojo pickerAbsturztaube2019-12-07
| | |
| * | Merge branch 'revert-c2c48ec2' into 'develop'HJ2019-12-14
| |\ \ | | | | | | | | | | | | | | | | Reinstate `push` and `admin` scopes See merge request pleroma/pleroma-fe!1034
| | * | Revert "Merge branch 'revert-96cab6d8' into 'develop'"Ivan Tashkinov2019-12-12
| | | | | | | | | | | | This reverts merge request !1032
| * | | i18n/update-ja_easyHakaba Hitoyo2019-12-13
| | | |
| * | | Merge branch 'issue_124' into 'develop'feld2019-12-13
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Change 403 messaging See merge request pleroma/pleroma-fe!1020
| | * | | Set error dataWyatt Benno2019-12-09
| | | | |
| | * | | remove consoleWyatt Benno2019-12-09
| | | | |
| | * | | Change naming, make more generalWyatt Benno2019-12-09
| | | | |
| | * | | Wording updatesWyatt Benno2019-12-06
| | | | |
| | * | | Change 403 messagingWyatt Benno2019-12-05
| | | |/ | | |/|
| * | | Merge branch 'feature/lockdown-timelines-private-mode' into 'develop'feld2019-12-13
| |\ \ \ | | | | | | | | | | | | | | | | | | | | interaction with BE private mode See merge request pleroma/pleroma-fe!989
| | * | | Use a centralized fallback for missing values and use instance.federating ↵Mark Felder2019-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of instance.federation.enabled
| | * | | Add fallback in case BE does not report federating status in nodeinfoMark Felder2019-12-12
| | | | |