Commit Graph

44 Commits

Author SHA1 Message Date
Nikita Karamov 86e45d4f7b
Update toot logo to be more Mastodon-like
See #6
2021-01-30 14:25:48 +01:00
Nikita Karamov 6d168384a1
Increase build speeds for Sass by using sync mode 2021-01-30 02:02:59 +01:00
Nikita Karamov a95f3ab4d7
Update and remove unused dependencies 2021-01-30 02:00:12 +01:00
Nikita Karamov 998784aa68
Update LICENSE in package.json 2021-01-30 00:49:58 +01:00
Nikita Karamov dc6e100993
Migrate license from MIT to AGPL-3.0
This was done to be accordance with Mastodon's projects' licenses
2021-01-30 00:48:40 +01:00
Nikita Karamov 8123133404
Move assets to /assets/ 2021-01-30 00:38:15 +01:00
Nikita Karamov 2bb0d2c2a4
Update year in LICENSE 2021-01-30 00:02:22 +01:00
Nikita Karamov 311ceccde0
Add CHANGELOG file 2021-01-30 00:01:37 +01:00
Nikita Karamov e1940a97b2
Mark current version as 1.0.0 2021-01-29 22:59:07 +01:00
Nikita Karamov ebc8a7172a
Update .gitignore 2021-01-29 22:58:26 +01:00
Nikita Karamov a22563ce6d
Add EditorConfig
Indentation also changed to tabs
2021-01-29 22:56:37 +01:00
dependabot[bot] 630db8d4b2 Bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-25 13:55:39 +03:00
Nikita Karamov f660edf9fc
Replace Patreon with GitHub Sponsor 2020-10-07 20:18:56 +02:00
Nikita Karamov b64d34390c
Merge pull request #4 from andybalaam/open-in-same-tab
Open Mastodon in the same tab
2020-09-25 12:04:44 +02:00
Andy Balaam 0563c29dd6 Open Mastodon in the same tab 2020-09-25 00:51:25 +01:00
Nikita Karamov ba270b5bb9
Merge pull request #1 from andybalaam/list-instances 2020-09-24 16:06:35 +02:00
Andy Balaam dd4fb48516
Remove styling for select since we are not using it
Co-authored-by: Nikita Karamov <nick@karamoff.dev>
2020-09-24 10:59:56 +01:00
Andy Balaam 315b2c6ee6
Remove styling for select since we are not using it
Co-authored-by: Nikita Karamov <nick@karamoff.dev>
2020-09-24 10:59:49 +01:00
Andy Balaam 3cc3c96a3e
Avoid adding empty entries to the donain list, when nothing is chosen.
Co-authored-by: Nikita Karamov <nick@karamoff.dev>
2020-09-24 10:59:25 +01:00
Andy Balaam d4bf9e6456 Use an input with associatied datalist instead of select, for instances list 2020-09-24 10:03:42 +01:00
Andy Balaam 7850cece52 Use XMLHttpRequest (for IE 11 compatibility) 2020-09-24 09:28:46 +01:00
Andy Balaam 4d36c872ca Make instance list appearance consistent with other controls 2020-09-24 09:09:35 +01:00
Andy Balaam e8b9390343 Include the prefilled domain in the list, in the correct sort order 2020-09-24 09:07:17 +01:00
Andy Balaam 70d484d8a1
Construct the URL using normalizeUrl
Co-authored-by: Nikita Karamov <nick@karamoff.dev>
2020-09-24 08:42:23 +01:00
Andy Balaam e27cb3f123 Don't remove the prefilled entry when loading the instances 2020-09-24 08:39:45 +01:00
Andy Balaam 06f7c372b5 Extract the domain by properly parsing the instance URL 2020-09-24 08:27:27 +01:00
Nikita Karamov b592c86319
Merge pull request #2 from andybalaam/reword-remember
Reword the Remember checkbox
2020-09-24 08:50:30 +02:00
Andy Balaam 41baf15483 Reword the Remember checkbox 2020-09-24 02:12:39 +01:00
Andy Balaam 303b0d1903 Provide a list of Mastodon servers from joinmastodon.org 2020-09-24 02:08:07 +01:00
Nikita Karamov 893d9cba00
Update README.md
Add logo copyright and remove early mention of shareon
2020-09-23 19:59:55 +02:00
Nikita Karamov 8201ef5b32
Add logo to README 2020-09-23 19:15:08 +02:00
Nikita Karamov dfbea254ed
Add favicons 2020-09-23 19:13:50 +02:00
Nikita Karamov c415f91546
Update README 2020-09-23 18:39:38 +02:00
Nikita Karamov 1e754fbfc2
Normalize URL coming from URI parameters 2020-09-23 18:39:32 +02:00
Nikita Karamov 2bc5833fca
More IE 11 hacks 2020-09-23 18:32:36 +02:00
Nikita Karamov ee1089ef65
Allow prefilling instance URL from parameter 2020-09-23 18:32:29 +02:00
Nikita Karamov 1e37b3ae21
Rename "Toot" button 2020-09-23 18:31:37 +02:00
Nikita Karamov bf84356401
Add post text 2020-09-23 18:21:33 +02:00
Nikita Karamov 1f9cec2269
Add sharing functionality 2020-09-23 18:10:47 +02:00
Nikita Karamov 1e0255b374
Minify sources 2020-09-23 18:10:19 +02:00
Nikita Karamov 99fb29c448
Move browserslist to separate file 2020-09-23 18:09:46 +02:00
Nikita Karamov 5b697c70c4
Design basic page 2020-09-23 16:08:38 +02:00
Nikita Karamov b617ff258b
Initial setup 2020-09-23 16:08:21 +02:00
Nikita Karamov e85aa15400 Initial commit 2020-09-23 12:55:53 +02:00