about summary refs log tree commit diff
path: root/app/javascript/flavours
AgeCommit message (Collapse)Author
2018-05-07Port Sylvhem's mastodon-light to glitch flavourThibaut Girka
2018-05-06Merge pull request #465 from ThibG/glitch-soc/rollback-scroll-changesDavid Yip
Glitch soc/rollback scroll changes
2018-05-06Revert "[Glitch] Prevent timeline from moving when cursor is hovering over it"Thibaut Girka
This reverts commit 553cc2824040ba0b745644eb4633840129ffc13b.
2018-05-06Revert "[Glitch] Do not re-position scroll when loading more (inserting ↵Thibaut Girka
items from below)" This reverts commit 32974a58dcf5a8db39a9c0378f923a40d787cad3.
2018-05-06Fix glitch high-contrast skin text colorsThibaut Girka
Port from 3c5006ec7fa98ec53df619b0e6e52b3bbdb6f046
2018-05-06Merge pull request #462 from ThibG/glitch-soc/features/dropdowns-accessibilitybeatrix
Improve accessibility of toot dropdown menu
2018-05-06Merge pull request #461 from ThibG/glitch-soc/fixes/emoji-picker-placementbeatrix
[Glitch] Place emoji picker top if it is closer to the bottom of the viewport
2018-05-06Merge pull request #460 from ↵beatrix
ThibG/glitch-soc/features/do-not-scroll-when-mouse-over Prevent timeline from moving when cursor is hovering over it
2018-05-06Merge pull request #459 from ThibG/glitch-soc/features/text-color-variablesbeatrix
Add text color variables + minor SCSS fixes + high contrast skin
2018-05-06Merge pull request #449 from ThibG/glitch-soc/features/upstream-account-itemsbeatrix
Support upstream bio items / custom account fields
2018-05-06Fix color of status icons in glitch-soc high contrast skinThibaut Girka
2018-05-05minor fixThibaut Girka
2018-05-05[Glitch] Add high-contrast themeThibaut Girka
2018-05-05Move attachment-lists out of lists.scssThibaut Girka
2018-05-05[Glitch] Fix text color in "show more" link inside boost confirmation modalThibaut Girka
Port ba917e15f66c7848fe943e571d1ec5eeb549b59d to glitch-soc
2018-05-05Fix link colors in report modalThibaut Girka
2018-05-05[Glitch] Add color variables of texts for better accesibilityThibaut Girka
Port 74dae9458d118b066cd74b16aab2aa9cafbf3fba and related to glitch-soc
2018-05-05[Glitch] Update SCSS of admin and setting pagesThibaut Girka
Port the SCSS changes from cb74c0cfe4aa89f9656c054253665ef4965b41df to glitch-soc
2018-05-05[Glitch] Improve styling of closed registrations messageThibaut Girka
Port SCSS changes from 5acd5315f23b4472f31c4a0bb612b7356032defc to glitch-soc
2018-05-05[Glitch] Do not re-position scroll when loading more (inserting items from ↵Thibaut Girka
below) Port 8c601b54ccf530bd193b4500fee439aa4e9162d0 to glitch-soc
2018-05-05[Glitch] Prevent timeline from moving when cursor is hovering over itThibaut Girka
Port 58852695c8ec490239ed3812f82971f8c1e6c172 to glitch-soc
2018-05-05Improve accessibility of toot dropdown menuThibaut Girka
* Prevent Enter keypresses from triggering dropdown display toggle twice * Give focus to first/selected item of dropdown menus * Implement keyboard navigation in generic dropdown menus Partial port from ef7d64c80109074b39983b50cc8cf701c337cdcc to glitch-soc
2018-05-05[Glitch] Place emoji picker top if it is closer to the bottom of the viewportThibaut Girka
Port ad5d3134e406c2bcfceca6a1b7dd3dceb6ec1061 to glitch-soc
2018-05-02[Glitch] Improve relative timestamps in web UIThibaut Girka
Port 660cb058e18f8607a0044b5a89614e1caeb07ed9 to glitch-soc flavour
2018-04-29Implement tootsuite-style account fieldsThibaut Girka
glitch-soc-style still in backup, both sharing the same SCSS style
2018-04-29Fix style of account fields formThibaut Girka
2018-04-27Merge pull request #448 from m4sk1n/glitch-plbeatrix
🌍: 🇵🇱⬆️
2018-04-27🌍: 🇵🇱⬆️Marcin Mikołajczak
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
2018-04-27Use new getDerivedStateFromProps instead of deprecated componentWillReceivePropsThibaut Girka
As we are already using the new getSnapshotBeforeUpdate lifecycle method, we apparently cannot use the deprecated ones at all in this component.
2018-04-27Tentative fix for #446Thibaut Girka
2018-04-26Merge pull request #401 from ThibG/glitch-soc/features/unfold-threadbeatrix
Port the “unfold thread” feature from Mastodon's UI to glitch-soc flavour
2018-04-26Merge pull request #438 from ThibG/glitch-soc/fixes/j-k-hotkeys-pinnedbeatrix
[Glitch] Fix the hot key (j, k) does not function correctly when ther…
2018-04-26Merge pull request #439 from ThibG/glitch-soc/fixes/emoji-shortcode-inlinebeatrix
[Glitch] Do not set emoji as inline-block
2018-04-26Merge pull request #440 from ThibG/glitch-soc/fixes/video-fullscreenbeatrix
[Glitch] Fix fullscreen video player
2018-04-24Fix fade being colored wrongly for DMs and upon focusUna Thompson
2018-04-23Fix actions modal on mobile (fixes #441)Thibaut Girka
2018-04-23[Glitch] Fix fullscreen video playerThibaut Girka
Port 53b1d8887325160934dec7557e97a43ce2896264 to glitch-soc
2018-04-22[Glitch] Fix the hot key (j, k) does not function correctly when there is a ↵Thibaut Girka
pinned toot in account timeline. Port 23106844a10606dd0e04c8382281d5ff80d4bdd9 to glitch-soc
2018-04-22[Glitch] Do not set emoji as inline-blockThibaut Girka
Port 597948fb1316d2e1de76be330db441786c571132 to glitch-soc
2018-04-22[Glitch] Do not overwrite some status attributes in reducerThibaut Girka
Backport 386365090c9c9063941e3f7425c2e33c7d5c5b2a
2018-04-22Add show more/less toggle for entire threads in web UIThibaut Girka
Inspired from b6003afcdb1b89eb967a2b211e3b4e26aed9ac9d but using component properties instead of redux store for hidden/revealed state.
2018-04-22Refactor the infamous three-valued boolean into two booleans, trying to ↵Thibaut Girka
simplify the logic
2018-04-22[Glitch] Fix style of legacy column headersThibaut Girka
Backports daefbd66a653b11a17be73b7b0a4ca200b466cec
2018-04-22[Glitch] Fix button hiding when header title is too longThibaut Girka
Port ffb2b8ef8c3c7cd6f57860240378fac8d5964105 to glitch-soc
2018-04-22[Glitch] Fix column headers accessibilityThibaut Girka
Port 08e4c78e78358c2847967e9cc34b4a6497be97e2 to glitch-soc. SCSS fix inspired by 69f13e7bca90f4855e05a49dd69bba66f843134a.
2018-04-22Merge pull request #432 from ThibG/glitch-soc/features/reblog-privatebeatrix
Glitchsoc-specific changes to allow boosting own private toots
2018-04-22Merge pull request #421 from ThibG/glitch-soc/features/custom-emoji-apibeatrix
[Glitch] retrieve custom emoji list via API instead of before page load
2018-04-22Merge pull request #427 from ThibG/glitch-soc/fixes/scroll-behaviorbeatrix
Improve ScrollableList behavior
2018-04-22Merge pull request #434 from ThibG/glitch-soc/fixes/public-inline-videobeatrix
Fix video player on toot public views
2018-04-22Merge pull request #433 from ThibG/glitch-soc/fixes/status-filteringbeatrix
Status filtering fixes from upstream