Commit Graph

310 Commits (479e5bbd4aaa4b3da3aa78f560facb9856bcdf45)

Author SHA1 Message Date
Thibaut Girka f6ec8c4821 [Glitch] Use plaintext value for field value tooltips in web UI
Port d185f3ddaf to glitch-soc

This doesn't change anything for glitch-style fields, but those will go
away eventually
8 years ago
Thibaut Girka 5d8052e715 Add bot badge to account headers in the WebUI 8 years ago
Thibaut Girka 2f01935cba Adapt account fields rendering code in the WebUI to match upstream 8 years ago
Thibaut Girka 30bb530c70 Update glitch-soc style to match new bio fields markup 8 years ago
beatrix 919e2098cb
Merge pull request #468 from ThibG/glitch-soc/features/reports-improvements
Various improvements to the reports modal
8 years ago
Thibaut Girka 658ac4396c Hide media in report modal regardless of whether they are marked sensitive
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.
8 years ago
Thibaut Girka 6b94237810 [Glitch] Allow report modal to be up to 80% of viewport height
Port bddb330a8a to glitch-soc
8 years ago
Thibaut Girka 7972464e71 [Glitch] Also display replies in report modal
Port c88e12fca6 to glitch-soc
8 years ago
Thibaut Girka ffdb85f859 Fix color of disabled boost buttons (fixes #466) 8 years ago
David Yip 2e25da4da0
Merge pull request #465 from ThibG/glitch-soc/rollback-scroll-changes
Glitch soc/rollback scroll changes
8 years ago
Thibaut Girka de7feea30e Revert "[Glitch] Prevent timeline from moving when cursor is hovering over it"
This reverts commit 553cc28240.
8 years ago
Thibaut Girka 4133f70902 Revert "[Glitch] Do not re-position scroll when loading more (inserting items from below)"
This reverts commit 32974a58dc.
8 years ago
Thibaut Girka 1adca9b040 Fix glitch high-contrast skin text colors
Port from 3c5006ec7f
8 years ago
beatrix 331190e5fb
Merge pull request #462 from ThibG/glitch-soc/features/dropdowns-accessibility
Improve accessibility of toot dropdown menu
8 years ago
beatrix 92f192e9b1
Merge pull request #461 from ThibG/glitch-soc/fixes/emoji-picker-placement
[Glitch] Place emoji picker top if it is closer to the bottom of the viewport
8 years ago
beatrix 4480cd745f
Merge pull request #460 from ThibG/glitch-soc/features/do-not-scroll-when-mouse-over
Prevent timeline from moving when cursor is hovering over it
8 years ago
beatrix 06770656eb
Merge pull request #459 from ThibG/glitch-soc/features/text-color-variables
Add text color variables + minor SCSS fixes + high contrast skin
8 years ago
beatrix 35a1a3171f
Merge pull request #449 from ThibG/glitch-soc/features/upstream-account-items
Support upstream bio items / custom account fields
8 years ago
Thibaut Girka 65349bc155 Fix color of status icons in glitch-soc high contrast skin 8 years ago
Thibaut Girka 2d065ceaf6 minor fix 8 years ago
Thibaut Girka f7a076eded [Glitch] Add high-contrast theme 8 years ago
Thibaut Girka caebf69e77 Move attachment-lists out of lists.scss 8 years ago
Thibaut Girka bd3b9bf7b9 [Glitch] Fix text color in "show more" link inside boost confirmation modal
Port ba917e15f6 to glitch-soc
8 years ago
Thibaut Girka 983328376b Fix link colors in report modal 8 years ago
Thibaut Girka b3a236637e [Glitch] Add color variables of texts for better accesibility
Port 74dae9458d and related to glitch-soc
8 years ago
Thibaut Girka 390cfdef2e [Glitch] Update SCSS of admin and setting pages
Port the SCSS changes from cb74c0cfe4 to glitch-soc
8 years ago
Thibaut Girka 9edc5cafe4 [Glitch] Improve styling of closed registrations message
Port SCSS changes from 5acd5315f2 to glitch-soc
8 years ago
Thibaut Girka 32974a58dc [Glitch] Do not re-position scroll when loading more (inserting items from below)
Port 8c601b54cc to glitch-soc
8 years ago
Thibaut Girka 553cc28240 [Glitch] Prevent timeline from moving when cursor is hovering over it
Port 58852695c8 to glitch-soc
8 years ago
Thibaut Girka cee157fc19 Improve accessibility of toot dropdown menu
* 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 ef7d64c801 to glitch-soc
8 years ago
Thibaut Girka bfa5bdde2c [Glitch] Place emoji picker top if it is closer to the bottom of the viewport
Port ad5d3134e4 to glitch-soc
8 years ago
Thibaut Girka 70a16d8858 [Glitch] Improve relative timestamps in web UI
Port 660cb058e1 to glitch-soc flavour
8 years ago
Thibaut Girka 356d0214c9 Implement tootsuite-style account fields
glitch-soc-style still in backup, both sharing the same SCSS style
8 years ago
Thibaut Girka 91fb82a4dd Fix style of account fields form 8 years ago
beatrix 64be38da0c
Merge pull request #448 from m4sk1n/glitch-pl
🌍: 🇵🇱⬆️
8 years ago
Marcin Mikołajczak deb91f5989 🌍: 🇵🇱⬆️
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
8 years ago
Thibaut Girka 1222e0a381 Use new getDerivedStateFromProps instead of deprecated componentWillReceiveProps
As we are already using the new getSnapshotBeforeUpdate lifecycle method,
we apparently cannot use the deprecated ones at all in this component.
8 years ago
Thibaut Girka b39f3648a7 Tentative fix for #446 8 years ago
beatrix f4ed38272b
Merge pull request #401 from ThibG/glitch-soc/features/unfold-thread
Port the “unfold thread” feature from Mastodon's UI to glitch-soc flavour
8 years ago
beatrix 8f12afb599
Merge pull request #438 from ThibG/glitch-soc/fixes/j-k-hotkeys-pinned
[Glitch] Fix the hot key (j, k) does not function correctly when ther…
8 years ago
beatrix 1e9fe95e13
Merge pull request #439 from ThibG/glitch-soc/fixes/emoji-shortcode-inline
[Glitch] Do not set emoji as inline-block
8 years ago
beatrix 33691f4920
Merge pull request #440 from ThibG/glitch-soc/fixes/video-fullscreen
[Glitch] Fix fullscreen video player
8 years ago
Una Thompson 62bea7a290 Fix fade being colored wrongly for DMs and upon focus 8 years ago
Thibaut Girka 240833c023 Fix actions modal on mobile (fixes #441) 8 years ago
Thibaut Girka 51d276fb98 [Glitch] Fix fullscreen video player
Port 53b1d88873 to glitch-soc
8 years ago
Thibaut Girka 003d114332 [Glitch] Fix the hot key (j, k) does not function correctly when there is a pinned toot in account timeline.
Port 23106844a1 to glitch-soc
8 years ago
Thibaut Girka 105ffaef8f [Glitch] Do not set emoji as inline-block
Port 597948fb13 to glitch-soc
8 years ago
Thibaut Girka b383c0688a [Glitch] Do not overwrite some status attributes in reducer
Backport 386365090c
8 years ago
Thibaut Girka 64d8d0464d Add show more/less toggle for entire threads in web UI
Inspired from b6003afcdb but using component
properties instead of redux store for hidden/revealed state.
8 years ago
Thibaut Girka 2888f74c12 Refactor the infamous three-valued boolean into two booleans, trying to simplify the logic 8 years ago