Commit Graph

1256 Commits

Author SHA1 Message Date
82250c23dc Chats: search accounts only among people who follow you (TruthSocial) 2022-10-17 10:13:54 -05:00
65a8bf9aa1 Merge remote-tracking branch 'origin/develop' into chats 2022-10-14 14:27:53 -04:00
8336cab189 Merge branch 'remove-tab-focus-state' into 'develop'
Remove focus state on Tabs

See merge request soapbox-pub/soapbox!1835
2022-10-14 16:24:13 +00:00
140cfb6e3e Change date format globally to use 12-hr format 2022-10-14 11:38:37 -04:00
6458f6ed9f Remove focus state on Tabs 2022-10-14 08:49:53 -04:00
4e97474a59 Merge branch 'autosuggest-input-refactor' into 'develop'
Refactor Input input to accept 'theme' prop, pass down from Autosuggest components

See merge request soapbox-pub/soapbox!1815
2022-10-13 18:25:52 +00:00
76a8f43679 Merge branch 'improve-ui-types' into 'develop'
Refactor UI library types

See merge request soapbox-pub/soapbox!1814
2022-10-13 17:13:15 +00:00
763ae5c58a yarn lint:js --fix 2022-10-11 13:22:54 -05:00
3695be06c5 Merge branch 'issue/1103/add-registration-date-to-profiles' into 'develop'
Initial implementation of join date inclusion in hover profile card

See merge request soapbox-pub/soapbox!1825
2022-10-11 18:13:22 +00:00
936db6fac0 Initial implementation of join date inclusion in hover profile card 2022-10-10 17:25:19 -04:00
7dff0391b1 Normalize chat attachments 2022-10-10 15:56:11 -05:00
bb1823ee6d AttachmentThumbs: make visible 2022-10-10 15:16:35 -05:00
8903674cb1 Fix pinned status icon in status action bar
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-10-06 00:02:32 +02:00
a18cce4c81 Remove shadow from transparent input 2022-10-05 16:22:13 -04:00
7df4476427 Improve UX of chat messages 2022-10-05 16:13:29 -04:00
19382c3ab9 ChatPageNew: display disabled ChatComposer and "To:" label 2022-10-04 19:11:34 -04:00
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
1c55e60055 Ensure space is number 2022-10-04 15:17:51 -04:00
c960ad9d33 Ensure space is number 2022-10-04 15:17:26 -04:00
c49aec2ae0 Refactor UI library types 2022-10-04 15:08:22 -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