Fabian Wunsch
bf834a6565
Cleaned up calculateCenter function
...
While I still don't understand what it's doing exactly, I noticed that
the 2 iterations of the loop are unnecessary, and afterwards found out
that the change to area is equal to f. Furthermore I replaced the `~~`
flooring with Math.floor for better readability, since this function
get's executed once per submission and the speed benefits of `~~` are
neglectable.
2022-04-09 21:04:08 +02:00
Hans5958
733decc20f
Merge pull request #1144 from Hans5958/uwu
2022-04-09 18:08:56 +07:00
Hans5958
5306f83673
Change position and size of coords, move show list button below overlay
...
Put it on top left so it is not awkward
2022-04-09 17:55:34 +07:00
Hans5958
4bbc7fdaea
Manual edits
2022-04-09 17:28:12 +07:00
Hans5958
4ce2afb60b
Console logs haven't been removed?!
2022-04-09 17:24:30 +07:00
Stefano
75ba633f92
Merge pull request #1092 from Hans5958/owo
...
Various fixes, improve script again and web
2022-04-09 12:20:24 +02:00
Hans5958
bdb1ccccd5
Run formatter
2022-04-09 16:34:03 +07:00
Hans5958
a870d33cf8
Refactor to avoid code duplicates
2022-04-09 16:33:10 +07:00
Hans5958
331e7bdb5a
Use arguments on one log
...
You can use arguments on console log and you can access the error like normal
2022-04-09 16:33:10 +07:00
Hans5958
f6b89ac7c1
Remove redundant here and link "our Discord server" instead
2022-04-09 16:33:10 +07:00
Hans5958
7b2e9af945
Improve Donation window
2022-04-09 16:33:10 +07:00
Hans5958
bf3c5c1255
Fix z-index again
2022-04-09 16:33:10 +07:00
Hans5958
0dad9761dc
Use commas instead of x for coords
...
Since the coords shown on top left is in comma
2022-04-09 16:33:10 +07:00
Hans5958
98e60fc14b
Avoid creating duplicates on diff mode
...
So we don't have more than 2x as much of entries on this mode
2022-04-09 16:33:10 +07:00
Hans5958
babb9fdd5a
Correct z-index so no lines above entries background
2022-04-09 16:33:10 +07:00
Hans5958
d7861baff3
Finally make explore mode work, small refactor
...
Oh man, these element structures were quite inefficient...
2022-04-09 16:33:10 +07:00
Hans5958
eab2da0e22
Fix wonky authors
2022-04-09 16:33:10 +07:00
Hans5958
ae4ca99262
Redirect error reports to Discord
2022-04-09 16:33:10 +07:00
Hans5958
c5661e6cbc
Update About page, change z-index of some elements
...
Add links to Ko-Fi and Patreon, change link to 2017 Place, typo changes, align back buton
2022-04-09 16:33:10 +07:00
Hans5958
7ecf35964d
Remove versions from script and CSS tags
...
Seems unnecessary in Netlify. Revert if needed.
2022-04-09 16:33:10 +07:00
Hans5958
804159e116
Reduce copyright notice, add 2022 contributors, add missing notice
...
The lengthy boilerplate is unnecessary, especially since it is already linked. The type of license can stay there instead.
2022-04-09 16:33:10 +07:00
Hans5958
a19ee7d65a
Use HTTPS link to license
2022-04-09 16:33:09 +07:00
Hans5958
b20ebed52d
Fix prod domain
2022-04-09 16:33:09 +07:00
Hans5958
8572d5799e
Wrong CSS selector
...
Why I do always got last-minute bugs, for christ sake?
2022-04-09 16:33:09 +07:00
Hans5958
b5ee700b00
Forgot to also parse subreddits
2022-04-09 16:33:09 +07:00
Hans5958
31101f8211
Forgot to avoid IndexError
2022-04-09 16:33:09 +07:00
Hans5958
eb0168d736
Use pointer
2022-04-09 16:33:09 +07:00
Hans5958
cc4bd5b6da
Remove entries with less than 3 points
2022-04-09 16:33:09 +07:00
Hans5958
7c1fcf06e3
Hide diff on prod domain
2022-04-09 16:33:09 +07:00
Hans5958
2723f9ed17
Convert it into dropdown
2022-04-09 16:33:09 +07:00
Hans5958
dec32c648f
Capitalization fix
2022-04-09 16:33:09 +07:00
Hans5958
9c4aea3c3b
Use button class instead of referring IDs
2022-04-09 16:33:09 +07:00
Hans5958
a996899814
Add ensure_ascii=False
2022-04-09 16:33:09 +07:00
Hans5958
dfcc8e691a
Use "entries" instead of ambiguous "count"
2022-04-09 16:33:09 +07:00
Hans5958
7ee2e5a15a
Remove atlas-before-ids-migration from formatter
2022-04-09 16:33:09 +07:00
Hans5958
9053d6d106
Add docs on formatter, move path length checker to formatter
2022-04-09 16:33:09 +07:00
Hans5958
9dc9450524
Smart quotes, why? Get lost.
2022-04-09 16:33:09 +07:00
Hans5958
69ecd7351f
Move subreddit-formatted websites to subreddit
2022-04-09 16:33:09 +07:00
Cheng Hann Gan
68690b2c39
Merge pull request #1139 from AnonymousRandomPerson/cleanup
...
Updated Argentina entries
2022-04-09 03:43:04 -04:00
AnonymousRandomPerson
9a62fada50
Updated Argentina entries
2022-04-09 03:42:26 -04:00
Stefano
c902d81c2f
Merge pull request #1137 from lchi123/cleanup
...
Hermitcraft fixes
2022-04-09 09:38:06 +02:00
Stefano
52d577d8d4
Merge branch 'cleanup' into cleanup
2022-04-09 09:38:00 +02:00
lchi123
c5b24dbd66
Hermitcraft face descriptions edits
...
Fixed some bad descriptions, corrected some which were completely incorrect, and fixed a dozen or so website links.
2022-04-08 23:41:39 -07:00
Cheng Hann Gan
5d2c7d1bb3
Merge pull request #1136 from AnonymousRandomPerson/cleanup
...
Cleanup
2022-04-09 02:29:53 -04:00
Cheng Hann Gan
28b53375b7
Merge pull request #1133 from carlyc99/fixups
...
Update twlcx8 coords 2
2022-04-09 02:26:52 -04:00
AnonymousRandomPerson
d99d4ae4f4
Updated Brazil entries
2022-04-09 02:25:05 -04:00
AnonymousRandomPerson
f2a5361172
Updated bound baby
2022-04-09 01:09:31 -04:00
AnonymousRandomPerson
cc08cf2044
Updated jan pi Toki Pona
2022-04-09 00:59:19 -04:00
lchi123
f8fca28a6c
Hermitcraft face descriptions edits
...
Fixed some bad descriptions, corrected some which were completely incorrect, and fixed a dozen or so website links.
2022-04-08 21:36:47 -07:00
lchi123
97a044f165
Add files via upload
2022-04-08 21:34:27 -07:00