Commit Graph

355 Commits

Author SHA1 Message Date
Marquis Kurt 298b7606cb
Add check-prettier to GitHub actions
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-10-05 15:08:31 -04:00
Marquis Kurt 1aeb819029
Add hover on missing LinkableListItem entries
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-10-05 13:31:51 -04:00
Marquis Kurt 1797a94eaf
Fix settings verbiage
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-10-05 13:26:00 -04:00
Marquis Kurt fe5535d0b9
Hide profile pic on settings on smaller devices, fix header text
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-10-05 13:21:59 -04:00
Marquis Kurt 5b3f1c3359
Bump version to 1.0.0gm (GM)
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-10-05 13:05:50 -04:00
Marquis Kurt 122e6dbc7f
Slight revisions before Beta 7 check
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-10-04 13:41:49 -04:00
Marquis Kurt 1d2c77c429
Merge branch 'beta7' into thread-and-settings-redesigns 2019-10-04 13:08:59 -04:00
Marquis Kurt 6e7658d986
Merge branch 'beta7' into electron-badge 2019-10-04 12:57:25 -04:00
Marquis Kurt 700fd10a58
Store account ID in session storage for quicker access
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-10-03 16:48:11 -04:00
Marquis Kurt 0c785fd11a
General improvements to verify_credentials
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-10-03 16:35:26 -04:00
Marquis Kurt 9609686926
Take account from API before doing localStorage 2019-10-03 15:28:49 -04:00
Marquis Kurt 0d4ec15e44
Fix areas where localStorage couldn't be read
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-10-03 13:03:42 -04:00
Marquis Kurt e75a964a39
Add switch account UI from login and update accounts functionality
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-10-03 11:16:21 -04:00
Marquis Kurt 3229d0a337
Do the JavaScript things because object lists are weird
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-10-02 18:03:32 -04:00
Marquis Kurt 359f18a6ce
Allow removal of multi-accounts via account registry, add docs
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-10-02 16:54:24 -04:00
Marquis Kurt e52ae2e332
Create MultiAccount type and utilities for managing multiple accounts
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-10-02 16:46:56 -04:00
Marquis Kurt 74bb71631a
Perform node-mac-notifier regression
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-10-02 11:46:07 -04:00
Marquis Kurt 39f850dbd1
Perform node-mac-notifier regression 2019-10-02 11:22:49 -04:00
Marquis Kurt eac85169d9
Fix notifications not deleting due to old API, add notification badge support 2019-10-01 16:56:57 -04:00
Marquis Kurt eb2399201e
Update dependencies, add macOS Aqua theme, and patch up Settings page 2019-09-30 18:18:38 -04:00
Marquis Kurt fd2483b674
Fix changes that were reverted due to merge conflicts 2019-09-23 17:28:01 -04:00
Marquis Kurt 2e2a11360c
Add emojis to bios 2019-09-23 14:18:54 -04:00
Marquis Kurt b7e9c213e6
Fix changes in adding server block UI caused by merge conflict 2019-09-23 14:00:11 -04:00
Marquis Kurt 3f6c81f7d7
Merge branch 'beta7' into keyboard-shorcuts-73 2019-09-23 13:39:43 -04:00
Marquis Kurt bc9cc34d7d
Fix changes in About caused by regression when applying new license 2019-09-23 12:28:16 -04:00
Marquis Kurt 834a228a73
Merge branch 'beta7' into small-refinements-b
# Conflicts:
#	package.json
#	src/App.styles.tsx
#	src/App.tsx
#	src/components/AppLayout/AppLayout.styles.tsx
#	src/components/AppLayout/AppLayout.tsx
#	src/components/Attachment/Attachment.styles.tsx
#	src/components/Attachment/Attachment.tsx
#	src/components/ComposeMediaAttachment/ComposeMediaAttachment.styles.tsx
#	src/components/ComposeMediaAttachment/ComposeMediaAttachment.tsx
#	src/components/EmojiPicker/index.tsx
#	src/components/Post/Post.styles.tsx
#	src/components/Post/Post.tsx
#	src/components/Post/PostShareMenu.tsx
#	src/components/ThemePreview/ThemePreview.tsx
#	src/index.tsx
#	src/interfaces/overrides.tsx
#	src/pages/Compose.styles.tsx
#	src/pages/Compose.tsx
#	src/pages/Conversation.tsx
#	src/pages/Home.tsx
#	src/pages/Local.tsx
#	src/pages/Messages.tsx
#	src/pages/Missingno.tsx
#	src/pages/Notifications.tsx
#	src/pages/PageLayout.styles.tsx
#	src/pages/ProfilePage.tsx
#	src/pages/Public.tsx
#	src/pages/Recommendations.tsx
#	src/pages/Search.tsx
#	src/pages/Settings.tsx
#	src/pages/Welcome.tsx
#	src/pages/WelcomePage.styles.tsx
#	src/pages/You.tsx
#	src/types/Account.tsx
#	src/types/Attachment.tsx
#	src/types/Card.tsx
#	src/types/Config.tsx
#	src/types/Context.tsx
#	src/types/Emojis.tsx
#	src/types/Field.tsx
#	src/types/HyperspaceTheme.tsx
#	src/types/Instance.tsx
#	src/types/Mention.tsx
#	src/types/Notification.tsx
#	src/types/Poll.tsx
#	src/types/Relationship.tsx
#	src/types/Search.tsx
#	src/types/SessionData.tsx
#	src/types/Status.tsx
#	src/types/Tag.tsx
#	src/utilities/accounts.tsx
#	src/utilities/appbar.tsx
#	src/utilities/desktop.tsx
#	src/utilities/emojis.tsx
#	src/utilities/login.tsx
#	src/utilities/notifications.tsx
#	src/utilities/settings.tsx
#	src/utilities/themes.tsx
2019-09-23 12:16:50 -04:00
Marquis Kurt dc708732de
Merge branch 'beta7' into server-block-71
# Conflicts:
#	src/pages/About.tsx
2019-09-23 12:06:29 -04:00
Marquis Kurt 80032a36ed
Merge branch 'beta7' into small-refinements-b7
# Conflicts:
#	src/pages/About.tsx
2019-09-23 12:04:04 -04:00
Marquis Kurt 5519b31cf4
Merge branch 'beta7' into keyboard-shorcuts-73 2019-09-23 12:02:41 -04:00
Marquis Kurt 08b3fcc1f0
Switch license to NPL v1
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-09-23 11:52:25 -04:00
Marquis Kurt cbb730b793
Add extra check to make sure the account isn't from a disallowed domain (#71)
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-09-22 14:23:11 -04:00
Marquis Kurt 474df9fb81
Add server blocking functionality (#71)
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-09-22 13:54:22 -04:00
Marquis Kurt 32f9940ea2
Set up basic UI for server blocking
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-09-21 22:13:25 -04:00
Marquis Kurt 58dde4124e
Don't display developer mode banner on beta apps (closes #80)
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-09-18 18:12:18 -04:00
Marquis Kurt 37908dace6
Restore app bar shadow on non-macOS versions
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-09-18 14:25:01 -04:00
Marquis Kurt 4b2c7e9054
Use new profile page styles in edit section
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-09-18 14:24:33 -04:00
Marquis Kurt cbb7a76218
Run Prettier on all existing files
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-09-18 13:52:39 -04:00
Marquis Kurt d92ed116f3
Add Prettier to fix code styles
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-09-18 13:44:10 -04:00
Marquis Kurt 340156876d
Add "Edit profile" to account menu
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-09-18 13:35:09 -04:00
Marquis Kurt 29ae5ab09e
Trim headers on About page, move version to underneath header text, put app version first
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-09-18 13:28:57 -04:00
Marquis Kurt d3f1c890e6
Remove unnecessary console logs in App
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-09-18 13:28:20 -04:00
Marquis Kurt ac1787adde
Remove unnecessary console log statements in App
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-09-18 13:27:01 -04:00
Marquis Kurt 7ea899c462
Add appbar utility, finalize profile page styles
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-09-15 17:12:15 -04:00
Marquis Kurt 94636d835c
Merge branch 'beta6' into profile-page-81 2019-09-15 16:20:38 -04:00
Marquis Kurt 858117918c
Rearrange components in profile page hero
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-08-22 18:07:33 -04:00
Marquis Kurt 5c8c6ed3de
Use toolbar icons in favor of buttons
Signed-off-by: Marquis Kurt <software@marquiskurt.net>
2019-08-22 10:56:39 -04:00
bleonard252 2ad4ddd4f6 work on hyperspacedev#69
Signed-off-by: bleonard252 <bleonard252@rocketmail.com>
2019-06-29 14:55:18 -04:00
bleonard252 411328b3a7 add basic pleroma check, stores in localStorage['isPleroma']
Signed-off-by: bleonard252 <bleonard252@rocketmail.com>
2019-06-29 13:57:03 -04:00
Marquis Kurt 143ca3dae5 Truncate descriptions that are over 500 chars 2019-05-24 17:59:35 -04:00
Marquis Kurt 572b34f79e Fix #47 2019-05-24 17:51:54 -04:00
Marquis Kurt b8765bd109 Convert #61 check to function 2019-05-24 17:51:41 -04:00
Marquis Kurt 98d98f6824 Redirect to correct links during search when on desktop 2019-05-22 18:52:19 -04:00
Marquis Kurt 647474b9b7 Fluidly change vibrancy 2019-05-17 13:02:48 -04:00
Marquis Kurt ddcc204846 Add vibrancy effects to sidebar on macOS 2019-05-17 11:42:30 -04:00
Marquis Kurt 5a753d33c8 Pull search bar changes from muted-dark-mode 2019-05-17 10:37:01 -04:00
Marquis Kurt 00a65f13bc Merge branch 'beta4' of github.com:hyperspacedev/hyperspace into darwin-themes 2019-05-17 10:26:16 -04:00
Marquis Kurt 157793722f Merge branch 'beta4' of github.com:hyperspacedev/hyperspace into electron 2019-05-17 10:15:18 -04:00
Marquis Kurt 50f94dc6e8 Add background shades when in macOS app, lower drawer z index 2019-05-16 11:32:22 -04:00
Marquis Kurt 01bf4e9ac5 Change theme based on macOS settings (desktop) 2019-05-16 11:00:37 -04:00
Marquis Kurt e81431d676 Add watch functions to textfields 2019-05-13 11:22:35 -04:00
Marquis Kurt 935e8c113e Add migration from 0.7 2019-05-13 09:42:51 -04:00
Marquis Kurt b2dbdf6931 Add titlebar, update gitignore, add titlebar to Welcome page 2019-05-12 14:11:21 -04:00
Marquis Kurt 4fb7318041 Add titlebar and docs 2019-05-12 12:44:39 -04:00
Marquis Kurt d1154f77b4 Make redirection work for hyperspace://protocol 2019-05-11 16:03:40 -04:00
Marquis Kurt bbf994cecc Start writing protocol behaviors seen in vector-im/riot-web 2019-05-11 13:18:17 -04:00
Marquis Kurt deecd99845 Fix merge conflicts 2019-05-11 12:59:36 -04:00
Marquis Kurt 9e6e509f30 Use new Federation scheme, convert JSON values for bools to boolean 2019-05-08 15:24:36 -04:00
Marquis Kurt 87d5c8af25 Update About page 2019-05-08 15:08:08 -04:00
Marquis Kurt ced1dfc3b5 Use federation.universalLogin in Welcome 2019-05-08 09:14:46 -04:00
Marquis Kurt 4987040a39 Expand "federated" to a Federation type with controls 2019-05-08 09:08:20 -04:00
Marquis Kurt 9403cd14b2 Pull latest changes from Beta 4 2019-05-08 09:02:34 -04:00
Marquis Kurt 04ef3aca1e Create app info card 2019-05-06 15:39:58 -04:00
Marquis Kurt b3504a82cf Design new card (inspired by #46) 2019-05-06 13:52:07 -04:00
Marquis Kurt b69e8ef220 Fix account icons 2019-05-03 14:25:40 -04:00
Marquis Kurt d54f573b64 Change to Bell Alert icon 2019-05-03 14:23:22 -04:00
Marquis Kurt fd9fa9ba73 Resolve merge conflicts 2019-05-03 13:11:53 -04:00
Marquis Kurt fd442bb2b1 Change URLs 2019-05-03 13:09:33 -04:00
Nodar Sotkilava 1536247af4 deleted extra error function calls
added console.error()
2019-05-03 11:52:22 -04:00
Marquis Kurt 6dbd6b6224 Redirect to localhost when config set to desktop 2019-05-02 16:49:09 -04:00
Nodar Sotkilava 63775d6d91 Show new name on snackbar, updated mesasages 2019-05-02 15:06:43 -04:00
Nodar Sotkilava 0c3fc53db2 Added functionality to update Bio and Display Name 2019-05-02 14:39:21 -04:00
Marquis Kurt 206937cdb6 Fix merge conflicts 2019-04-29 21:07:35 -04:00
Marquis Kurt e3357809a3 Merge branch 'b2u3' of github.com:hyperspacedev/hyperspace into edit-profile 2019-04-29 21:06:30 -04:00
Marquis Kurt ad34581293 Merge branch 'b2u3' of github.com:hyperspacedev/hyperspace into media-uploads 2019-04-29 14:58:24 -04:00
Marquis Kurt 1c59f2b6d8
Merge pull request #35 from hyperspacedev/brand-name-takeover
Fix #34
2019-04-29 14:55:46 -04:00
Marquis Kurt 6ed271f349 Fix well-known login caused by faulty check in federation status 2019-04-29 14:44:05 -04:00
Marquis Kurt 80a59081e9 Fix brand name stuff in AppLayout 2019-04-29 14:38:28 -04:00
Marquis Kurt 747a71df6e Merge branch 'b2u3' of github.com:hyperspacedev/hyperspace into settings-icons 2019-04-28 15:56:12 -04:00
Marquis Kurt b89ff971f7 Merge branch 'b2u3' of github.com:hyperspacedev/hyperspace into media-uploads 2019-04-28 15:55:51 -04:00
Marquis Kurt 3f62066b8c Pull from b2u3 (error?) 2019-04-28 15:52:08 -04:00
Marquis Kurt 7ebfff138b Dynamically change app name in rrgistry, change name in Welcome pages 2019-04-28 15:50:18 -04:00
Marquis Kurt 1a05cb9417 Dynamically change Hyperspace name in settings 2019-04-28 15:38:44 -04:00
Marquis Kurt 8bf135ed93 Assign key to media uploading sb, change variants, close in catch (fix #32) 2019-04-28 13:16:21 -04:00
Marquis Kurt 32f3583698 Add icons to Settings options (depends on #14 before close) 2019-04-28 12:46:26 -04:00
Marquis Kurt 733c772705 Pull from b2u3 2019-04-27 19:24:02 -04:00
Marquis Kurt 04c784f342
Merge pull request #31 from hyperspacedev/defederate
More control on defederation settings
2019-04-27 19:21:27 -04:00
Marquis Kurt ff0836c8cc
Merge pull request #29 from hyperspacedev/attract-theme
Update themes and empty text padding CSS
2019-04-27 19:18:03 -04:00
Marquis Kurt 549cf39c75 Hide "Not from x?" message when defederated 2019-04-27 19:15:50 -04:00
Marquis Kurt 3010a77c9b Merge branch 'b2u3' of github.com:hyperspacedev/hyperspace into defederate 2019-04-27 19:05:16 -04:00
Marquis Kurt bccca4d70f Make titleBarRoot draggable in desktop (For something much later) 2019-04-27 17:11:24 -04:00
Marquis Kurt e5b873a710 Remove unecessary IconButton import 2019-04-27 17:03:29 -04:00
Marquis Kurt 0780ac256d Use third-party icon for edit profile, revert AppLayout to Edit icon 2019-04-27 16:34:25 -04:00
Marquis Kurt 25c6b04831 Add 'Edit profile' button to profile page (selective) and change post icon 2019-04-27 16:12:26 -04:00
Marquis Kurt 13bcc99b07 Add header/avatar image upload support 2019-04-27 15:49:10 -04:00
Marquis Kurt b6c8448b0a Update UI to resemble profile page 2019-04-27 15:23:33 -04:00
Marquis Kurt aca4af53ea Create basic UI 2019-04-27 15:00:01 -04:00
Marquis Kurt 041be26533 Create new edit profile page at /you 2019-04-27 14:33:56 -04:00
Marquis Kurt 3e2c40aaae Moved override class to CSS classname and applied to links manually 2019-04-27 14:01:49 -04:00
Marquis Kurt db3913ddc3 Add stricter input checking on usernames based on federation 2019-04-27 13:37:36 -04:00
Marquis Kurt 48a68c5ee6 Hide Public option in composer visibility (#28) 2019-04-27 13:24:24 -04:00
Marquis Kurt d06b91d8bc Disable public visibility in Settings when defederated 2019-04-27 13:21:24 -04:00
Marquis Kurt 36aa75464d Add emptyTextPadding, change no results for accounts section in search 2019-04-27 12:43:43 -04:00
Marquis Kurt a862ec5ab0 Replace King theme with Classic theme 2019-04-27 12:34:58 -04:00
Marquis Kurt b9af9cc26f Change Attract theme colors 2019-04-27 12:28:10 -04:00
Marquis Kurt c9dd04a6c4 Add version number and changed login help string 2019-04-26 15:53:40 -04:00
Marquis Kurt ffc81ff476 Wrap 'Authorize' text in Typograhpy element 2019-04-26 14:17:22 -04:00
Marquis Kurt 07b5453a82 Update post from response request when boosting or unboosting 2019-04-26 13:20:20 -04:00
Marquis Kurt 5fab850340 Add a reply button to notifications with a status and mention type 2019-04-25 18:55:43 -04:00
Marquis Kurt 03cf5c0f4e Merge branch 'b2u2' of github.com:hyperspacedev/hyperspace into notification-streaming 2019-04-25 18:32:32 -04:00
Marquis Kurt 4d8cd88d8a
Merge pull request #18 from hyperspacedev/profile-with-no-posts
Fix #13
2019-04-25 18:31:17 -04:00
Marquis Kurt 1c663dc079 Add setState to else clause 2019-04-25 18:28:30 -04:00
Marquis Kurt 2c4975f6be Add streamListener to Notifications page & add new notifs (#19) 2019-04-25 16:44:02 -04:00
Marquis Kurt 4db838590d Make all avatars clickable and change profile button to new icon 2019-04-24 17:12:08 -04:00
Marquis Kurt 5ae9f688e7 Add linkable avatar and add 'view profile' button as action (fixes #15) 2019-04-24 16:49:22 -04:00
Marquis Kurt 80f0bac51b Make a LinkableAvatar and link avatar to profile (reblogged or not) (fixes #17) 2019-04-24 16:35:08 -04:00
Marquis Kurt 63a9a5d7d9 Check that posts's length is greater than 0 before running (fix #13) 2019-04-24 14:29:33 -04:00
Marquis Kurt 5a785c50c8 Pass baseurl in createApp call of createHyperspaceApp (#8) 2019-04-23 20:08:28 -04:00
Marquis Kurt 00e8d0bb36 Use registerApp from gopherdon/app 2019-04-23 16:32:57 -04:00
Marquis Kurt b0313edfc0 Add notifications for sign-in failure 2019-04-23 13:06:31 -04:00
Marquis Kurt 7492d29fc8 View thread contextually (reblog or regular) 2019-04-23 08:55:18 -04:00
Marquis Kurt d3a142ea54 Add alternate login method 2019-04-22 19:05:30 -04:00
Marquis Kurt 4f676cec64 Remove 404 reference 2019-04-21 16:50:23 -04:00
Marquis Kurt 8536dedf2c Add 404 redirect, essentially 2019-04-21 16:14:03 -04:00
Marquis Kurt 55cc89a386 Add theme preview label 2019-04-21 15:32:12 -04:00
Marquis Kurt 98a7f8fe22 Fix links in About page 2019-04-21 15:10:16 -04:00
Marquis Kurt fc53bdf1f4 Fix styles on welcome page with system theme detection 2019-04-21 14:32:49 -04:00
Marquis Kurt fd617210eb Add tooltips to Recommendation buttons 2019-04-21 14:18:25 -04:00
Marquis Kurt 20a4e1564c Re-organize mobile menu 2019-04-21 14:03:53 -04:00
Marquis Kurt 6579efde11 Notification badge on mobile, put badge setting for everywhere 2019-04-21 13:56:18 -04:00
Marquis Kurt b97a61986d Create Recommendations page 2019-04-21 13:45:47 -04:00
Marquis Kurt e0a7034bfd Changed name of themes, remove "Brother" and "Scientist" themes 2019-04-21 12:45:29 -04:00
Marquis Kurt 22abbba08c Add details to Appearance settings 2019-04-21 12:42:02 -04:00
Marquis Kurt f2e384ad97 Add setting for system-determined dark mode 2019-04-21 12:39:22 -04:00
Marquis Kurt bd926d31c4 Create get/set for defaultVIsibility setting 2019-04-20 17:23:08 -04:00
Marquis Kurt f25af3d06a Add default compose visibility setting 2019-04-20 17:14:47 -04:00
Marquis Kurt 4fce1d81c1 Reword theme setting 2019-04-20 16:39:35 -04:00
Marquis Kurt efcde92331 Add theme preview and new 'Bliss' theme 2019-04-20 16:35:38 -04:00
Marquis Kurt 07bb8ff868 Clarify wording on settings refresh 2019-04-20 15:18:11 -04:00
Marquis Kurt ad7b4c798a Clear badge only if setting for all badge count is false (fixes #7) 2019-04-20 15:12:48 -04:00
Marquis Kurt 6cde355870 Trim notification text in Notifications page 2019-04-20 15:09:15 -04:00
Marquis Kurt a92693bb84 Add location param to config (redirect URI) (#8) 2019-04-20 14:59:32 -04:00
Marquis Kurt e218f2ded9 Fix padding and simplify toolbar on mobile devices 2019-04-19 15:26:22 -04:00
Marquis Kurt b3b19aeb9f Trim repo name on About when on mobile 2019-04-19 15:12:04 -04:00
Marquis Kurt c76b29ac40 Add displayAllOnNotificationBadge setting (fixes #3) 2019-04-19 14:57:35 -04:00
Marquis Kurt 1c23774f50 Update notification strings (#2) 2019-04-19 14:45:27 -04:00
Marquis Kurt 58826fc14b Disable notification switch when user denies permissions 2019-04-19 14:43:06 -04:00
Marquis Kurt a5ffae3f8a More tooltips and welcome page cleanups 2019-04-12 14:26:27 -04:00
Marquis Kurt d64e8ab39e More minor tooltip improvements 2019-04-12 13:53:48 -04:00
Marquis Kurt 1ae01a3226 Added tooltip over post icon 2019-04-12 13:44:43 -04:00
Marquis Kurt ba02f05395 Add refresh settings option 2019-04-12 13:39:24 -04:00
Marquis Kurt a8d720cd5d Add register tooltip 2019-04-09 16:58:45 -04:00
Marquis Kurt 3bf99531cd Re-organize about and verify instance name with Mastodon server 2019-04-09 16:53:00 -04:00
Marquis Kurt c05eedd4c4 Add 'repository' to config 2019-04-08 16:21:24 -04:00
Marquis Kurt b68fb9e860 Add Cmd+Enter functionality to compose window 2019-04-08 16:10:21 -04:00
Marquis Kurt b580d7059b Add ability to delete posts from menu 2019-04-08 15:56:55 -04:00
Marquis Kurt 49e92c0d23 Update About to work with admin name field for config 2019-04-08 15:47:41 -04:00
Marquis Kurt e04fd587c8 Configuration settings 2019-04-08 14:31:20 -04:00
Marquis Kurt 2397dd6b56 Make config own function 2019-04-07 18:31:18 -04:00
Marquis Kurt 4025eab685 Basic message UI (todo: Make chat UI) 2019-04-07 18:22:39 -04:00
Marquis Kurt 204a9295b3 Add logout to mobile, fix margins 2019-04-07 17:33:19 -04:00
Marquis Kurt 9b02639b4b Add login via routing! 2019-04-07 17:25:39 -04:00
Marquis Kurt fb663257fd Update composer tooltip 2019-04-06 13:42:11 -04:00
Marquis Kurt 4978af6b6e Fix streaming, add poll support to composer 2019-04-06 13:41:43 -04:00
Marquis Kurt 27b6c92c22 More emoji options 2019-04-05 16:45:54 -04:00
Marquis Kurt 339233a00d Emoji support in Composer 2019-04-05 16:29:11 -04:00
Marquis Kurt ba9d95dc8d Use params 2019-04-05 13:22:30 -04:00
Marquis Kurt c64cf59165 Update composer with media attachment support 2019-04-05 12:44:03 -04:00
Marquis Kurt 5e679e5a6b Start work on Compose page 2019-04-03 20:01:54 -04:00
Marquis Kurt 38a2dfad91 Minor improvs 2019-04-02 21:57:09 -04:00
Marquis Kurt 7857ff49b6 Search by tag 2019-04-02 21:15:51 -04:00
Marquis Kurt d32c0730fe Get basic search working 2019-04-02 17:28:04 -04:00
Marquis Kurt d4580b0cb5 Show notification badge and display notifs when not in focus 2019-04-01 13:48:00 -04:00
Marquis Kurt 5daec27ad7 Scroll to other posts only when they aren't the top post 2019-03-31 22:15:56 -04:00
Marquis Kurt caf4a3846e Reduce size between mentions and tags 2019-03-31 22:11:08 -04:00
Marquis Kurt 35df20ce8a Add Conversation UI 2019-03-31 21:56:41 -04:00
Marquis Kurt 6dc2b2dc0d Some timeline fixes 2019-03-31 18:18:04 -04:00
Marquis Kurt 0c8ae28e91 Change hastag params to better match search 2019-03-31 18:03:20 -04:00
Marquis Kurt a64f88931c Fix profile page buttons 2019-03-31 17:53:17 -04:00
Marquis Kurt db9447a80f Work on notifications 2019-03-31 16:49:09 -04:00
Marquis Kurt 51ed21c39c Add tags, remove some anchors, and put new posts behind 'View more' 2019-03-30 21:20:55 -04:00
Marquis Kurt b8f9035be1 Work on adding basic posts 2019-03-30 17:13:49 -04:00
Marquis Kurt 911a25506d Add profile page UI 2019-03-28 16:46:19 -04:00
Marquis Kurt 7f1351fb3a Work on notifications utilities 2019-03-28 09:24:38 -04:00
Marquis Kurt 8c4aebf4c5 Work on fetching instance info 2019-03-27 22:01:55 -04:00
Marquis Kurt 5880abd7ae Get some data from Mastodon 2019-03-27 19:24:52 -04:00
Marquis Kurt fec1a94e59 More routing, page work, and settings stuff (including themes!) 2019-03-27 17:39:25 -04:00
Marquis Kurt cf9b39f068 Add other routes 2019-03-27 12:42:04 -04:00
Marquis Kurt 3e18f24b56 Start React routing 2019-03-26 20:35:30 -04:00
Marquis Kurt c51b80afc3 Add extra theme 2019-03-25 21:53:47 -04:00
Marquis Kurt 799b87a202 Create basic app layout 2019-03-25 21:37:02 -04:00