Thibaut Girka
|
b39f3648a7
|
Tentative fix for #446
|
7 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
|
7 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…
|
7 years ago |
beatrix
|
1e9fe95e13
|
Merge pull request #439 from ThibG/glitch-soc/fixes/emoji-shortcode-inline
[Glitch] Do not set emoji as inline-block
|
7 years ago |
beatrix
|
33691f4920
|
Merge pull request #440 from ThibG/glitch-soc/fixes/video-fullscreen
[Glitch] Fix fullscreen video player
|
7 years ago |
Una Thompson
|
62bea7a290
|
Fix fade being colored wrongly for DMs and upon focus
|
7 years ago |
Thibaut Girka
|
240833c023
|
Fix actions modal on mobile (fixes #441)
|
7 years ago |
Thibaut Girka
|
51d276fb98
|
[Glitch] Fix fullscreen video player
Port 53b1d88873 to glitch-soc
|
7 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
|
7 years ago |
Thibaut Girka
|
105ffaef8f
|
[Glitch] Do not set emoji as inline-block
Port 597948fb13 to glitch-soc
|
7 years ago |
Thibaut Girka
|
b383c0688a
|
[Glitch] Do not overwrite some status attributes in reducer
Backport 386365090c
|
7 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.
|
7 years ago |
Thibaut Girka
|
2888f74c12
|
Refactor the infamous three-valued boolean into two booleans, trying to simplify the logic
|
7 years ago |
Thibaut Girka
|
259bc9840b
|
[Glitch] Fix style of legacy column headers
Backports daefbd66a6
|
7 years ago |
Thibaut Girka
|
63d671b18f
|
[Glitch] Fix button hiding when header title is too long
Port ffb2b8ef8c to glitch-soc
|
7 years ago |
Thibaut Girka
|
abf7c5b850
|
[Glitch] Fix column headers accessibility
Port 08e4c78e78 to glitch-soc.
SCSS fix inspired by 69f13e7bca .
|
7 years ago |
beatrix
|
06fc278e4c
|
Merge pull request #432 from ThibG/glitch-soc/features/reblog-private
Glitchsoc-specific changes to allow boosting own private toots
|
7 years ago |
beatrix
|
8f1ec48cbe
|
Merge pull request #421 from ThibG/glitch-soc/features/custom-emoji-api
[Glitch] retrieve custom emoji list via API instead of before page load
|
7 years ago |
beatrix
|
125e8c7f5a
|
Merge pull request #427 from ThibG/glitch-soc/fixes/scroll-behavior
Improve ScrollableList behavior
|
7 years ago |
beatrix
|
cd5728b176
|
Merge pull request #434 from ThibG/glitch-soc/fixes/public-inline-video
Fix video player on toot public views
|
7 years ago |
beatrix
|
6fb610f865
|
Merge pull request #433 from ThibG/glitch-soc/fixes/status-filtering
Status filtering fixes from upstream
|
7 years ago |
beatrix
|
e88ce27855
|
Merge pull request #435 from ThibG/glitch-soc/features/public-modals
[Glitch] Show media modal on public pages
|
7 years ago |
Una Thompson
|
5f9b85a0cf
|
Add fade and margin to collapsed statuses
|
7 years ago |
Thibaut Girka
|
e4dff10934
|
Fix video player on toot public views
|
7 years ago |
Thibaut Girka
|
7a68079b3f
|
[Glitch] Show media modal on public pages
Port ff7941e652 to glitch-soc
|
7 years ago |
Thibaut Girka
|
13fa8ec2c7
|
[Glitch] Fix status filtering in contexts reducer
Port 1a37d7e252 to glitch-soc
|
7 years ago |
Thibaut Girka
|
f84b4d90cb
|
[Glitch] Do not filter the status collection after muting and blocking
Port fd87e5a53b to glitch-soc
|
7 years ago |
Thibaut Girka
|
694337d9bb
|
Fix auto-collapsed toots making the TL jump (fixes #417)
|
7 years ago |
Thibaut Girka
|
931a4d1ebf
|
Clean up dead code
|
7 years ago |
Thibaut Girka
|
8f8b71a278
|
Use React's new lifecycles for scrollable lists
|
7 years ago |
Thibaut Girka
|
3068384dbc
|
Glitchsoc-specific changes to allow boosting own private toots
|
7 years ago |
Thibaut Girka
|
779aa707ec
|
Only compute height dynamically for standalone media
This prevents changing the status' height and triggering jumps in the TL
|
7 years ago |
Thibaut Girka
|
52229405ed
|
[Glitch] Make detailed status' media gallery standalone
|
7 years ago |
Thibaut Girka
|
dcc1c10937
|
[Glitch] Center thumbnails on focus point
Port the display part of the following commits to glitch-soc:
* 90f12f2e5a
* b170627ceb
* 11697d6894
* 56eb5c3f34
|
7 years ago |
Thibaut Girka
|
f1e25b672a
|
Use javascript to set MediaGallery height automatically
|
7 years ago |
Thibaut Girka
|
a95f8271be
|
Revert some glitch-specific refactoring
In order to keep my sanity when porting changes between glitch-soc and upstream.
|
7 years ago |
Thibaut Girka
|
1822ce89f9
|
[Glitch] retrieve custom emoji list via API instead of before page load
Port b08ab329f4 to glitch-soc
|
7 years ago |
ThibG
|
21837b291e
|
Merge pull request #430 from ThibG/glitch-soc/features/bookmarks
Fix the bookmark column pinning fix…
|
7 years ago |
Thibaut Girka
|
1aac83ef47
|
Fix the bookmark column pinning fix…
|
7 years ago |
ThibG
|
84d0aa7b26
|
Merge pull request #429 from ThibG/glitch-soc/features/bookmarks
Fix pinning the bookmarks column (fixes #428)
|
7 years ago |
Thibaut Girka
|
54f5170f59
|
Fix pinning the bookmarks column (fixes #428)
|
7 years ago |
David Yip
|
f879672554
|
Merge pull request #424 from ThibG/glitch-soc/features/video-player-improvements
Backport a few MediaGallery/Video changes from upstream (fixes #423)
|
7 years ago |
Thibaut Girka
|
5cc7c4b920
|
Fix extended video player (gifv) modal size
It was currently full-size
|
7 years ago |
Thibaut Girka
|
5d96c5ac41
|
[Glitch] Responsively enforce 16:9 ratio on video thumbnails in web UI
Port the video-player part of 036dd98abb to
glitch-soc. MediaGallery part ignored since it has diverged quite a bit.
This fixes #423
|
7 years ago |
Thibaut Girka
|
c5dd4ed1d5
|
[Glitch] Fix media button type
Port ecdac9017e to glitch-soc
|
7 years ago |
Thibaut Girka
|
dfe8abb8cd
|
[Glitch] Handle preference to always display sensitive media
Port the UI part of 76f3d5d16b to glitch-soc
|
7 years ago |
imncls
|
dd4ad6300b
|
Add missing Japanese translation
|
7 years ago |
David Yip
|
b7804028c2
|
Merge pull request #419 from ThibG/glitch-soc/features/bookmarks
Bookmarks
|
7 years ago |
David Yip
|
eb72c3398c
|
Merge pull request #418 from ThibG/glitch-soc/fixes/composer-dropdowns
Place composer dropdown menus top if they are closer to the bottom of the viewport
|
7 years ago |
David Yip
|
0b326950bf
|
Merge pull request #416 from ThibG/glitch-soc/features/media-modal
Port various media modal improvements to glitch-soc
|
7 years ago |