Commit graph

3586 commits

Author SHA1 Message Date
Alex Gleason
e11575ff50
LandingPageModal: convert to tsx 2022-05-02 16:26:27 -05:00
Alex Gleason
2028873d34
LandingPageModal: fix routes 2022-05-02 16:24:45 -05:00
Alex Gleason
23fb01d32d
Set onboarding on account creation 2022-05-02 16:24:19 -05:00
Alex Gleason
35a731ffd9
Restore localStorage onboarding code 2022-05-02 15:55:52 -05:00
Alex Gleason
86ecda84c5
rule_id --> rule_ids 2022-05-02 14:50:16 -05:00
Alex Gleason
83a0988daa
submitReport(): don't call getState() a million times 2022-05-02 14:40:34 -05:00
Alex Gleason
f92eeb333c
Merge remote-tracking branch 'origin/develop' into improve-reporting 2022-05-02 14:39:20 -05:00
Alex Gleason
9cbe98f131
Reports: submit rule_ids to API 2022-05-02 14:39:08 -05:00
Alex Gleason
b8fb318c06
ReportModal: fix report forwarding 2022-05-02 14:36:18 -05:00
Justin
0302f9fa20 Account for fewer rules 2022-05-02 14:55:02 -04:00
Justin
972d61bd8c Compare strings 2022-05-02 14:31:54 -04:00
Justin
2607a55380 Configure with i18n 2022-05-02 13:55:29 -04:00
Justin
86fb9bf704 Add ProgressBar and dark mode support 2022-05-02 13:55:08 -04:00
Justin
6baec89484 Fix test 2022-05-02 13:55:08 -04:00
Justin
82b9c00574 Fix eslint violations 2022-05-02 13:55:08 -04:00
Justin
d644e3cf25 Fix a few visual issues 2022-05-02 13:55:08 -04:00
Justin
a58069a123 Add tests for Report modal 2022-05-02 13:55:08 -04:00
Justin
ac53ed11b9 Add tests for Rules redux action/reducer 2022-05-02 13:55:08 -04:00
Justin
924b042c84 Improve reporting modal 2022-05-02 13:55:07 -04:00
Justin
0fb4c9bd40 Convert ReportModal to TSX 2022-05-02 13:52:37 -04:00
Alex Gleason
0fa58be38c
Catch instance/fetch error, only set instance_fetch_failed on 404 2022-05-02 11:46:18 -05:00
Alex Gleason
6166c2c4c5
EditProfile: fix <p></p> 2022-05-02 10:03:42 -05:00
Alex Gleason
7c6d42f987 Merge branch 'icelandic-translation' into 'develop'
updated icelandic translation

See merge request soapbox-pub/soapbox-fe!1293
2022-05-01 22:34:45 +00:00
nazrin
808301b11d updated 2022-05-01 22:22:04 +00:00
Alex Gleason
fb94a30969 Merge branch 'icelandic-translation' into 'develop'
Created Icelandic translation

See merge request soapbox-pub/soapbox-fe!1291
2022-05-01 21:58:24 +00:00
Alex Gleason
a030ef42b5
Add Icelandic language to UI 2022-05-01 16:30:29 -05:00
Alex Gleason
3e388de26f
Settings: convert to TSX 2022-05-01 16:21:43 -05:00
nazrin
940d5afdba created icelandic translation 2022-05-01 21:10:58 +00:00
Alex Gleason
1f212fcb1a
Dashboard: display software build 2022-05-01 15:10:08 -05:00
Alex Gleason
098ece132c
Code: fix commit hash not appearing 2022-05-01 15:07:55 -05:00
marcin mikołajczak
8ba9cef23d Merge branch 'autoload-switch' into 'develop'
Make 'Automatically load more items…' work

See merge request soapbox-pub/soapbox-fe!1288
2022-05-01 19:52:33 +00:00
5a86de5d13 Use useSettings hook
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-05-01 21:36:29 +02:00
Alex Gleason
50e71c1156
EmojiButtonWrapper: delay closing the selector for 500ms 2022-05-01 14:31:40 -05:00
520a3bd765 Merge remote-tracking branch 'soapbox/develop' into autoload-switch 2022-05-01 21:30:13 +02:00
d6795a55b1 Fix 'Automatically load more items…'
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-05-01 21:30:07 +02:00
Alex Gleason
d20d66078c
EmojiButtonWrapper: wrap in .relative 2022-05-01 14:10:35 -05:00
Alex Gleason
ebff30e559
StatusActionBar: stopPropagation on reply click 2022-05-01 13:50:13 -05:00
Alex Gleason
e2cbc449ad Merge branch 'card-title-truncate' into 'develop'
CardTitle: truncate too long text

See merge request soapbox-pub/soapbox-fe!1286
2022-05-01 18:45:50 +00:00
Alex Gleason
c4cd2d2049
CardTitle: truncate too long text 2022-05-01 13:29:36 -05:00
Alex Gleason
2e5cc2619d
ProfileHoverCard: convert to tsx 2022-05-01 13:11:20 -05:00
Alex Gleason
829a61c3a5
Delete unused ColumnSubheading 2022-05-01 12:54:54 -05:00
Alex Gleason
311ec14200
Convert most Placeholder components into TSX 2022-05-01 12:53:53 -05:00
Alex Gleason
5def7a087d
Convert UploadArea to tsx 2022-05-01 12:46:06 -05:00
Alex Gleason
e20a083fb4
Convert placeholder components to TSX 2022-05-01 12:45:37 -05:00
Alex Gleason
78b7752ac0
Merge remote-tracking branch 'origin/develop' into next 2022-05-01 11:08:19 -05:00
Tassoman Pigi
0e2bae3335 italian translation 2022-05-01 15:52:17 +00:00
marcin mikołajczak
ebc4f0c5eb Merge branch 'next' into 'next'
Add break-words to quoted status content

See merge request soapbox-pub/soapbox-fe!1283
2022-05-01 15:38:02 +00:00
023b327751 Add break-words to quoted status content
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-05-01 17:17:44 +02:00
Alex Gleason
b7d4411627
Add JSDoc comments to all ui components 2022-04-30 23:39:58 -05:00
Alex Gleason
e17825777b
Fix /invite layout 2022-04-30 12:10:06 -05:00