Wykres commitów

642 Commity (6c205deaf012b6d3f6a9e2ccd2b0680157df6852)

Autor SHA1 Wiadomość Data
Alex Gleason 6c205deaf0
HoverCard: Fix hover flickering issues 2020-08-02 18:31:32 -05:00
Alex Gleason abd13e8fa5
Move hovercard into display name for regular status too 2020-08-02 18:18:34 -05:00
Alex Gleason a4a8f167d4 Merge branch 'fix-for-profile-hover' into 'profile-hover-cards'
Fix for profile hover

See merge request soapbox-pub/soapbox-fe!115
2020-08-02 23:16:46 +00:00
Alex Gleason e32bf82b03
CSS formatting 2020-08-02 18:04:49 -05:00
Alex Gleason 9d35498bb9
HoverCard: Fix CSS whitespace issues 2020-08-02 18:03:37 -05:00
Sean King 84b4681b50 Fix detailed status 2020-07-29 11:51:29 -06:00
Mary Kate d99e5d543c fix linter 2020-07-28 21:46:27 -05:00
Mary Kate d76f4d422e update detail status page and mobile settings for porfile hover card 2020-07-28 20:59:14 -05:00
Mary Kate f6ebe5cbd7 profile card basic functionality, needs some UI improvements 2020-07-28 20:02:11 -05:00
Bárbara de Castro Fernandes 563e4e5bab Show profile preview on hover 2020-07-28 14:15:57 -05:00
Alex Gleason 30a5a0baa9
Fix compose form border-radius 2020-07-27 23:55:23 -05:00
Mary Kate 7fd8c860b6 add toggle to collapse and expand Fediverse tab explaination box, fixes #63 2020-07-26 17:49:43 -05:00
Mary Kate f81f5d057b Make emoji selector text visible on dark mode, fixes #249 2020-07-26 15:07:53 -05:00
Alex Gleason 5c0bef4e9b
Fix header .still-image on mobile 2020-07-20 20:36:11 -05:00
Alex Gleason ce6446f059
Center icon in theme-toggle 2020-07-20 17:30:10 -05:00
Alex Gleason e8288ffdf8
Fix theme-toggle v-align issues 2020-07-20 15:34:54 -05:00
Alex Gleason c0dc03b3e4
Deactivate --> Delete 2020-07-20 15:23:38 -05:00
Alex Gleason 79dcbd781d Merge branch 'deactivate_account_from_profile' into 'develop'
Deactivate account from profile. Fixes #153

Closes #153

See merge request soapbox-pub/soapbox-fe!87
2020-07-20 19:55:02 +00:00
Curtis d15f8d4a4e Update compose-test.js to accommodate decoupling of CW toggle from sensitive (NSFW) assignment 2020-07-20 19:28:06 +00:00
Alex Gleason 475881e80b Merge branch 'reducers_tests' into 'develop'
Reducers tests

See merge request soapbox-pub/soapbox-fe!103
2020-07-20 19:10:33 +00:00
Sean King 1a0c3131bf Spacing fix 2020-07-19 19:03:39 -06:00
Sean King 9df1b085cb ThemeToggle class 2020-07-19 18:50:09 -06:00
Sean King 277f4b5f22 Move ThemeToggle to separate class, style it, and fix it on mobile 2020-07-19 18:44:17 -06:00
Sean King 796bf9c844 Change design of toggle button 2020-07-19 15:50:16 -06:00
Alex Gleason 03e33df86b
Improve domain unblock compatibility, fixes #422 2020-07-16 13:43:25 -05:00
crockwave 7023471abe edited auth-test 2020-07-15 17:36:34 -05:00
Alex Gleason 2024c4ec0d Merge branch 'new-yarn-translations' into 'develop'
New yarn translations after toggle change

See merge request soapbox-pub/soapbox-fe!100
2020-07-15 21:01:17 +00:00
Alex Gleason 34d57df806
Add <!--server-generated-meta--> 2020-07-15 10:59:44 -05:00
crockwave e5937b42e4 fix linter error 2020-07-14 18:21:49 -05:00
crockwave 599129897a edited accounts and alerts reducer tests 2020-07-14 17:11:05 -05:00
crockwave 67d94fb226 edited accounts_counters-test 2020-07-14 14:05:05 -05:00
Curtis ROck 26a37382de edited accounts_counters-test 2020-07-14 07:43:56 -05:00
Curtis ROck 3d547f2038 fix linter issue 2020-07-13 22:04:29 -05:00
Curtis ROck 8177a48a9b edit notifications-test 2020-07-13 21:49:42 -05:00
crockwave 40f688a6be edited notifications_test 2020-07-13 20:00:55 -05:00
Curtis ROck 3fe51e4885 edit notifications-test 2020-07-12 17:52:58 -05:00
Sean King 54d7fbdc5a Remove top navbar's auto-hide 2020-07-12 16:39:18 -06:00
Sean King 1034cf6f04 New yarn translations 2020-07-12 11:18:39 -06:00
Alex Gleason a9347a9d27 Merge branch 'fix-theme-toggle-bug' into 'develop'
Fix a bug where the theme toggle doesn't show the proper icon if the themeMode is not set

See merge request soapbox-pub/soapbox-fe!98
2020-07-12 04:07:19 +00:00
Curtis ROck 1acdea14b1 fix lint issues 2020-07-11 22:50:02 -05:00
Curtis ROck 81a8231af4 edited notifications-test 2020-07-11 22:37:52 -05:00
Sean King 03c63fa36d Fix a bug where it doesn't show the proper icon if the themeMode is not set 2020-07-11 21:29:57 -06:00
crockwave 88b0ed440b edited notifications-test 2020-07-11 17:34:14 -05:00
Alex Gleason 49a3211777 Merge branch 'theme-toggle' into 'develop'
Light/dark theme toggle in top navbar

See merge request soapbox-pub/soapbox-fe!97
2020-07-11 20:40:26 +00:00
Sean King 8b376b81cf State condition isLight unnecessary 2020-07-11 14:22:39 -06:00
Alex Gleason 03c2a8f294 Merge branch 'decouple_spoiler_from_nsfw' into 'develop'
Update compose.js to decouple spoiler from marking media as NSFW. Fixes #209

Closes #209

See merge request soapbox-pub/soapbox-fe!90
2020-07-11 19:36:22 +00:00
Alex Gleason b6c0884a1d Merge branch 'captcha_reload_on_click' into 'develop'
Made captcha reloadable on image click. Fixes #203

Closes #203

See merge request soapbox-pub/soapbox-fe!89
2020-07-11 19:34:51 +00:00
Curtis ROck 49d69178ae notifications-test edit 2020-07-11 08:34:20 -05:00
Sean King 697291e6f5 Light/dark theme toggle in top navbar 2020-07-10 22:35:02 -06:00
Curtis ROck d2e2d52a0d edit notifications-test 2020-07-10 21:59:19 -05:00