Commit Graph

1853 Commits

Author SHA1 Message Date
2bfbca0777 Merge remote-tracking branch 'soapbox/develop' into lexical 2023-07-30 20:39:21 +02:00
41ee08cd14 Lexical: Add media preview
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-28 23:23:04 +02:00
f9b4a89ead Hashtag: fix conditional display of "x people talking" 2023-07-25 23:23:33 -05:00
b5dd668609 Improve focus handlding and focused state styles
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-23 19:27:11 +02:00
856dd277f4 Add mx-auto to imgs in posts
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-21 20:26:42 +02:00
f55a76886f WIP image upload, this needs cleanup
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-21 01:13:42 +02:00
fdcdd8d4d7 Merge remote-tracking branch 'soapbox/develop' into lexical 2023-07-17 23:42:50 +02:00
f456cb4086 Fix account.url tests 2023-07-15 21:07:48 -05:00
13cd0b726e Add AvatarStack component
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-10 12:43:18 +02:00
a9db41de89 Use AvatarPicker/HeaderPicker on Edit Profile page
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-05 21:39:50 +02:00
5161b3cba9 Merge remote-tracking branch 'soapbox/develop' into lexical
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-04 23:37:56 +02:00
42e9d31a3e Merge branch 'hotkeys-statuses' into 'develop'
Fix hotkey navigation in media modal

See merge request soapbox-pub/soapbox!2589
2023-07-02 21:27:10 +00:00
b0bdb78543 Fix hotkey navigation in media modal
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-02 18:41:39 +02:00
8646aa5572 Add Followed hashtags page
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-02 13:54:02 +02:00
118cbd5994 status.get('x') --> status.x 2023-06-28 16:27:25 -05:00
fcae0df1f8 Fix instance favicons
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1447
2023-06-27 20:21:50 -05:00
9e27cb06cb Ban User from status action bar 2023-06-27 09:24:29 -04:00
e3fa58c0da Support Group mutes 2023-06-27 09:24:03 -04:00
64df93f5a0 Fix status test 2023-06-26 12:41:42 -05:00
a8792f9a02 StatusActionBar: use GroupRelationship from entity store 2023-06-26 12:12:34 -05:00
e07412f872 Remove getIn calls in status and status-action-bar components 2023-06-26 11:59:01 -05:00
d4eaf1e27a Make useOwnAccount return an object 2023-06-25 12:35:09 -05:00
072014e39e Add useRelationship hook, disable fetching relationship for account by default 2023-06-25 12:01:34 -05:00
ec8177d578 Add useAccountLookup hook, fix useRelationships 2023-06-23 21:41:36 -05:00
69d8817b6d SidebarMenu: useAccount hook 2023-06-21 16:25:35 -05:00
e01ee84ee9 ProfileHoverCard: use useAccount hook, add usePatronUser hook 2023-06-21 16:20:07 -05:00
c4ad5e5d78 Fix tests that set the store wrong 2023-06-20 17:48:57 -05:00
412fe84d13 FIX THE TYPE ERRORS 2023-06-20 14:24:39 -05:00
66395d44af Merge remote-tracking branch 'soapbox/develop' into lexical 2023-06-16 23:30:34 +02:00
e3f92eadac Add Groups to Thumb Navigation 2023-06-14 08:05:25 -04:00
0b439b79a1 Upgrade to TypeScript 5.1 2023-06-13 16:26:30 -05:00
ae75c9ac0d Merge branch 'group-admin-fix' into 'develop'
Allow admins to delete Group statuses

See merge request soapbox-pub/soapbox!2533
2023-06-12 12:05:59 +00:00
a2846070c9 Move .invisible styles to Markup CSS 2023-06-07 11:35:41 -05:00
35d9348edd Support Group pins 2023-06-05 09:41:36 -04:00
45e0726e59 Alphabetize messages 2023-06-05 09:41:36 -04:00
6cd8e50493 Allow admins to delete Group statuses 2023-06-05 09:41:28 -04:00
a2a1bab517 Dropdown menu improvements
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-06-02 21:40:32 +02:00
92f824bb2d Fix dark border color on Tombstones 2023-06-01 12:47:51 -04:00
b45d1ea7fa Fix dark border color 2023-06-01 12:41:23 -04:00
866c80d30b Improve the MediaModal with ability to like, comment, reply, etc 2023-05-31 08:50:03 -04:00
3c00820382 Add 0 to HStack spacing 2023-05-31 08:44:45 -04:00
d8f698242a Add justify-between to Stack options 2023-05-31 08:44:45 -04:00
602eaf1ec1 Use AppDispatch 2023-05-31 08:44:45 -04:00
cbf4878f7f Add 'shift' middleware to DropdownMenu 2023-05-31 08:44:45 -04:00
27ba796852 Remove greentext support
It uses Pleroma FE's vulnerable HTML parser
2023-05-28 14:45:22 -05:00
36bbef2293 Support quoted tombstone 2023-05-22 11:47:49 -05:00
e76c3cc231 Lexical: Compose event modal textarea styles
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-05-17 00:00:42 +02:00
65db6f503d Merge remote-tracking branch 'soapbox/develop' into lexical 2023-05-16 22:14:22 +02:00
0acbbc3445 Merge branch 'group-fixes' into 'develop'
Various Group fixes & improvements

See merge request soapbox-pub/soapbox!2510
2023-05-12 21:43:04 +00:00
f27933965f Allow non-owners to see pinned tags 2023-05-12 11:51:00 -04:00