Eugen Rochko
|
3134aa0097
|
[Glitch] Fix scroll to top in single column UI
Port 293f789239 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Eugen Rochko
|
2d701e88f5
|
[Glitch] Fix column header scrolling with the page
Port cf45e39dd5 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
ThibG
|
56ca0d8b1c
|
[Glitch] Add explanation to mute dialog, refactor and clean up mute/block UI
Port fdd1848c7c to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Thibaut Girka
|
9b0b130299
|
Use the `Icon` component instead of directly using `i` tag
|
5 years ago |
Thibaut Girka
|
080bdf6949
|
Move “export” before decorators
As this is what upstream does.
See also https://github.com/tc39/proposal-decorators/issues/69
|
5 years ago |
ThibG
|
fce59abade
|
[Glitch] Change detailed status child ordering to sort self-replies on top
Port accac63c88 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Eugen Rochko
|
478fa5f839
|
[Glitch] Fix more visual issues with the audio player
Port eaa759ffd4 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Eugen Rochko
|
024b9a24e0
|
[Glitch] Add audio player
Port f13761d84b to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Thibaut Girka
|
5de49ea272
|
Add option to rewrite mentions to mentioned user's username or acct
Fixes #666
|
5 years ago |
Thibaut Girka
|
50553e097d
|
Remove link rewriting option as it is easily bypassable
|
5 years ago |
Thibaut Girka
|
2f4cb78803
|
Add options to highlight misleading links in statuses
Fixes #1162
|
5 years ago |
Thibaut Girka
|
d84045c9ca
|
Move decodeIDNA to app/javascript/flavours/glitch/util
|
5 years ago |
ThibG
|
447e13fec3
|
[Glitch] Memoize ancestorIds and descendantIds in detailed status view
Port eda4094171 to glitch-soc
|
5 years ago |
Thibaut Girka
|
b99f77bd31
|
Use a different icon for audio attachments
|
5 years ago |
Eugen Rochko
|
b02325e820
|
[Glitch] Add audio uploads
Port front-end changes from d7e2f554fb to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
5 years ago |
Thibaut Girka
|
3bf93a3612
|
Properly handle unboosting statuses from detailed view
Fixes #1106
|
6 years ago |
Thibaut Girka
|
2fe493ba25
|
Fix unboost confirmation dialog not showing up on detailed statuses
|
6 years ago |
Thibaut Girka
|
6819b3333e
|
Add option to display a warning before boosting toots lacking media descriptions
|
6 years ago |
Thibaut Girka
|
c1619a5c24
|
[Glitch] Add keyboard shortcut to hide/show media
Port 7ee189fa60 and 9e238804ea to glitch-soc
|
6 years ago |
Thibaut Girka
|
5052b8c29f
|
Fix content warning button displaying a link icon when no status card is set
|
6 years ago |
Eugen Rochko
|
87a7a9a4df
|
[Glitch] Add blurhash
Port front-end changes from a6d2fe7165 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
6 years ago |
Thibaut Girka
|
d20647fd94
|
Fix polls icon not showing in CW button in detailed statuses
|
6 years ago |
Thibaut Girka
|
98732502f5
|
When selecting a toot via keyboard, ensure it is scrolled into view
Fixes detailed status column
|
6 years ago |
Thibaut Girka
|
7ed89e9178
|
Add hotkey for bookmarking a toot
|
6 years ago |
Thibaut Girka
|
619d55358f
|
Shift+click on column Back button to return to last pinable column
|
6 years ago |
Thibaut Girka
|
b83e693c40
|
Do not handle clicks in detailed status content
|
6 years ago |
ThibG
|
5ca976c776
|
[Glitch] Add a “Block & Report” button to the block confirmation dialog
Port 36a6089a22 to glitch-soc
|
6 years ago |
Eugen Rochko
|
21366f9e05
|
[Glitch] Redesign landing page
Port 56822606f4 to glitch-soc
|
6 years ago |
Thibaut Girka
|
1e4ea4f391
|
Make clicking on the account and status column headers scroll to top
|
6 years ago |
ash lea
|
00bc35891b
|
add local setting to auto reveal media behind cw
|
6 years ago |
Thibaut Girka
|
6ad1fc3254
|
[Glitch] Perform deep comparison for card data when receiving new props
Prevents embedded players from resetting when interacting with the toot
|
6 years ago |
Eugen Rochko
|
342d9d25bb
|
Add polls
Port front-end parts of 4a3acdc916 to glitch-soc
|
6 years ago |
Mélanie Chauvel (ariasuni)
|
2a7690601a
|
[Glitch] Make the column header of toot/thread view look like the others
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
6 years ago |
Thibaut Girka
|
e8ae6b050b
|
[Glitch] Fix crash on public hashtag pages when streaming fails
Port 3547e3e59e to glitch-soc
|
6 years ago |
Thibaut Girka
|
04d7200ba4
|
[Glitch] Add "copy link" item to status action bars
Port 12cb694634 to glitch-soc
|
6 years ago |
Thibaut Girka
|
3d5ef5c497
|
Avoid two-step rendering of statuses as much as possible
Cache width shared by Video player, MediaGallery and Cards at the
ScrollableList level, pass it down through StatusList and Notifications.
|
6 years ago |
Thibaut Girka
|
a9078c18eb
|
Fix CW unfolding not triggering re-layout in public hashtag page
|
6 years ago |
Thibaut Girka
|
d55233da9a
|
Fix unfolding CWs on public hashtag page
Fixes #909
|
6 years ago |
Thibaut Girka
|
a847f3bec6
|
[Glitch] Fix new hashtag page's items not being full-width on mobile
Port d28a2f7636 to glitch-soc
|
6 years ago |
Thibaut Girka
|
eaebfc67d8
|
[Glitch] Improve the public hashtag page
Port 43014334f8 to glitch-soc
|
6 years ago |
Thibaut Girka
|
8219940214
|
[Glitch] Redesign public hashtag page to use a masonry layout
Port 380b246728 to glitch flavour
|
6 years ago |
Thibaut Girka
|
95dcaccb03
|
[Glitch] Display fallback link card thumbnail when none is given
Port 39d81be7de to glitch-soc
|
6 years ago |
Thibaut Girka
|
ba8d23c7cb
|
Allow disabling the reply confirmation dialog
|
6 years ago |
Thibaut Girka
|
467786f29b
|
Fix mention links in detailed statuses not opening in the WebUI
|
6 years ago |
Thibaut Girka
|
a281d3ebd3
|
Scroll to selected toot even if the ancestors happen to be loaded
|
6 years ago |
Thibaut Girka
|
8117ba2cb1
|
Scroll to detailed status when new ancestors get inserted
|
6 years ago |
Thibaut Girka
|
5a03b30f13
|
[Glitch] Fix bug in order of conversations in web UI
Port 2af43c3dce to glitch-soc
|
6 years ago |
Thibaut Girka
|
ff50412846
|
[Glitch] Replace recursion in status mapStateToProps
Port 20a23c7d08 to glitch-soc
|
6 years ago |
Thibaut Girka
|
05d7c498ba
|
[Glitch] Introduce flat layout to contexts reducer
Port 4e718bbb25 to glitch-soc
|
6 years ago |
Thibaut Girka
|
fc707adcde
|
Improve detailed status component lifecycle
- Move componentWillMount and componentWillReceiveProps logic to
getDerivedStateFromProps.
- Compute CW auto-unfold status earlier
|
6 years ago |