| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | better default pleroma shadows, matches original borders more closely | Henry Jameson | 2018-11-21 |
| | | |||
| * | compensate tab-switcher for fake borders | Henry Jameson | 2018-11-21 |
| | | |||
| * | more default shadows, replaced original shadows with generated ones. maybe gotta | Henry Jameson | 2018-11-21 |
| | | | | | update fallbacks... | ||
| * | better tooltips, localized, too | Henry Jameson | 2018-11-21 |
| | | |||
| * | fixes | Henry Jameson | 2018-11-21 |
| | | |||
| * | changed the way tab-switcher works to avoid removing/adding nodes since that | Henry Jameson | 2018-11-21 |
| | | | | | seems to cause issues, instead hiding nodes with css. | ||
| * | fix lint, for shadows, it's now possible to refer css variables as colors | Henry Jameson | 2018-11-21 |
| | | |||
| * | panels now have shadow-overlay so that it's possible to have inset shadow all | Henry Jameson | 2018-11-21 |
| | | | | | over the panel, without header overlapping it | ||
| * | attempted fix^W workaround for tab-switcher bug | Henry Jameson | 2018-11-21 |
| | | |||
| * | fix notification unseen display rendering underneath the highlight | Henry Jameson | 2018-11-21 |
| | | |||
| * | fix coldboot | Henry Jameson | 2018-11-21 |
| | | |||
| * | cleanup, cold-boot issue fixed | Henry Jameson | 2018-11-21 |
| | | |||
| * | fixed and updated roundness tab | Henry Jameson | 2018-11-21 |
| | | |||
| * | whoops | Henry Jameson | 2018-11-20 |
| | | |||
| * | mentioned bug in tab-switcher, made shadow-control work in zero-state | Henry Jameson | 2018-11-20 |
| | | |||
| * | unification of stylings | Henry Jameson | 2018-11-20 |
| | | |||
| * | localization and small fixes | Henry Jameson | 2018-11-20 |
| | | |||
| * | consolelog | Henry Jameson | 2018-11-19 |
| | | |||
| * | cleanup and optimization | Henry Jameson | 2018-11-19 |
| | | |||
| * | it works, now to clean it up | Henry Jameson | 2018-11-19 |
| | | |||
| * | shadow control initial stuff. not done yet tho | Henry Jameson | 2018-11-19 |
| | | |||
| * | cleanup and fixes | Henry Jameson | 2018-11-15 |
| | | |||
| * | fix accidentally removed icon | Henry Jameson | 2018-11-15 |
| | | |||
| * | fixed webkit appearance of the UI | Henry Jameson | 2018-11-14 |
| | | |||
| * | some initial work for user highlight v2 | Henry Jameson | 2018-11-14 |
| | | |||
| * | collateral fixes, removed alpha control for alerts, added contrast text | Henry Jameson | 2018-11-14 |
| | | | | | | | generation for alerts, updated getTextColor to also have fallback to black/white if resulting contrast isn't passable (only when inverting lightness!), updated UI to use tabs. | ||
| * | updates | Henry Jameson | 2018-11-13 |
| | | |||
| * | added contrasts for rgbo | Henry Jameson | 2018-10-21 |
| | | |||
| * | cleanup, documentation, contrast taking alpha into account. | Henry Jameson | 2018-10-10 |
| | | |||
| * | initial contrast display support | Henry Jameson | 2018-10-10 |
| | | |||
| * | Transparency works without exploding now. All nice. | Henry Jameson | 2018-10-07 |
| | | |||
| * | Some themeing is working!! | Henry Jameson | 2018-10-07 |
| | | |||
| * | fix | Henry Jameson | 2018-10-04 |
| | | |||
| * | trying to fix transition | Henry Jameson | 2018-10-04 |
| | | |||
| * | more workings and even less explosions. | Henry Jameson | 2018-10-03 |
| | | |||
| * | something works without exploding and i'm tired already | Henry Jameson | 2018-10-02 |
| | | |||
| * | Merge branch 'fix/i18n/instance_default' into 'develop' | Henry | 2018-09-25 |
| |\ | | | | | | | | | Fix instance_default in en and fr See merge request pleroma/pleroma-fe!352 | ||
| | * | i think it's due to my shitty js-to-json regex | Henry Jameson | 2018-09-25 |
| |/ | |||
| * | Merge branch 'fixup_french_translation' into 'develop' | Henry | 2018-09-24 |
| |\ | | | | | | | | | Fixup french translation See merge request pleroma/pleroma-fe!350 | ||
| | * | src/i18n/fr.json: More accurate translation | Haelwenn (lanodan) Monnier | 2018-09-24 |
| |/ | |||
| * | Merge branch 'update-japanese-translation' into 'develop' | Henry | 2018-09-24 |
| |\ | | | | | | | | | Update Japanese translation See merge request pleroma/pleroma-fe!349 | ||
| | * | update Japanese translation | hakabahitoyo | 2018-09-23 |
| |/ | |||
| * | Merge branch 'update/french-translation' into 'develop' | kaniini | 2018-09-22 |
| |\ | | | | | | | | | update french translation See merge request pleroma/pleroma-fe!348 | ||
| | * | update french translation | William Pitcock | 2018-09-22 |
| |/ | |||
| * | Merge branch 'feature/rich-text-optout' into 'develop' | kaniini | 2018-09-22 |
| |\ | | | | | | | | | add support for disabling rich text formatting See merge request pleroma/pleroma-fe!347 | ||
| | * | add support for disabling rich text formatting | William Pitcock | 2018-09-22 |
| |/ | |||
| * | Merge branch 'betterStorage' into 'develop' | Henry | 2018-09-21 |
| |\ | | | | | | | | | Better storage See merge request pleroma/pleroma-fe!343 | ||
| | * | Merge remote-tracking branch 'upstream/develop' into betterStorage | Henry Jameson | 2018-09-21 |
| | |\ | |/ |/| | | | | | | | | | | | | | * upstream/develop: More languages added usage a tool to check what's missing from a language all other languages which do not have MRs related to them separated seems to be working | ||
| * | | Merge branch 'translations-separation' into 'develop' | Henry | 2018-09-21 |
| |\ \ | | | | | | | | | | | | | | | | | | | Separation of translation file into several smaller ones. Closes #142 See merge request pleroma/pleroma-fe!337 | ||
| | * \ | Merge remote-tracking branch 'upstream/develop' into translations-separation | Henry Jameson | 2018-09-20 |
| | |\ \ | |/ / |/| | | | | | | | | | | | | | | * upstream/develop: Update Hebrew translation fixed autocomplete Debug | ||
