Commit Graph

877 Commits

Author SHA1 Message Date
353030cde6 bump icon size 2022-05-16 12:01:13 -04:00
d6053f0789 Merge branch 'left-sidebar' into 'develop'
Rearrange SidebarNavigation

See merge request soapbox-pub/soapbox-fe!1372
2022-05-16 15:55:46 +00:00
857c63f2f5 Add FileInput component 2022-05-16 11:40:32 -04:00
5b00d1de13 SidebarNavigationLink: use counter from icon component 2022-05-16 10:32:00 -05:00
a2c72ab457 Center compose textarea 2022-05-16 11:21:35 -04:00
7b9db5299a Lint 2022-05-16 11:21:17 -04:00
6bf0d5847b Convert display-name to TS 2022-05-16 10:52:39 -04:00
31b7f8425f Merge branch 'improve-sidebar' into 'develop'
Improve sidebar link design

See merge request soapbox-pub/soapbox-fe!1390
2022-05-16 13:22:37 +00:00
4c31cf2ba1 Improve sidebar link design 2022-05-16 09:06:28 -04:00
2a12e29235 SiteLogo: never, under any circumstances, squish the logo 2022-05-15 22:30:48 -05:00
30017d62c9 Use arrow-left for ReplyMentionsModal
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-05-15 09:06:40 +02:00
1307b436b1 Focus the active item in the thread 2022-05-13 20:23:03 -05:00
de1d630daa Add login form to navbar 2022-05-12 17:02:29 -04:00
938665f157 Merge branch 'thread-cta' into 'develop'
Display a CTA in threads to log in

See merge request soapbox-pub/soapbox-fe!1353
2022-05-12 20:36:56 +00:00
086acccbf4 Add dynamic help links to landing page 2022-05-12 15:41:37 -04:00
c7375a2e01 Merge remote-tracking branch 'origin/develop' into thread-cta 2022-05-12 14:41:16 -05:00
fe77a22da2 Merge branch 'report-rule-types' into 'develop'
Account for different 'rule_type' on rules

See merge request soapbox-pub/soapbox-fe!1350
2022-05-12 19:29:00 +00:00
80f5c75a1a Merge branch 'site-logo' into 'develop'
Replace logos with SiteLogo component, fixes #937

Closes #937

See merge request soapbox-pub/soapbox-fe!1356
2022-05-12 19:22:46 +00:00
19e59e897a Merge branch 'eslint-jsdoc' into 'develop'
eslint: enforce jsdoc comments on UI components

See merge request soapbox-pub/soapbox-fe!1357
2022-05-12 19:20:34 +00:00
3dce8ee95a Pass through props like 'strokeWidth' to SvgIcon 2022-05-12 14:53:53 -04:00
5149ed1342 Fix external links in sidebar/sidenav
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-05-12 19:16:59 +02:00
d0ecdae9f3 SidebarNavigationLink: add jsdoc comments 2022-05-12 11:55:13 -05:00
2bd468358b Rearrange SidebarNavigation 2022-05-12 11:38:01 -05:00
530b2838f3 Replace questionable icons 2022-05-12 07:56:22 -05:00
b0b0d5a76e eslint: enforce jsdoc comments on UI components 2022-05-11 21:08:04 -05:00
71e114d049 SiteLogo: fall back to Soapbox logo instead of Tabler's home.svg 2022-05-11 20:47:39 -05:00
01ec7bc279 Replace logos throughout the UI with SiteLogo component 2022-05-11 19:54:23 -05:00
54dfb0e23e Merge branch 'eslint-spacing' into 'develop'
eslint: enforce spacing of imports (and infix ops)

See merge request soapbox-pub/soapbox-fe!1351
2022-05-11 21:26:59 +00:00
b64be353cc eslint: indent switch statements 2022-05-11 16:06:35 -05:00
67853f6efa SidebarNavigation: use the bell icon 2022-05-11 15:37:15 -05:00
6a270a8e6d SidebarNavigation: display follow requests counter 2022-05-11 15:35:33 -05:00
2a9f1ccb91 UnauthorizedModal: convert to TSX 2022-05-11 15:26:37 -05:00
9f89c31bd3 Create a logged-out call-to-action on threads 2022-05-11 14:35:56 -05:00
ae01b845de eslint: enforce spacing of imports (and infix ops) 2022-05-11 12:40:34 -05:00
cb5fbdf7d9 Account for different 'rule_type' on rules 2022-05-11 09:25:48 -04:00
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
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
504940304a SidebarNavigation: add back search button 2022-05-10 20:25:19 -05:00
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
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
1902e47412 Checkbox: add jsdoc comment 2022-05-09 12:20:50 -05:00
c9ea4794ff FormGroup: use hasError variable (tiny refactor) 2022-05-09 12:19:49 -05:00
e7d02da096 Delete legacy ShowablePassword component (new <Input> component adapts to type='password') 2022-05-09 12:05:32 -05:00
08386e1c42 Merge branch 'registration' of gitlab.com:soapbox-pub/soapbox-fe into registration 2022-05-09 12:03:04 -05:00
989b1800fa Add CTA banner to the bottom of the page 2022-05-09 13:02:12 -04:00
3c08326806 Merge remote-tracking branch 'origin/develop' into registration 2022-05-09 12:00:50 -05:00
d4ebfe474f FormGroup: pass hasError to child component 2022-05-09 11:53:16 -05:00
5e531eda30 Input: add hasError styles 2022-05-09 11:28:38 -05:00
75c4582ce6 Merge remote-tracking branch 'origin/develop' into public-layout-improvements 2022-05-09 11:06:56 -05:00