Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-07 | Port Sylvhem's mastodon-light to glitch flavour | Thibaut Girka | |
2018-05-07 | Merge pull request #468 from ThibG/glitch-soc/features/reports-improvements | beatrix | |
Various improvements to the reports modal | |||
2018-05-07 | Hide media in report modal regardless of whether they are marked sensitive | Thibaut Girka | |
The rationale behind this is that if the user wants to report violent media, they might not want to see it repeatedly. The “sensitive” property is still kept, displaying different messages for hidden media depending on whether they are marked as sensitive. | |||
2018-05-07 | [Glitch] Allow report modal to be up to 80% of viewport height | Thibaut Girka | |
Port bddb330a8a08b7459c299fb56ae8770c3ac69af5 to glitch-soc | |||
2018-05-07 | [Glitch] Also display replies in report modal | Thibaut Girka | |
Port c88e12fca622c46a361a5c751a529e77aa5bf2ba to glitch-soc | |||
2018-05-07 | Fix color of disabled boost buttons (fixes #466) | Thibaut Girka | |
2018-05-06 | Merge pull request #465 from ThibG/glitch-soc/rollback-scroll-changes | David Yip | |
Glitch soc/rollback scroll changes | |||
2018-05-06 | Revert "[Glitch] Prevent timeline from moving when cursor is hovering over it" | Thibaut Girka | |
This reverts commit 553cc2824040ba0b745644eb4633840129ffc13b. | |||
2018-05-06 | Revert "[Glitch] Do not re-position scroll when loading more (inserting ↵ | Thibaut Girka | |
items from below)" This reverts commit 32974a58dcf5a8db39a9c0378f923a40d787cad3. | |||
2018-05-06 | Fix glitch high-contrast skin text colors | Thibaut Girka | |
Port from 3c5006ec7fa98ec53df619b0e6e52b3bbdb6f046 | |||
2018-05-06 | Merge pull request #462 from ThibG/glitch-soc/features/dropdowns-accessibility | beatrix | |
Improve accessibility of toot dropdown menu | |||
2018-05-06 | Merge pull request #461 from ThibG/glitch-soc/fixes/emoji-picker-placement | beatrix | |
[Glitch] Place emoji picker top if it is closer to the bottom of the viewport | |||
2018-05-06 | Merge 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-06 | Merge pull request #459 from ThibG/glitch-soc/features/text-color-variables | beatrix | |
Add text color variables + minor SCSS fixes + high contrast skin | |||
2018-05-06 | Merge pull request #449 from ThibG/glitch-soc/features/upstream-account-items | beatrix | |
Support upstream bio items / custom account fields | |||
2018-05-06 | Fix color of status icons in glitch-soc high contrast skin | Thibaut Girka | |
2018-05-05 | minor fix | Thibaut Girka | |
2018-05-05 | [Glitch] Add high-contrast theme | Thibaut Girka | |
2018-05-05 | Move attachment-lists out of lists.scss | Thibaut Girka | |
2018-05-05 | [Glitch] Fix text color in "show more" link inside boost confirmation modal | Thibaut Girka | |
Port ba917e15f66c7848fe943e571d1ec5eeb549b59d to glitch-soc | |||
2018-05-05 | Fix link colors in report modal | Thibaut Girka | |
2018-05-05 | [Glitch] Add color variables of texts for better accesibility | Thibaut Girka | |
Port 74dae9458d118b066cd74b16aab2aa9cafbf3fba and related to glitch-soc | |||
2018-05-05 | [Glitch] Update SCSS of admin and setting pages | Thibaut Girka | |
Port the SCSS changes from cb74c0cfe4aa89f9656c054253665ef4965b41df to glitch-soc | |||
2018-05-05 | [Glitch] Improve styling of closed registrations message | Thibaut 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 it | Thibaut Girka | |
Port 58852695c8ec490239ed3812f82971f8c1e6c172 to glitch-soc | |||
2018-05-05 | Improve accessibility of toot dropdown menu | Thibaut 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 viewport | Thibaut Girka | |
Port ad5d3134e406c2bcfceca6a1b7dd3dceb6ec1061 to glitch-soc | |||
2018-05-02 | [Glitch] Improve relative timestamps in web UI | Thibaut Girka | |
Port 660cb058e18f8607a0044b5a89614e1caeb07ed9 to glitch-soc flavour | |||
2018-04-29 | Implement tootsuite-style account fields | Thibaut Girka | |
glitch-soc-style still in backup, both sharing the same SCSS style | |||
2018-04-29 | Fix style of account fields form | Thibaut Girka | |
2018-04-27 | Merge pull request #448 from m4sk1n/glitch-pl | beatrix | |
🌍: 🇵🇱⬆️ | |||
2018-04-27 | 🌍: 🇵🇱⬆️ | Marcin Mikołajczak | |
Signed-off-by: Marcin Mikołajczak <me@m4sk.in> | |||
2018-04-27 | Use new getDerivedStateFromProps instead of deprecated componentWillReceiveProps | Thibaut 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-27 | Tentative fix for #446 | Thibaut Girka | |
2018-04-26 | Merge pull request #401 from ThibG/glitch-soc/features/unfold-thread | beatrix | |
Port the “unfold thread” feature from Mastodon's UI to glitch-soc flavour | |||
2018-04-26 | Merge pull request #438 from ThibG/glitch-soc/fixes/j-k-hotkeys-pinned | beatrix | |
[Glitch] Fix the hot key (j, k) does not function correctly when ther… | |||
2018-04-26 | Merge pull request #439 from ThibG/glitch-soc/fixes/emoji-shortcode-inline | beatrix | |
[Glitch] Do not set emoji as inline-block | |||
2018-04-26 | Merge pull request #440 from ThibG/glitch-soc/fixes/video-fullscreen | beatrix | |
[Glitch] Fix fullscreen video player | |||
2018-04-24 | Fix fade being colored wrongly for DMs and upon focus | Una Thompson | |
2018-04-23 | Fix actions modal on mobile (fixes #441) | Thibaut Girka | |
2018-04-23 | [Glitch] Fix fullscreen video player | Thibaut 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-block | Thibaut Girka | |
Port 597948fb1316d2e1de76be330db441786c571132 to glitch-soc | |||
2018-04-22 | [Glitch] Do not overwrite some status attributes in reducer | Thibaut Girka | |
Backport 386365090c9c9063941e3f7425c2e33c7d5c5b2a | |||
2018-04-22 | Add show more/less toggle for entire threads in web UI | Thibaut Girka | |
Inspired from b6003afcdb1b89eb967a2b211e3b4e26aed9ac9d but using component properties instead of redux store for hidden/revealed state. | |||
2018-04-22 | Refactor the infamous three-valued boolean into two booleans, trying to ↵ | Thibaut Girka | |
simplify the logic | |||
2018-04-22 | [Glitch] Fix style of legacy column headers | Thibaut Girka | |
Backports daefbd66a653b11a17be73b7b0a4ca200b466cec | |||
2018-04-22 | [Glitch] Fix button hiding when header title is too long | Thibaut Girka | |
Port ffb2b8ef8c3c7cd6f57860240378fac8d5964105 to glitch-soc | |||
2018-04-22 | [Glitch] Fix column headers accessibility | Thibaut Girka | |
Port 08e4c78e78358c2847967e9cc34b4a6497be97e2 to glitch-soc. SCSS fix inspired by 69f13e7bca90f4855e05a49dd69bba66f843134a. |