Commit graph

30 commits

Author SHA1 Message Date
Hans5958 3704799761 Update codebase
Ref: f403df716f
2023-07-30 00:05:42 +07:00
AnonymousRandomPerson 96da949c4f Updated entries 2023-07-29 01:40:24 -04:00
Hans5958 cf4b5e58e6 Fix numerical ID based highlight, formalize numerical ID 2023-07-20 12:57:52 +07:00
Hans5958 1c9bc9b145 Change domain to 2022.place-atlas.stefanocoding.me 2023-07-20 12:55:41 +07:00
Hans5958 da4efb6c60 Use index (position on Atlas data) for temporal order 2023-06-20 23:27:43 +07:00
Hans5958 94147ae2dc Handle when entry descriptions/links are missing
Just for safekeeping, all properties should still be defined even if it is empty
2023-04-22 13:20:22 +07:00
Hans5958 f577980f9b Small refactoring 7
Use better for loops (for performance)
2023-04-22 13:08:03 +07:00
Hans5958 5f8a3b96e6 Use start period instead of end for highlightEntryFromUrl 2023-04-22 13:08:03 +07:00
Hans5958 94640681b5 Small refactoring 6, also filter hoverable elements when searching
Change atlasSorted to atlasDisplay (atlasSorted also includes filtering anyway)
Prefer .slice() over .concat() (say it is faster)
2023-04-22 13:08:03 +07:00
Hans5958 3b7f07bef3 Small refactoring 5 2023-04-22 13:08:03 +07:00
Hans5958 b14db0d4e3 Add infinite scrolling on entries list
Resolves #1431
2023-04-22 13:08:03 +07:00
Hans5958 93d66a2927 Fix renderBackground not using atlas data 2023-04-22 13:08:03 +07:00
Hans5958 8e2915b75f Fix hash updating to preserve other URL parts, fix zzz handling 2023-04-22 13:08:03 +07:00
Hans5958 c636e1a7b7 Fix view position not reverting from entry list preview
Alternative name: Bring back view position reverting from entry list preview (ARP removed it before)
2023-04-07 18:47:30 +07:00
Stefano b869ec77f8
Merge branch 'master' into live-love-life/2 2023-04-07 13:09:39 +02:00
Hans5958 43d2eb887e Small refactoring 4 2023-04-07 16:51:57 +07:00
Hans5958 b78e1b8816 Also update lines on touchend 2023-04-07 16:14:07 +07:00
AnonymousRandomPerson d957da7e92 Updated (700, 700) to (800, 800) 2023-04-06 22:44:06 -04:00
Hans5958 cf7e397ab2 Fix hovering an infobox on entries list not working 2023-04-06 23:35:30 +07:00
Hans5958 ce4439f142 Handle zzz and 0 prefix on URLs 2023-03-26 19:37:34 +07:00
Hans5958 5df83c25df Small refactoring 3 2023-03-26 19:06:58 +07:00
Hans5958 07ffc41fa4 Shorten the license text
Nearly nobody bat an eye on this one (better check the LICENSE file on GitHub), also now make it so it doesn't get removed when minified
2023-03-26 15:16:05 +07:00
Hans5958 f73c6d39e0 Fix hash not updating on default state 2023-03-26 15:16:04 +07:00
Hans5958 c74a31bbca Correct "r/place" 2023-03-26 15:16:04 +07:00
Hans5958 8ccdf0d660 Fix and simplify filtering and sorting 2023-03-26 15:16:03 +07:00
Hans5958 c420d49025 Also compare length to handle longer ID on newest/oldest 2023-03-26 15:16:03 +07:00
Hans5958 2a238836a1 Small refactoring 2
An instance is the copy of Atlas for a specific r/place event
Instance-only code are now indicated with "@instance-only"
2023-03-26 15:16:03 +07:00
Hans5958 ae80b28c2f Change newline comma style 2023-03-26 15:16:03 +07:00
Hans5958 0678c20e7e Add config script for modularization 2023-03-26 15:16:03 +07:00
Hans5958 28ef564f08 Categorize JS scripts 2023-03-26 15:16:03 +07:00
Renamed from web/_js/view.js (Browse further)