Nikita Karamov
3702f9a596
Remove pixel and only submit empty path
2022-12-21 11:59:25 +01:00
Nikita Karamov
cd8ba5b43c
Fix remember instances
...
Closes #12
2022-11-20 16:09:11 +01:00
Nikita Karamov
a87bf08e2e
Add canonical URL
2022-11-14 10:58:41 +01:00
Nikita Karamov
3c2931cab6
Add GoatCounter analytics
...
I know, it sounds horrible, but it isn't as bad as it sounds. This is a
GDPR-friendly analytics engine that respects adblockers and doesn't
store any identifying data about the page. I am using it to estimate the
visitors count of this page.
Statistics are available here:
https://share2fedi.goatcounter.com/
2022-11-14 10:58:32 +01:00
Nikita Karamov
80b1e796af
Fix font naming
2022-03-16 13:55:08 +01:00
Nikita Karamov
4ecf304519
Self-host Google Fonts
...
Due to questionable privacy policy of Google Fonts (including them being
called illegal by the Munich court [1]), I have decided to self-host the
fonts. I have used the google-webfonts-helper[2] to load the subset
version of the font.
I have also added the `local()` source so that the font will not be
loaded if the user has a font with the same name installed on their
system.
After this commit, toot requires no 3rd-party resources any more 🎉
[1]: https://rewis.io/urteile/urteil/lhm-20-01-2022-3-o-1749320/
[2]: https://google-webfonts-helper.herokuapp.com/
2022-03-16 13:44:00 +01:00
Nikita Karamov
e699cc20eb
Update years in licence headers
2022-02-12 12:36:08 +01:00
Nikita Karamov
929338c93f
Update hosting to Codeberg
2022-02-12 12:35:53 +01:00
Nikita Karamov
a5acc3dfdf
Update usernames
2022-02-02 15:32:36 +01:00
Nikita Karamov
3b8e22a507
Replace karamoff.dev with kytta.dev
2021-11-04 18:01:45 +01:00
Nikita Karamov
0ad7c5595f
Add licence identifiers to the source
...
- add SPDX licence identifiers to every source file
- add LibreJS-compatible identifiers to the JS code
2021-08-29 13:54:14 +02:00
Nikita Karamov
555ac47080
Add description of toot
...
- adds a short description to the <title>
- adds a meta tag for description
See #13
2021-08-28 16:06:57 +02:00
Nikita Karamov
7839dfa6ff
Replace JS on form with a POST request
...
Closes #12
2021-08-27 15:03:24 +02:00
Nikita Karamov
4b545f4a14
Clean up JS code
2021-08-14 21:56:17 +02:00
Nikita Karamov
1e0469ebee
Update robots.txt
2021-08-14 19:12:50 +02:00
Nikita Karamov
67808803a4
Use Prettier to format files
2021-08-14 19:12:42 +02:00
Nikita Karamov
55c1e677e0
Remove old logo.svg
2021-08-14 19:03:29 +02:00
Nikita Karamov
d16f5ffa27
Update JS pipeline
2021-08-14 18:54:32 +02:00
Nikita Karamov
d9dca764cc
Update styles pipeline
2021-08-14 18:50:53 +02:00
Nikita Karamov
f036326abe
Replace Pug with pure HTML
2021-08-14 18:33:06 +02:00
Nikita Karamov
22638faf30
Span <main> across the whole page
...
Closes #11
2021-03-17 08:52:14 +01:00
Nikita Karamov
ece0b9a865
Add placeholder for <textarea>
2021-03-12 21:20:34 +01:00
Nikita Karamov
9f8bdbfb44
Style button like the Mastodon version of it
2021-03-12 21:20:25 +01:00
Nikita Karamov
eedb55459d
Add more Mastodon-like footer
2021-03-12 21:16:02 +01:00
Nikita Karamov
c6a92c3046
New, more Mastodon-like header
2021-03-12 21:10:10 +01:00
Nikita Karamov
7415bb2093
Add Mastodon logo to site's description
...
See #6
2021-03-12 20:46:34 +01:00
Nikita Karamov
3b5d3d5264
Optimize font loading
2021-01-30 14:32:09 +01:00
Nikita Karamov
157fdef188
Use toot logo instead of text heading
2021-01-30 14:28:35 +01:00
Nikita Karamov
a29d349349
Update favicons
...
New, simpler structure courtesy of
https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs
2021-01-30 14:27:29 +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
a22563ce6d
Add EditorConfig
...
Indentation also changed to tabs
2021-01-29 22:56:37 +01: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
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
dfbea254ed
Add favicons
2020-09-23 19:13:50 +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