Hans5958
|
f92901af74
|
Remove decimals on path and center, remove unused code
|
2022-05-17 19:33:31 +07:00 |
|
mxdanger
|
fa725b2d56
|
Added timeline slider scroll wheel incrementation
|
2022-05-09 23:03:23 -07:00 |
|
mxdanger
|
e1e9539371
|
Fixes and code cleanup
* Fixed cursor states
* Disabled hover effects for side menu entries when selection locked
|
2022-05-07 22:22:01 -07:00 |
|
mxdanger
|
486a2ac278
|
Updated lines function and added move cursor
|
2022-05-06 15:08:45 -07:00 |
|
Hans5958
|
cc57d2bc4f
|
Remove ending semicolon
|
2022-05-06 14:41:22 +07:00 |
|
Hans5958
|
9413a235de
|
Use proper way for default values on args
|
2022-05-01 11:06:04 +07:00 |
|
Hans5958
|
49f0e631cb
|
Avoid another update on hash linking, allow code-only period on default
The code-only period is just "".
|
2022-04-29 21:11:01 +07:00 |
|
Hans5958
|
da47e0f3a8
|
Add linking specific period, support code-only periods
Code-only periods (such as T, excluding default even though it is possible) will take the default value.
|
2022-04-29 20:48:40 +07:00 |
|
Hans5958
|
5eb1c54cd7
|
Improve lead paragraph on about, update author, fix capitalization
|
2022-04-29 12:31:12 +07:00 |
|
Hans5958
|
e32435a1b1
|
Convert remaining /r/place to r/place
|
2022-04-28 17:43:03 +07:00 |
|
mxdanger
|
268e69cc04
|
Updated loading overlay
|
2022-04-28 02:44:46 -07:00 |
|
mxdanger
|
332684c604
|
Merge branch 'remaster' into interface
|
2022-04-25 16:56:23 -07:00 |
|
Hans5958
|
3069717da9
|
Change attribution to "Place Atlas contributors"
|
2022-04-23 20:30:54 +07:00 |
|
Hans5958
|
02a6ad3499
|
Remove console log comments
|
2022-04-23 20:28:32 +07:00 |
|
mxdanger
|
c34af77348
|
Merge remote-tracking branch 'upstream/remaster' into interface
|
2022-04-21 17:33:30 -07:00 |
|
mxdanger
|
c55d3b8b24
|
Major UI redesign
|
2022-04-20 01:54:58 -07:00 |
|
Hans5958
|
91465afda1
|
Fix bugs of new center algorithm to make it work
|
2022-04-17 13:51:59 +07:00 |
|
Fabian Wunsch
|
c01610774d
|
Merge branch 'remaster' into new-center-algorithm
|
2022-04-17 08:31:51 +02:00 |
|
Hans5958
|
2e728ef20f
|
Fix no-var problems (ESLint), run formatter on JS
|
2022-04-16 22:26:37 +07:00 |
|
Hans5958
|
4be8a36839
|
Fix prefer-const problems (ESLint)
|
2022-04-16 22:26:37 +07:00 |
|
Hans5958
|
12efb7608f
|
Comment out console logs
|
2022-04-16 22:25:11 +07:00 |
|
Hans5958
|
d676dff31a
|
Editing on canvas variations done, rename vars for clarity
|
2022-04-16 22:25:11 +07:00 |
|
Hans5958
|
81ba896e73
|
Viewing on canvas variations done
|
2022-04-16 22:25:11 +07:00 |
|
Hans5958
|
4648401a38
|
Put multiple periods in different groups, fix diff
Multiple periods part is untested
|
2022-04-16 22:25:11 +07:00 |
|
Hans5958
|
bbcf813bde
|
Discord and Reddit fields, bug fix on drawing new entries, auto-resize text area
|
2022-04-16 22:25:11 +07:00 |
|
Hans5958
|
cdc4e4458c
|
Implement links object, convert old format to new on init
Co-authored-by: Fabian Wunsch <fabian@uriah.heep.sax.de>
Co-authored-by: mxdanger <32040254+mxdanger@users.noreply.github.com>
|
2022-04-16 22:25:11 +07:00 |
|
Hans5958
|
9df8c3dd8a
|
Update time when atlas loaded
Co-authored-by: Fabian Wunsch <fabian@uriah.heep.sax.de>
|
2022-04-16 22:25:11 +07:00 |
|
Hans5958
|
225d44b146
|
Use URLSearchParams, keep using search params for edit id
|
2022-04-16 22:25:11 +07:00 |
|
Hans5958
|
2d20e0931d
|
Add entry periods
|
2022-04-16 22:25:11 +07:00 |
|
Hans5958
|
904fee390b
|
Improve canvas loading
A
|
2022-04-14 21:05:45 +07:00 |
|
Fabian Wunsch
|
4ae1bab064
|
final import fix
|
2022-04-12 16:45:07 +02:00 |
|
Wayland-Smithy
|
f00f68a17a
|
Hash (tag) takeover
|
2022-04-11 19:52:07 +07:00 |
|
Wayland-Smithy
|
e86d3f4258
|
Use hash for id highlight
|
2022-04-11 19:52:07 +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
|
7b2e9af945
|
Improve Donation window
|
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
|
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
|
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
|
b20ebed52d
|
Fix prod domain
|
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 |
|
Stefano
|
bb5db95158
|
Merge branch 'master' into diffdel
|
2022-04-08 23:37:02 +02:00 |
|
unknown
|
68f5f8b5e5
|
Improved diffview
|
2022-04-08 17:12:39 -03:00 |
|
Stefano Haagman
|
2f84c98e60
|
Lighthouse
|
2022-04-08 16:13:50 +02:00 |
|
Stefano Haagman
|
15624c9db2
|
test
|
2022-04-08 15:56:22 +02:00 |
|
Wayland-Smithy
|
b0b1215d7f
|
Add diff modes
|
2022-04-07 21:06:16 -07:00 |
|
Alex Tsernoh
|
880399eb8c
|
disable atlas on not latest image
|
2022-04-08 00:11:29 +01:00 |
|
Stefano
|
1d26ddb9c7
|
Merge branch 'master' into feature/donations
|
2022-04-06 22:16:27 -07:00 |
|
Stefano Haagman
|
0168ac9b83
|
Donation lins
|
2022-04-07 07:14:55 +02:00 |
|