Alex Gleason
|
435b7001a4
|
Use gaps between statuses even on mobile
|
2022-05-04 23:27:43 -05:00 |
Alex Gleason
|
b1cdf93ec6
|
Merge branch 'tsconfig-outdir' into 'develop'
tsconfig: specify an outDir (to make it shut up)
See merge request soapbox-pub/soapbox-fe!1311
|
2022-05-04 19:44:40 +00:00 |
Alex Gleason
|
2c490285e2
|
tsconfig: specify an outDir (to make it shut up)
|
2022-05-04 14:24:58 -05:00 |
marcin mikołajczak
|
8f09fcab2e
|
Merge branch 'edit-posts' into 'develop'
Allow editing posts on Mastodon
See merge request soapbox-pub/soapbox-fe!1271
|
2022-05-04 18:57:34 +00:00 |
marcin mikołajczak
|
ffbb6f51de
|
use camelCase
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-05-04 20:36:46 +02:00 |
marcin mikołajczak
|
53152d9174
|
Do not redirect to /messages after editing status
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-05-04 20:33:49 +02:00 |
Alex Gleason
|
e0b7c2a26c
|
Merge branch 'small-fixes' into 'develop'
Small fixes
Closes #927, #936, and #933
See merge request soapbox-pub/soapbox-fe!1310
|
2022-05-04 18:28:53 +00:00 |
Justin
|
e508981a5c
|
Merge branch 'fix-flash-of-content' into 'develop'
Fix white flash on landing page
See merge request soapbox-pub/soapbox-fe!1309
|
2022-05-04 18:28:40 +00:00 |
Justin
|
51820319ae
|
Fix white flash on landing page
|
2022-05-04 14:09:44 -04:00 |
Alex Gleason
|
c00b5f7476
|
ProfilePage: fix tabs (fixes #927), redirect wrong case username
|
2022-05-04 13:08:49 -05:00 |
Alex Gleason
|
47d1a8e5d6
|
ActionBar: fix repost active state, fixes #936
|
2022-05-04 12:08:17 -05:00 |
Alex Gleason
|
5e9c81b0c1
|
Notification: change `status` notification to bell-ringing
|
2022-05-04 11:55:22 -05:00 |
Alex Gleason
|
8f979b30fc
|
Badge: fix bot text color, fixes #933
|
2022-05-04 11:52:22 -05:00 |
Alex Gleason
|
a9a5ab115e
|
Merge branch 'theme-gate' into 'develop'
Dark theme fixes
See merge request soapbox-pub/soapbox-fe!1308
|
2022-05-04 16:37:11 +00:00 |
Alex Gleason
|
ddcef4fc6c
|
HomePage: fix dark divider below Composer
|
2022-05-04 11:16:35 -05:00 |
Alex Gleason
|
1375c62fc1
|
Add ThemeToggle to Preferences
|
2022-05-04 11:11:47 -05:00 |
Alex Gleason
|
d7e2b843cf
|
Remove theme feature gating
|
2022-05-04 11:08:31 -05:00 |
Justin
|
d11d28f8d0
|
Merge branch 'improve-dark-mode' into 'develop'
Add dark style to share button
See merge request soapbox-pub/soapbox-fe!1307
|
2022-05-04 16:06:00 +00:00 |
Justin
|
9862480441
|
Add dark style to share button
|
2022-05-04 11:45:47 -04:00 |
Justin
|
716e9b952f
|
Merge branch 'improve-dark-mode' into 'develop'
Improve dark mode
See merge request soapbox-pub/soapbox-fe!1306
|
2022-05-04 15:17:28 +00:00 |
Justin
|
07070b1023
|
Change header image background
|
2022-05-04 11:00:21 -04:00 |
Justin
|
a987b5f296
|
Improve dark-mode
|
2022-05-04 10:50:53 -04:00 |
Justin
|
1a9b0be3ab
|
Improve dark-mode support for Emoji Picker
|
2022-05-04 10:19:09 -04:00 |
Justin
|
12d45ced84
|
Support dark-mode logo
|
2022-05-04 10:14:59 -04:00 |
Justin
|
7e8a53c4cf
|
Merge branch 'improve-dark-mode' into 'develop'
Support System Theme (light / dark mode)
Closes #818
See merge request soapbox-pub/soapbox-fe!1305
|
2022-05-04 14:00:17 +00:00 |
Justin
|
bf86d70a93
|
Use i18n
|
2022-05-04 09:40:04 -04:00 |
Justin
|
528906fe31
|
Set 'system' as default theme
|
2022-05-04 09:35:45 -04:00 |
Justin
|
13eeb608cb
|
Merge branch 'unmute-action' into 'develop'
Add ability to Unmute user from within `/mutes` page.
See merge request soapbox-pub/soapbox-fe!1302
|
2022-05-04 13:12:14 +00:00 |
Justin
|
210cee2b7a
|
Move theme toggle to profile dropdown
|
2022-05-04 09:10:08 -04:00 |
Justin
|
4e7c5b5819
|
Support System theme
|
2022-05-04 09:08:40 -04:00 |
Alex Gleason
|
80d5e26c8a
|
Merge branch 'next-embeds' into 'develop'
Embeds
See merge request soapbox-pub/soapbox-fe!1202
|
2022-05-03 22:16:51 +00:00 |
Alex Gleason
|
485748d947
|
EmbedModal: convert to typescript
|
2022-05-03 16:43:04 -05:00 |
Alex Gleason
|
851c28a3a8
|
EmbedModal: fix styles
|
2022-05-03 16:23:26 -05:00 |
marcin mikołajczak
|
7a7db0a4c2
|
Show pencil icon on edited statuses
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-05-03 23:13:29 +02:00 |
marcin mikołajczak
|
b8be588b60
|
Post editing: Compose improvements
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-05-03 23:00:07 +02:00 |
Alex Gleason
|
0d0d12489e
|
Merge remote-tracking branch 'origin/develop' into next-embeds
|
2022-05-03 15:43:55 -05:00 |
marcin mikołajczak
|
236a76e4ef
|
Show poll and attachments in edit history
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-05-03 21:38:38 +02:00 |
marcin mikołajczak
|
f6f8ef99d9
|
Merge remote-tracking branch 'soapbox/develop' into edit-posts
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-05-03 21:29:38 +02:00 |
Alex Gleason
|
0fd17f2863
|
Merge branch 'quote-posts' into 'develop'
Quote posting requires Soapbox backend, actually
See merge request soapbox-pub/soapbox-fe!1304
|
2022-05-03 17:58:41 +00:00 |
marcin mikołajczak
|
68d5a5d604
|
Quote posting requires Soapbox, actually
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-05-03 19:40:54 +02:00 |
Justin
|
c758c5c2f9
|
Support 'actionType' prop in ActionButton
|
2022-05-03 13:22:26 -04:00 |
Justin
|
a065399772
|
Merge branch 'deep-linking' into 'develop'
Support app deep-linking
See merge request soapbox-pub/soapbox-fe!1303
|
2022-05-03 15:09:31 +00:00 |
Alex Gleason
|
4fcece9b72
|
Merge branch 'streamfield' into 'develop'
Allow editing custom profile fields
See merge request soapbox-pub/soapbox-fe!1300
|
2022-05-03 15:02:32 +00:00 |
Justin
|
318d7fdc48
|
Support app deep-linking
|
2022-05-03 10:43:17 -04:00 |
Justin
|
8dc7cc8794
|
Convert ActionButton to TSX
|
2022-05-03 09:27:15 -04:00 |
Justin
|
84907930cb
|
Merge branch 'multiple-rules' into 'develop'
Account for multiple rules
See merge request soapbox-pub/soapbox-fe!1301
|
2022-05-03 12:37:35 +00:00 |
Justin
|
870f78e413
|
Add unmute action to ActionButton
|
2022-05-03 08:24:34 -04:00 |
Justin
|
e2f24cdd6b
|
Account for multiple rules
|
2022-05-03 08:15:11 -04:00 |
Alex Gleason
|
95ba8e49d7
|
EditProfile: make profile field label smaller than content
|
2022-05-02 22:56:38 -05:00 |
Alex Gleason
|
81938ec4d0
|
EditProfile: fix formdata submission
|
2022-05-02 22:45:58 -05:00 |