about summary refs log tree commit diff
path: root/app/javascript/flavours
AgeCommit message (Collapse)Author
2018-10-22[Glitch] Surround mid-text display names with bdi tagsThibaut Girka
Port 7861c5f108a8f8cb0450f3b1ef865b1177c706fc to glitch-soc
2018-10-22[Glitch] fix: initial state of PrivacyDropdown is should not be nullThibaut Girka
Port bebe8ec887ba67c51353e09d7758819b117bf62d to glitch-soc
2018-10-22[Glitch] RTL: fix cardbar margins and alignmentThibaut Girka
Port c73864c1373330f2ef75006d639f90a1debcce6d to glitch-soc
2018-10-22[Glitch] RTL: fix admin account avatar margin in about pageThibaut Girka
Port 3a157210c87e6fe034f70d922cf7fc70fb533ad1 to glitch-soc
2018-10-22[Glitch] RTL: fix column settings toggle labelThibaut Girka
Port bf58461d365b5cee0d8a80a019a64e84c841f32f to glitch-soc
2018-10-22[Glitch] Fix domain label position and colorThibaut Girka
Port 25f9ead041a3087993059a1398f37dfa21a62610 to glitch-soc
2018-10-22[Glitch] RTL: fix preferences layoutThibaut Girka
Port 029943d59b222e96a2f7839390a5628888249bf6 to glitch-soc
2018-10-22[Glitch] Fix admin account avatar marginThibaut Girka
Port 065b39e7a460e088fd5afcd48dfc425d0006fee9 to glitch-soc
2018-10-22[Glitch] RTL: fix user stats in about pageThibaut Girka
Port 301cbcc9802ed85c519e67a01133968bc074c8af to glitch-soc
2018-10-22[Glitch] RTL: fix domain append at signup formThibaut Girka
Port 65b3804a6ccd40d359616b6157682ff88f85462f to glitch-soc
2018-10-22[Glitch] Fixes 8987 broken alignment at "Remote interaction dialog"Thibaut Girka
Port d35801aaa2ad9d06345efa45cf524113469fdd02 to glitch-soc
2018-10-22[Glitch] RTL: fix admin account margins in about pageThibaut Girka
Port f8c1b325410369806eb77a5c8d259971a87a6852 to glitch-soc
2018-10-22[Glitch] undo part of PR 8202 to fix RTLThibaut Girka
Port efd09e2ebba7e9f0135bd47c44a77e2fc421aa67 to glitch-soc
2018-10-22[Glitch] Improve style of notice/alert messagesThibaut Girka
Port b972478812316da2f5c0d24c60386d408e027424 to glitch-soc
2018-10-21Attempt at fixing inline video playerThibaut Girka
2018-10-21Update mediaGallery component's width when opening CWsThibaut Girka
2018-10-20Force sensitive content flag when posting a toot with a CWThibaut Girka
Indeed, when the “Always enable the Content Warning field” setting is enabled, sending a content-less toot with a CW would move the CW to the toot's content and leave the toot not marked as sensitive.
2018-10-20Focus the UI when pressing Escape in the CW fieldThibaut Girka
2018-10-18Fix fav/boosts hotkeys not working on detailed statusesThibaut Girka
2018-10-14Handle alt+enter in the spoiler input as shortcut for secondary postThibaut Girka
Fixes #780
2018-10-12Fix auto-unfold CWs when no regexp is setThibaut Girka
Fixes #778
2018-10-10Really fix HotKeysThibaut Girka
2018-10-09Fix CW icon color in local-settings modalThibaut Girka
2018-10-09Define some local-settings hintsThibaut Girka
2018-10-09Add support for hints (or extended descriptions) in local-settings pagesThibaut Girka
2018-10-09When screen width is too narrow, hide local-settings page text, keep only iconsThibaut Girka
2018-10-09Change “preferences” icon to match settings page iconThibaut Girka
2018-10-09Add icons for each of the local-setting pagesThibaut Girka
2018-10-09Fix app-wide hotkeys randomly failing to workThibaut Girka
2018-10-08Move “Show action buttons in collapsed toots” optionThibaut Girka
2018-10-08Switch from selects to radio buttons for local settings, improve stylingThibaut Girka
2018-10-07[Glitch] Change documentation URLThibaut Girka
Port 28401962caff028f328d674878e1f0abd16ffdfd to glitch-soc
2018-10-07[Glitch] RTL: fix margins of public-account-header__tabsThibaut Girka
Port 185cb2dc3aac59ee27aa962fff48b064bd638567 to glitch-soc
2018-10-07Do not scroll timelines when *closing* media modalsThibaut Girka
Media modals push an history state so that pressing back on mobile closes them. We made sure to not scroll when opening them, but not when *closing* them, which caused some issues in rare cases.
2018-10-05[Glitch] Add a confirmation dialog when hitting reply and the compose box ↵Thibaut Girka
isn't empty
2018-10-02Make hidden media clickable in account media galleryThibaut Girka
2018-10-02Add media description (or status spoiler) in account media galleryThibaut Girka
2018-10-02Fix account gallery hidden media background color in mastodon-lightThibaut Girka
2018-10-02[Glitch] Honour displayMedia setting in accountMedia galleryThibaut Girka
Inspired by b79ab15859e7f8383526afd147e8416d2df2f7a7
2018-10-01[Glitch] Add support for new display_media settingThibaut Girka
Port f7a6f9489da9b2a1820366654df47b8a52f5c5bc to glitch-soc [API] [vanilla required] [glitch-soc optional] initial_state show_sensitive_media boolean changed to show_media string with options "default", "hide_all", "show_all"
2018-10-01[Glitch] RTL: fix margins: public-layout.header.nav-buttonThibaut Girka
Port df2f4052b84e68d36341df5fb58755276e9bf3ce to glitch-soc
2018-10-01[Glitch] RTL: fix statubar action buttons/counter marginsThibaut Girka
Port 9f6662fcc979d497b09fbd9b3ab06dd7538b92c9 to glitch-soc
2018-10-01[Glitch] Separate font-family into variableThibaut Girka
Port d0d65b5a2899546c4134d1fca60aef2c23c4932d to glitch-soc
2018-09-30Add option to hide action bar in collapsed tootsSpencer Alves
2018-09-29Merge pull request #681 from ThibG/glitch-soc/fixes/accessibilityDavid Yip
Port various accessibility improvements from upstream
2018-09-29Merge pull request #755 from ThibG/glitch-soc/features/optional-reply-selectionDavid Yip
Make pre-selection of usernames optional when replying to a toot
2018-09-29Merge pull request #754 from ThibG/glitch-soc/fixes/scroll-compose-into-viewDavid Yip
Scroll to textarea when composing a toot
2018-09-29Merge pull request #745 from ThibG/glitch-soc/fixes/grey-out-buttonDavid Yip
Disable the “TOOT” button (and secondary toot button) if the toot text is empty
2018-09-28Make pre-selection of usernames optional when replying to a tootThibaut Girka
Fixes #751
2018-09-28Fix styling issue in “Compose box options” local settings pageThibaut Girka