Jeong Arm
|
a473a7912b
|
[Glitch] Scroll to compose form when focus
Port 91ae2d1275 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
6 years ago |
Thibaut Girka
|
1501b142d2
|
Fix expanding status from menu modal in glitch-soc
Fixes #1085
|
6 years ago |
slice
|
fb0489022c
|
Fix incorrect PropType in Glitch AutosuggestInput
|
6 years ago |
Thibaut Girka
|
c1619a5c24
|
[Glitch] Add keyboard shortcut to hide/show media
Port 7ee189fa60 and 9e238804ea to glitch-soc
|
6 years ago |
Eugen Rochko
|
8050f86d04
|
[Glitch] Make the "mark media as sensitive" button more obvious in web UI
Port cc39785d45 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
6 years ago |
Eugen Rochko
|
3b9ff1fa34
|
[Glitch] Change account gallery in web UI
Port db73f8e585 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
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
|
02bd678944
|
Add keyboard shortcut to collapse/uncollapse toots
|
6 years ago |
Thibaut Girka
|
7ed89e9178
|
Add hotkey for bookmarking a toot
|
6 years ago |
Thibaut Girka
|
b40841b488
|
Hide suggestions by default
They will be enabled if the input has focus
|
6 years ago |
Thibaut Girka
|
4155a1556a
|
Add emoji suggestion to poll options
|
6 years ago |
Thibaut Girka
|
b35b38f4ea
|
Add suggestions in CW field
|
6 years ago |
Thibaut Girka
|
ce2da44c2c
|
Rename status__text to status__content__text for consistency with upstream
|
6 years ago |
Thibaut Girka
|
fea727c61a
|
Do not switch to italic for status media buttons
|
6 years ago |
Thibaut Girka
|
08faf16d66
|
ComposerTextarea → AutosuggestTextarea
|
6 years ago |
Eugen Rochko
|
7acc035cbe
|
[Glitch] Show suggested follows on search screen in mobile layout
Port 541fda5fc8 to glitch-soc
|
6 years ago |
Thibaut Girka
|
619d55358f
|
Shift+click on column Back button to return to last pinable column
|
6 years ago |
Thibaut Girka
|
a4db307b6a
|
When selecting a toot via keyboard, ensure it is scrolled into view
|
6 years ago |
Thibaut Girka
|
ae88690fa6
|
Fix opening/closing gifv sometimes making the timeline scroll
|
6 years ago |
ThibG
|
3964cc964d
|
Merge pull request #981 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
|
6 years ago |
ThibG
|
729b3841c3
|
[Glitch] Update poll remaining time just like with status timestamps
Port 6e024f0d7a to glitch-soc
|
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
|
f6767a00d4
|
[Glitch] Add `lang` attribute to statuses in web UI
Port JS changes from 0e730974cd to glitch-soc
|
6 years ago |
ThibG
|
5c8d15326f
|
[Glitch] Add support for custom emojis in poll options
Fixes #956
Port 2a211ff18c to glitch-soc
|
6 years ago |
ThibG
|
0381a07606
|
[Glitch] Add UI for enabling/disabling poll notifications
|
6 years ago |
Thibaut Girka
|
043978a20e
|
Remove leftover console.log
|
6 years ago |
ThibG
|
91045bef61
|
Merge pull request #953 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
|
6 years ago |
Thibaut Girka
|
3a7fb657f3
|
[Glitch] Add support for poll ending notifications
Port front-end parts of 11ce444b8b to glitch-soc
|
6 years ago |
ash lea
|
00bc35891b
|
add local setting to auto reveal media behind cw
|
6 years ago |
Eugen Rochko
|
b9a799c343
|
[Glitch] Fix NaN in Poll component
Port 19cccea89a to glitch-soc
|
6 years ago |
ThibG
|
6b4eb1ac96
|
[Glitch] Disable the underlying button element when an ItemButton is disabled
Port 365f875f57 to glitch-soc
|
6 years ago |
Thibaut Girka
|
8d82e153f3
|
Add an icon to highlight polls behind a Content Warning
|
6 years ago |
Eugen Rochko
|
9844b44e99
|
Fix poll options not rendering text after vote/refresh
Port 9cae3a3b48 to glitch-soc
|
6 years ago |
Eugen Rochko
|
3ce4d88e6c
|
Render unicode emoji in polls using emoji pack
Port 73d3bb4a2c to glitch-soc
|
6 years ago |
Thibaut Girka
|
bd97259b57
|
Fix toots opening in dynamic column when trying to interact with them
This fixes inline preview cards and polls, preventing them from opening
the toot in detailed view when clicking on an interactive element.
|
6 years ago |
Eugen Rochko
|
ec787e4205
|
Fix various issues in polls
Port front-end changes from 1321801577 to glitch-soc
|
6 years ago |
ThibG
|
25ef8dffbc
|
Display closed polls as such
Port 674d232cd1 to glitch-soc
|
6 years ago |
ThibG
|
469e5af537
|
Fixes to the polls UI
Port 4987602069 to glitch-soc
|
6 years ago |
Eugen Rochko
|
c156b6d696
|
Fix web UI crash on page load when detailed status has a poll
Port 21246d861e to glitch-soc
|
6 years ago |
Eugen Rochko
|
342d9d25bb
|
Add polls
Port front-end parts of 4a3acdc916 to glitch-soc
|
6 years ago |
Thibaut Girka
|
fa1b843522
|
Fix non-numeric account identifiers leading to /web/accounts/NaN
I'm not sure what purpose these “+” served?!
|
6 years ago |
Thibaut Girka
|
09c6d1c534
|
[Glitch] Change buttons on timeline preview to open the interaction dialog
Port 6534acc019 to glitch-soc
|
6 years ago |
Thibaut Girka
|
dabbbe1e71
|
[Glitch] Fix occasional crash in detailed toot view
Port f9a338b473 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
|
d486152092
|
Handle deletion of filtered toots
|
6 years ago |
Thibaut Girka
|
eb6dfe4d8b
|
Minor fix to timeline jump avoiding behavior
|
6 years ago |
Thibaut Girka
|
7b23d3c657
|
Adjust scroll when statuses above the current scroll position are deleted
|
6 years ago |
Thibaut Girka
|
f24bd9d629
|
Adjust scroll if previewCard appeared
|
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 |