Commit Graph

1237 Commits

Author SHA1 Message Date
09887130b7 Merge remote-tracking branch 'origin/autosuggest-input-refactor' into chats 2022-10-04 17:46:45 -04:00
a829e53559 AutosuggestInput: nuke top margin 2022-10-04 17:25:02 -04:00
4988f4a2d5 Input: support 'transparent' theme 2022-10-04 17:14:08 -04:00
b9e0e94587 Input: support 'theme' prop (deprecate 'isSearch'), pass theme down from higher components 2022-10-04 17:09:47 -04:00
61dd57ab81 AutosuggestInput: use UI input component 2022-10-04 16:39:51 -04:00
cdb5b505ba Merge remote-tracking branch 'origin/develop' into chats 2022-10-04 12:40:48 -05:00
11a1beb55f Merge branch 'media-tsx' into 'develop'
MediaGallery: convert to TSX

See merge request soapbox-pub/soapbox!1810
2022-10-04 17:26:18 +00:00
6276fb0f00 Merge branch 'status-content-css' into 'develop'
StatusContent: move css to status-content.css

See merge request soapbox-pub/soapbox!1809
2022-10-04 17:26:09 +00:00
ca9abf3e5a MediaGallery: fix "Show content" button 2022-10-03 10:10:31 -05:00
ff0b1b28ca Convert ModalRoot to TSX+FC
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-10-01 15:38:08 +02:00
cc3e8ebd3b MediaGallery: clean up unused code, rearrange useEffect 2022-09-30 18:11:05 -05:00
1069546b50 MediaGallery: convert to TSX+FC (first pass) 2022-09-30 18:05:23 -05:00
6d77e0327f Make .emojione styles global again 2022-09-30 13:35:26 -05:00
d3683ab7ef StatusContent: migrate more to css, fix SpoilerButton on dark theme 2022-09-30 13:15:37 -05:00
0d5dfad8cc Move StatusContent css into status-content.css 2022-09-30 12:59:52 -05:00
7fde4a0c5c Small UI improvements to chat 2022-09-30 10:22:55 -04:00
b8bbac31e5 Improve 'In Review' UX 2022-09-29 13:57:25 -04:00
0a8fa3e635 Add ability to report a Chat Message 2022-09-29 09:45:57 -04:00
002fef27a3 Add StatContext to store global stat state 2022-09-27 16:05:19 -04:00
058d0cec0b Merge remote-tracking branch 'origin/develop' into chats 2022-09-27 15:43:30 -04:00
63bd9a21fc Update spacing on Widgets 2022-09-26 15:23:51 -04:00
1d69b66e4b Use React Query for suggestions 2022-09-26 15:22:00 -04:00
90c8096f9e Merge remote-tracking branch 'origin/develop' into chats 2022-09-21 10:18:29 -05:00
39f682a472 Self status typofix 2022-09-19 14:04:51 -05:00
d7243c0e91 Merge remote-tracking branch 'origin/develop' into chats 2022-09-19 13:01:40 -05:00
1e6993975c Merge branch 'delete-modal-fix' into 'develop'
Fix account deletion modal

See merge request soapbox-pub/soapbox!1794
2022-09-17 21:33:37 +00:00
ca4a5370c1 OutlineBox: allow passing div props through 2022-09-16 13:34:53 -05:00
7fe97e8075 QuotedStatus: move testId to highest component 2022-09-16 12:44:11 -05:00
2eb08aced9 Create OutlineBox component
Visual container for QuotedStatus and Accounts in some scenarios
2022-09-16 12:24:33 -05:00
cb3df8211c Merge remote-tracking branch 'soapbox/develop' into compose
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-09-16 15:40:29 +02:00
6cce0a0291 Introduce useCompose hook
Signed-off-by: marcin mikolajczak <git@mkljczk.pl>
2022-09-14 20:01:44 +02:00
3509fd1c6e Merge branch 'follow-requests-link' into 'develop'
Link to /follow_requests in SidebarMenu

See merge request soapbox-pub/soapbox!1792
2022-09-14 14:39:58 +00:00
859f39a9d3 Link to /follow_requests in SidebarMenu
Signed-off-by: marcin mikolajczak <git@mkljczk.pl>
2022-09-14 16:12:23 +02:00
749a11dd77 Merge branch 'feed-insertion-algorithm' into 'develop'
Feed insertion algorithms

See merge request soapbox-pub/soapbox!1782
2022-09-14 13:18:19 +00:00
45afb665b9 Add chat settings to chat main page 2022-09-13 14:11:22 -04:00
56c617bd32 Merge branch 'alex-chats' into chats 2022-09-12 14:50:02 -04:00
81bfc06990 Add tests 2022-09-12 14:42:15 -04:00
1f0b4d01b5 Remove account.donor as a concept, use 'badge:donor' custom tag instead 2022-09-11 20:44:49 -05:00
2fc9b215a9 Display custom badges on profiles 2022-09-11 20:21:37 -05:00
2e811a1e88 Admin: allow setting custom badges on accounts 2022-09-11 20:04:41 -05:00
90cbf0a60f ListItem: allow child to set className 2022-09-11 17:32:34 -05:00
c067dd7547 Create TagInput component 2022-09-11 15:47:50 -05:00
9610447a79 Fix permissioning of moderator modal 2022-09-11 14:46:01 -05:00
8a8ef99433 StatusActionBar: simplify options, use AccountModerationModal 2022-09-11 14:36:58 -05:00
87877a3f96 TS/functional: Emoji picker
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-09-11 19:28:12 +02:00
a9b8371086 Allow multiple compose forms
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-09-10 23:52:06 +02:00
2681b32f7d StatusList: incorporate feed injection algorithms 2022-09-09 22:26:36 -05:00
e333a5042e Merge branch 'chats' into alex-chats 2022-09-08 08:37:58 -04:00
6b38e37019 Merge remote-tracking branch 'origin/develop' into chats 2022-09-08 08:37:52 -04:00
999c5caafd Merge branch 'improve-input' into 'develop'
Extend input with new prepend/append options

See merge request soapbox-pub/soapbox!1778
2022-09-08 12:36:41 +00:00