Alex Gleason
|
211ddc9505
|
Merge branch 'search-nav' into 'develop'
SidebarNavigation: add back search button
See merge request soapbox-pub/soapbox-fe!1349
|
2022-05-11 11:44:35 +00:00 |
|
Justin
|
4e47ee1bea
|
Merge branch 'landing-page-dark-mode' into 'develop'
Add "dark mode" support to Landing Page
See merge request soapbox-pub/soapbox-fe!1344
|
2022-05-11 11:19:18 +00:00 |
|
Alex Gleason
|
504940304a
|
SidebarNavigation: add back search button
|
2022-05-10 20:25:19 -05:00 |
|
Justin
|
6a11832d67
|
Merge branch 'add-cta-banner' into 'develop'
Add CTA banner
See merge request soapbox-pub/soapbox-fe!1342
|
2022-05-10 19:52:38 +00:00 |
|
Justin
|
c862825970
|
Add dark mode support to landing page
|
2022-05-10 15:52:12 -04:00 |
|
|
19ff2a2e05
|
Account moving API is not part of Pleroma yet
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-05-09 22:49:51 +02:00 |
|
Alex Gleason
|
1902e47412
|
Checkbox: add jsdoc comment
|
2022-05-09 12:20:50 -05:00 |
|
Alex Gleason
|
c9ea4794ff
|
FormGroup: use hasError variable (tiny refactor)
|
2022-05-09 12:19:49 -05:00 |
|
Alex Gleason
|
e7d02da096
|
Delete legacy ShowablePassword component (new <Input> component adapts to type='password')
|
2022-05-09 12:05:32 -05:00 |
|
Alex Gleason
|
08386e1c42
|
Merge branch 'registration' of gitlab.com:soapbox-pub/soapbox-fe into registration
|
2022-05-09 12:03:04 -05:00 |
|
Justin
|
989b1800fa
|
Add CTA banner to the bottom of the page
|
2022-05-09 13:02:12 -04:00 |
|
Alex Gleason
|
3c08326806
|
Merge remote-tracking branch 'origin/develop' into registration
|
2022-05-09 12:00:50 -05:00 |
|
Alex Gleason
|
d4ebfe474f
|
FormGroup: pass hasError to child component
|
2022-05-09 11:53:16 -05:00 |
|
Alex Gleason
|
5e531eda30
|
Input: add hasError styles
|
2022-05-09 11:28:38 -05:00 |
|
Alex Gleason
|
75c4582ce6
|
Merge remote-tracking branch 'origin/develop' into public-layout-improvements
|
2022-05-09 11:06:56 -05:00 |
|
Alex Gleason
|
3a0b88bb37
|
Merge branch 'stillimage-tsx' into 'develop'
Convert StillImage and legacy Avatar components to TSX
See merge request soapbox-pub/soapbox-fe!1329
|
2022-05-09 14:00:10 +00:00 |
|
Alex Gleason
|
24f40f9ecc
|
Merge branch 'prefer-tabler' into 'develop'
Use settings.svg and mail.svg from Tabler
See merge request soapbox-pub/soapbox-fe!1328
|
2022-05-09 13:58:06 +00:00 |
|
Justin
|
f4aa3fed77
|
Extend 'FormGroup' to support Checkbox
|
2022-05-09 09:52:41 -04:00 |
|
Justin
|
03381c8fb2
|
Fix primary text on dark
|
2022-05-09 08:55:53 -04:00 |
|
Alex Gleason
|
7d3a0a8ab9
|
Break out LandingGradient into its own component
|
2022-05-07 15:52:01 -05:00 |
|
Alex Gleason
|
4d5f1d236d
|
gradient-purple, gradient-blue --> gradient-start, gradient-end
|
2022-05-07 15:23:43 -05:00 |
|
Alex Gleason
|
02616fc312
|
Tweak gradient colors
|
2022-05-07 15:02:00 -05:00 |
|
Alex Gleason
|
1122b26695
|
Fix avatar test
|
2022-05-07 13:37:24 -05:00 |
|
Alex Gleason
|
939c74fe44
|
UI Avatar: add overflow-hidden className
|
2022-05-07 12:58:12 -05:00 |
|
Alex Gleason
|
84839a5104
|
Convert legacy Avatar component to TSX
|
2022-05-07 12:56:52 -05:00 |
|
Alex Gleason
|
575bc834f5
|
StillImage: convert to TSX
|
2022-05-07 12:46:21 -05:00 |
|
Alex Gleason
|
adf7b9f3d6
|
Use settings.svg and mail.svg from Tabler
|
2022-05-07 12:23:56 -05:00 |
|
Alex Gleason
|
e0cc331781
|
Card: back button i18n
|
2022-05-07 12:04:28 -05:00 |
|
Alex Gleason
|
43d494d43c
|
Improve legacy Checkbox styles
|
2022-05-06 18:51:06 -05:00 |
|
Alex Gleason
|
165ddc91bd
|
RegistrationForm: use ui form inputs
|
2022-05-06 17:13:00 -05:00 |
|
Alex Gleason
|
90129818f2
|
RegistrationForm: convert to tsx
|
2022-05-06 16:51:36 -05:00 |
|
Alex Gleason
|
1a4991c6f9
|
Move Toggle to components/ui
|
2022-05-06 14:55:16 -05:00 |
|
Alex Gleason
|
66bc0029c4
|
AccountSearch: convert to tsx
|
2022-05-06 13:31:35 -05:00 |
|
Alex Gleason
|
e301255bf9
|
AccountSearch: fix text being too huge
|
2022-05-06 13:24:08 -05:00 |
|
Alex Gleason
|
8ad66ec45a
|
Add custom Toggle component (wrapper around react-toggle)
|
2022-05-06 12:46:42 -05:00 |
|
Alex Gleason
|
f2d59d901f
|
ErrorBoundary: only limit the logo's height (not width)
|
2022-05-06 11:41:50 -05:00 |
|
Alex Gleason
|
e734c7c967
|
Merge branch 'soapbox-config' into 'develop'
Overhaul SoapboxConfig
See merge request soapbox-pub/soapbox-fe!1315
|
2022-05-06 14:02:59 +00:00 |
|
|
80532116af
|
Use Tabler Icons for attachment icons
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2022-05-06 14:34:38 +02:00 |
|
Alex Gleason
|
874ae980e6
|
SoapboxConfig: refactor Textarea
|
2022-05-05 17:45:32 -05:00 |
|
Alex Gleason
|
f5039b9877
|
SoapboxConfig: refactor inputs
|
2022-05-05 16:35:30 -05:00 |
|
Alex Gleason
|
b401af2950
|
Streamfield: don't render values container unless it has values
|
2022-05-05 15:59:36 -05:00 |
|
Alex Gleason
|
9bd18b13bd
|
Streamfield: labelText, hintText --> label, hint
|
2022-05-05 14:57:19 -05:00 |
|
Alex Gleason
|
0f341eee6e
|
Streamfield: export generic StreamfieldComponent<T> type
|
2022-05-05 14:45:10 -05:00 |
|
Alex Gleason
|
435b7001a4
|
Use gaps between statuses even on mobile
|
2022-05-04 23:27:43 -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 |
|
Alex Gleason
|
47d1a8e5d6
|
ActionBar: fix repost active state, fixes #936
|
2022-05-04 12:08:17 -05:00 |
|
Alex Gleason
|
8f979b30fc
|
Badge: fix bot text color, fixes #933
|
2022-05-04 11:52:22 -05: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
|
a987b5f296
|
Improve dark-mode
|
2022-05-04 10:50:53 -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 |
|