Commit Graph

27 Commits

Author SHA1 Message Date
a2a2847894 Configure site to download timelapse images
Load cell edit JSON files from a localhost server and download each
day's image automatically after refreshing the heatmap grid.

This isn't something I want to actually deploy, but I wanted to commit
it to a branch so I have it saved if I ever want to make a different
timelapse in the future.
2023-11-18 02:04:28 -05:00
9579e659c9 Update skyrim-cell-dump-wasm to 0.1.4 2022-10-01 17:56:11 -04:00
525e11aff6 Update skyrim-cell-dump-wasm to 0.1.3 2022-09-30 16:46:41 -04:00
a8b15c3f17 Update skyrim-cell-dump-wasm to 0.1.2 2022-09-30 12:59:41 -04:00
1c10f95ddd Update mapbox 2022-09-30 12:51:37 -04:00
f8956413c2 Upgrade skyrim-cell-dump-wasm
Uses default allocator instead of wee_alloc which might have a memory leak.
2022-09-26 22:57:20 -04:00
098e3f3ce5 Add Sentry redux integration 2022-08-29 23:47:15 -04:00
e1e9a77c90 Upgrade @reduxjs/toolkit 2022-08-29 21:42:19 -04:00
5f196b0651 Add logrocket integrations 2022-08-29 01:19:01 -04:00
28c50a56f1 Add sentry for error tracking
If an exception occurs on the page I'll be alerted.
2022-08-29 01:01:51 -04:00
aa2bd77435 Add logrocket
Useful for figuring out what went wrong during an error or to see how users are using the app.
2022-08-29 00:48:03 -04:00
5491894e00 Add pagination to cell and mod lists
Speeds up showing and hiding of the sidebar.
2022-08-28 02:27:53 -04:00
236b4c84ca SearchProvider singleton, fix lag with addAllAsync
Load modSearch data asynchronously and only rebuild the search if the page is refreshed. Fixes the lag when returning to the base sidebar page from a data page.
2022-08-27 17:01:16 -04:00
92ee93a3c9 Add a notice about the "upload" dialog
Users keep getting confused about the webkit directory selection dialog that has unfortunate wording about "uploading" that I can't change. Hopefully this new dialog that displays before the dialog I can't control will help users understand that nothing is getting uploaded anywhere.

The message can be ignored in the future with a checkbox that sets a cookie.
2022-04-28 22:48:31 -04:00
21eaa5cb11 Upgrade Next.js to canary version to fix web worker load bug
See https://github.com/vercel/next.js/issues/25484
2022-03-19 01:41:31 -04:00
38d3536340 Create workers using new webpack 5 syntax
Drop worker-loader which isn't needed anymore.
2022-03-19 01:15:25 -04:00
85630949c5 Fix tsc error with FileSystemFileHandle 2022-03-12 20:36:55 -05:00
761ef80669 Default sidebar and WIP PluginLoader 2022-02-27 01:17:52 -05:00
452799192a Add sitemap, generated at build time 2022-02-13 23:45:41 -05:00
6005028439 Use downshift-js for better search bar experience 2022-02-06 20:45:18 -05:00
716900a397 Faster search with minisearch 2022-01-25 00:52:52 -05:00
b263c6b0cb Add search, query url based state
Still need to wire up the mod and cell data to the search.
2022-01-24 00:59:36 -05:00
a1f2cc830a Fetch & display data for selected cell in sidebar 2022-01-19 01:06:19 -05:00
9a07f552b5 Fix types and lints 2022-01-17 17:46:39 -05:00
bb5a2ea8c4 Add @types/types/javascript-color-gradient 2022-01-17 17:46:38 -05:00
2bd8a7bc52 Map with heaptmap overlay and layer toggles 2022-01-17 17:46:34 -05:00
e1a41e604c Initial commit from Create Next App 2022-01-13 23:27:27 -05:00