Commit Graph

355 Commits

Author SHA1 Message Date
Marquis Kurt a94180b15c
Added instance name validation bypass
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2020-10-03 12:47:45 -04:00
Marquis Kurt d3729ee76f
Add slashes to end of app links in Welcome (fixes #224)
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2020-10-03 11:33:00 -04:00
Marquis Kurt 4e8a372234
Migrate from mastodon.social -> mastodon.online 2020-10-03 11:25:43 -04:00
Marquis Kurt 54388e806a
Merge branch 'develop/1.1.4' into GH-208-input-error-state 2020-07-08 18:29:53 -04:00
Travis Kohlbeck 214262fdb3 Don't show input error state when not empty 2020-07-06 12:47:40 -04:00
Marquis Kurt c854d406a7
Remove unused ParsedQuery import 2020-06-19 10:11:58 -04:00
Marquis Kurt a1aa9c09dc
Fix search page results 2020-06-19 09:51:51 -04:00
Marquis Kurt 6656a3749e
Make likable paths across desktop app work 2020-06-17 20:45:09 -04:00
Marquis Kurt 33b9f9d76d
Update isDarkMode to point to nativeTheme 2020-06-17 20:25:00 -04:00
Marquis Kurt e58208ba8d
Remove extraneous parens and brackets
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2020-06-17 19:41:55 -04:00
Marquis Kurt 9c345e741c
Merge pull request #207 from hyperspacedev/GH-206-notification-reset
Return out of notification toggle when browser is unsupported
2020-05-28 10:49:28 -04:00
Marquis Kurt 6b006e17cc
Merge pull request #205 from hyperspacedev/develop-1.1.2-clarify-welcome
Add '@' symbol adornment, refactor Welcome
2020-05-28 10:21:38 -04:00
Marquis Kurt e6826e08d8
Run Prettier for the umptillionth time
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2020-05-27 11:14:22 -04:00
Marquis Kurt 5bf6fce1da
Run Prettier on files that missed Prettier check
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2020-05-27 10:57:03 -04:00
Marquis Kurt f52daad91c
Return out of notif toggle when browser is unsupported
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2020-05-27 10:46:24 -04:00
Marquis Kurt fc9f1ebf21
Fix Prettier on Settings utilities... again...
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2020-05-27 08:49:12 -04:00
Marquis Kurt 8897035fe5
Merge pull request #204 from hyperspacedev/HD-61-update-avatar
Update header avatar when user changes avatar
2020-05-27 08:41:19 -04:00
Marquis Kurt 29a272a6f8
Run prettier on settings utility 2020-05-18 11:20:14 -04:00
Marquis Kurt 93994ab9d7
Add '@' symbol adornment, refactor to use nullish coalescing where appropriate 2020-05-18 11:14:21 -04:00
Travis Kohlbeck 908f7ebb93 Update correct avatar 2020-05-05 13:37:25 -04:00
Travis Kohlbeck 3b1a5ff937 Hook together avatar update and header (broken) 2020-05-05 13:10:25 -04:00
Marquis Kurt f2da91468b
Add bug report and feature request buttons 2020-04-22 10:28:29 -04:00
Marquis Kurt a70ccd013f
Update Prettier, refactor expressions with nullish coaslescing 2020-04-22 10:13:54 -04:00
Marquis Kurt f960f4a0bc
Move config setting to state in finally 2020-04-22 09:58:50 -04:00
Marquis Kurt 1ba63086f1
Merge pull request #199 from hyperspacedev:HD-65-close-header-menu
HD-65 #done
2020-04-17 15:38:57 -04:00
Travis Kohlbeck a501ed0744 Close header menu on click menu item 2020-04-14 13:56:30 -04:00
Travis Kohlbeck 1ec52d9d86 Modify console message slightly
- Prettify if statement?
2020-04-14 12:26:42 -04:00
Marquis Kurt 564a9d26f9
Filter out "desktop" and "dynamic" in location (#193, HD-63 #in-review) 2020-04-13 09:55:11 -04:00
Marquis Kurt c1616c83ad
Remove optional chaining (boo) 2020-03-30 19:04:04 -04:00
Marquis Kurt 3a640ab51f
Merge branch 'develop-1.1.0-beta5' into HD-56-notifications-rework 2020-03-30 19:00:29 -04:00
Marquis Kurt 0afdfc647a
Merge pull request #184 from hyperspacedev/HD-50-announcements
HD-50 #done
2020-03-30 18:50:41 -04:00
Marquis Kurt 07ec71f438
Implement HD-57 2020-03-28 20:43:43 -04:00
Marquis Kurt edf1f01b34
Squash warnings 2020-03-24 13:20:59 -04:00
Marquis Kurt ffe9a97d93
More work on HD-56 2020-03-24 13:06:40 -04:00
Marquis Kurt eed62306ca
Set a default canSendNotifications in settings generation 2020-03-24 11:02:15 -04:00
Marquis Kurt 0c675969c5
Update README, CI scripts, and fix Search location issue 2020-03-18 12:33:32 -04:00
Marquis Kurt 67e94d8126
Create announcement type and page 2020-03-13 16:41:45 -04:00
Marquis Kurt 8e3512a95e
Add announcement links to app bar and drawer 2020-03-13 16:02:50 -04:00
Marquis Kurt afd3a7f31c
Update getConfig to change location field if running in dev mode 2020-02-25 17:17:04 -05:00
Travis Kohlbeck b4b32efd7d prettifies post styles 2020-02-19 09:11:19 -05:00
Travis Kohlbeck f908e8656a keeps reblogger on same line as author when there is enough room 2020-02-19 09:10:09 -05:00
Travis Kohlbeck 78d7b02085 prettifies files, I need to format on save... 2020-02-18 17:34:20 -05:00
Travis Kohlbeck a168b614b2 hides account name with ellipsis instead of line break, fixes colors 2020-02-18 17:23:42 -05:00
Travis Kohlbeck 37c01fc150 prevents line breaks for author names, reblog-icon-reblogger 2020-02-18 17:15:47 -05:00
Marquis Kurt 5838039fef
Merge pull request #172 from hyperspacedev/HD-44-uneven-masonry-columns
HD-44 #done
2020-02-17 17:27:16 -05:00
Travis Kohlbeck d4663e9bf1 updates menu label based on un/following 2020-02-17 16:53:10 -05:00
Travis Kohlbeck 3542a88d98 replaces following fetch with relationships fetch, enables unfollowing 2020-02-17 16:50:30 -05:00
Travis Kohlbeck 8459102c74 removes follow account button on click 2020-02-17 14:53:35 -05:00
Travis Kohlbeck 3200086a6d prettifies Timeline.tsx 2020-02-17 12:54:04 -05:00
Marquis Kurt cc43d90607
Merge branch 'develop-1.1.0-beta4' into HD-44-uneven-masonry-columns 2020-02-17 08:19:51 -05:00