Justin
|
f029c81d5f
|
Fix break words for longer message contents
|
2022-10-03 11:14:13 -04:00 |
|
Alex Gleason
|
ca9abf3e5a
|
MediaGallery: fix "Show content" button
|
2022-10-03 10:10:31 -05:00 |
|
Justin
|
89af43df91
|
Add tests for ChatPane component
|
2022-10-03 11:03:43 -04:00 |
|
Justin
|
e4ed68e070
|
Bump React Virtuoso
|
2022-10-03 11:03:19 -04:00 |
|
marcin mikołajczak
|
d9ad9d1693
|
Merge branch 'modal-root-tsx' into 'develop'
Convert ModalRoot to TSX+FC
See merge request soapbox-pub/soapbox!1812
|
2022-10-03 13:29:22 +00:00 |
|
Justin
|
dbee414ebc
|
Add tests for ChatWidget component
|
2022-10-03 09:15:54 -04:00 |
|
|
ff0b1b28ca
|
Convert ModalRoot to TSX+FC
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-10-01 15:38:08 +02:00 |
|
Alex Gleason
|
7a54e07966
|
Video: fix default aspect ratio (16:9)
|
2022-09-30 20:32:24 -05:00 |
|
Alex Gleason
|
af49171cb9
|
fullscreen.js --> fullscreen.ts
|
2022-09-30 19:53:59 -05:00 |
|
Alex Gleason
|
0b7416b6e5
|
Video: convert to TSX+FC
|
2022-09-30 19:37:35 -05:00 |
|
Alex Gleason
|
cc3e8ebd3b
|
MediaGallery: clean up unused code, rearrange useEffect
|
2022-09-30 18:11:05 -05:00 |
|
Alex Gleason
|
1069546b50
|
MediaGallery: convert to TSX+FC (first pass)
|
2022-09-30 18:05:23 -05:00 |
|
Alex Gleason
|
775cfad4dc
|
Restore .floating-link for now
|
2022-09-30 14:19:22 -05:00 |
|
Alex Gleason
|
6d77e0327f
|
Make .emojione styles global again
|
2022-09-30 13:35:26 -05:00 |
|
Alex Gleason
|
d3683ab7ef
|
StatusContent: migrate more to css, fix SpoilerButton on dark theme
|
2022-09-30 13:15:37 -05:00 |
|
Alex Gleason
|
0d5dfad8cc
|
Move StatusContent css into status-content.css
|
2022-09-30 12:59:52 -05:00 |
|
Alex Gleason
|
3b2b1ab05f
|
Move .instance-description to css file
|
2022-09-30 12:27:52 -05:00 |
|
Alex Gleason
|
d162bc5d17
|
Webpack: only use [chunkhash] and [contenthash] in production builds
https://webpack.js.org/guides/build-performance/#avoid-production-specific-tooling
|
2022-09-30 12:03:10 -05:00 |
|
Justin
|
c63ed1af15
|
Refactor Chat Settings and add into Preferences page
|
2022-09-30 13:01:49 -04:00 |
|
Justin
|
65cdaeb886
|
Fix query key when not search query is present
|
2022-09-30 10:28:19 -04:00 |
|
Justin
|
7fde4a0c5c
|
Small UI improvements to chat
|
2022-09-30 10:22:55 -04:00 |
|
Chewbacca
|
ce255b7ded
|
Merge branch 'improve-moderated-post' into 'develop'
Improve 'In Review' UX
See merge request soapbox-pub/soapbox!1807
|
2022-09-29 18:06:57 +00:00 |
|
Justin
|
b8bbac31e5
|
Improve 'In Review' UX
|
2022-09-29 13:57:25 -04:00 |
|
Justin
|
dc6c2657df
|
Fix nested button structure
|
2022-09-29 13:54:18 -04:00 |
|
Justin
|
d40fe483ef
|
Push accounts into Redux store
|
2022-09-29 13:36:35 -04:00 |
|
Justin
|
b590c062aa
|
Show Skeleton when changing chats
|
2022-09-29 13:13:10 -04:00 |
|
Alex Gleason
|
78543292f1
|
Merge branch 'chats' of gitlab.com:soapbox-pub/soapbox into chats
|
2022-09-29 11:24:11 -05:00 |
|
Alex Gleason
|
40b8bab7ab
|
Chats: strip HTML when copying message text to clipboard
|
2022-09-29 11:23:49 -05:00 |
|
Justin
|
4c936fe6e0
|
Merge remote-tracking branch 'origin/chats' into chats
|
2022-09-29 12:04:28 -04:00 |
|
Justin
|
9d20d0d032
|
Fix order of flattenPages func
|
2022-09-29 12:04:23 -04:00 |
|
Alex Gleason
|
7722ce5e68
|
Chats: don't update own messages from streaming (for now)
|
2022-09-29 10:58:58 -05:00 |
|
Justin
|
b0ea57b9b9
|
Merge remote-tracking branch 'origin/chats' into chats
|
2022-09-29 09:46:39 -04:00 |
|
Justin
|
0a8fa3e635
|
Add ability to report a Chat Message
|
2022-09-29 09:45:57 -04:00 |
|
Alex Gleason
|
de78926142
|
ChatsPage: add settings cog
|
2022-09-28 19:39:22 -05:00 |
|
Alex Gleason
|
f8199ab701
|
ChatPageNew: support account search to start a new chat
|
2022-09-28 19:35:28 -05:00 |
|
Alex Gleason
|
acdd999c5c
|
Chats: display component at /chats/new
|
2022-09-28 19:26:49 -05:00 |
|
Alex Gleason
|
e582eda17e
|
Route /chats/new to ChatIndex
|
2022-09-28 19:16:20 -05:00 |
|
marcin mikołajczak
|
01b2eed2e4
|
Merge branch 'compose-upload-fix' into 'develop'
Fix editing media descriptions
See merge request soapbox-pub/soapbox!1805
|
2022-09-28 22:39:56 +00:00 |
|
marcin mikołajczak
|
8d7001f5bb
|
Merge branch 'wtf-empty' into 'develop'
Don't display WhoToFollow panel if empty
See merge request soapbox-pub/soapbox!1804
|
2022-09-28 22:18:49 +00:00 |
|
|
0dbfd600bc
|
Fix editing media descriptions
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-09-29 00:15:30 +02:00 |
|
|
2239221856
|
Don't display WhoToFollow panel if empty
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-09-29 00:06:37 +02:00 |
|
marcin mikołajczak
|
972881be85
|
Merge branch 'migrations-tsx' into 'develop'
TS/FC: Migrations page
See merge request soapbox-pub/soapbox!1803
|
2022-09-28 21:57:27 +00:00 |
|
|
5a703bbf50
|
TS/FC: Migrations page
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-09-28 23:49:50 +02:00 |
|
Alex Gleason
|
2791d3453a
|
Chats: update chat cache in streaming
|
2022-09-28 15:55:56 -05:00 |
|
Alex Gleason
|
d6e107dd0d
|
Chats: do routing a simpler way (keep context wrapper but set chat from route)
|
2022-09-28 15:38:05 -05:00 |
|
Alex Gleason
|
3ce5925280
|
useChat --> useChatActions
|
2022-09-28 15:20:59 -05:00 |
|
Alex Gleason
|
9c43f4b51e
|
UI: delete Gab groups commented routes
|
2022-09-28 13:39:45 -05:00 |
|
Alex Gleason
|
e8b7fd8db8
|
Route /chats/:chatId to ChatPage component, cleanup UI imports, nuke ChatRoom (he cry)
|
2022-09-28 13:37:56 -05:00 |
|
Justin
|
002fef27a3
|
Add StatContext to store global stat state
|
2022-09-27 16:05:19 -04:00 |
|
Justin
|
058d0cec0b
|
Merge remote-tracking branch 'origin/develop' into chats
|
2022-09-27 15:43:30 -04:00 |
|