Commit Graph

53 Commits

Author SHA1 Message Date
1565db5b30 Move last updated time to bottom of sidebar 2022-10-05 18:21:59 -04:00
8f254ef761 Finish support for multiple games
* Adds game filter to ModList.
* Prefixes search results with game
* Adds `&game=X` to URL for mods
* Loads json from new directories on static server
2022-09-03 15:41:44 -04:00
2bd5227287 Notification message for add/remove mod
Also changed how scrolling resets on pagination.

And tweaked pagination styling.
2022-08-28 23:43:44 -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
47e95f4d59 Fix close button not sticking to the top of sidebar 2022-08-27 17:24:54 -04:00
f99a9cf79b Fix slow re-render of sidebar due to useSWR
Very weird that useSWR is blocking the render in this way. Trusty `requestAnimationFrame` is here to save the day yet again.
2022-08-21 01:54:53 -04:00
c94eb6a399 Add plugin actions on ModData page 2022-08-20 00:12:10 -04:00
75643f89ae Select file and plugin on ModData page 2022-08-19 23:50:16 -04:00
d76751f495 Close button icon hover styles 2022-08-19 22:35:00 -04:00
cb0c7922b7 Add/Remove plugin on plugin sidebar page 2022-08-19 19:37:38 -04:00
735670c163 Add fetched plugins to CellData, close img 2022-08-19 19:09:33 -04:00
cd61c29a96 Implement removing fetched plugins 2022-08-19 19:00:10 -04:00
2065b5fa3a Select file and plugin, add to new plugins state 2022-08-17 23:19:55 -04:00
a067f21f15 Add dialog for searching and adding mod
Still WIP, need to implement selecting a particular plugin under mod, which will require some backend changes.
2022-05-31 23:55:36 -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
139257f2a0 Add instructions for Mod Organizer users 2022-03-19 17:49:33 -04:00
6d0eed2628 Add steps to default sidebar step for clarity 2022-03-19 16:29:06 -04:00
6527c6d5f7 Display parse errors on PluginDetail page 2022-03-18 23:41:06 -04:00
0b85e30043 Add sort direction controls to ModList 2022-03-18 19:52:14 -04:00
f120090039 Add filter to CellList 2022-03-17 20:24:25 -04:00
914fbbb540 Add sort/filter controls to mod list 2022-03-17 01:11:59 -04:00
1a2da9d4fc Add a checkbox to include/exclude translations 2022-03-16 00:37:08 -04:00
0616a92bbc Allow selecting Skyrim folder, more language tweaks 2022-03-15 22:33:44 -04:00
8c30a7bd92 UI experience tweaks 2022-03-15 19:59:16 -04:00
8e5d2750ec Use normal img tag since Image doesn't work in static mode 2022-03-15 19:08:38 -04:00
ee7c956525 Add enable/disable all plugins buttons 2022-03-15 01:03:51 -04:00
7e4f6d977f Tweaks to sidebar styling 2022-03-15 00:47:31 -04:00
e43352ba94 Add last modified date to all sidebar pages 2022-03-14 23:53:55 -04:00
8c86871723 Fix searchbar styling 2022-03-14 23:42:09 -04:00
e7e392a7b7 Replace unicode sidebar icons with svgs
Unicode characters weren't rendering reliably on all platforms.
2022-03-14 21:28:08 -04:00
6769b815e7 Display mod files on plugin detail page 2022-03-14 20:47:26 -04:00
d45c4f51b1 Fix pluginstxt dialog 2022-03-10 00:46:59 -05:00
8496c775f2 Refactor drag-n-drop to component with overlay 2022-03-10 00:35:04 -05:00
de445627bf Refactor PluginsLoader into separate components 2022-03-02 22:19:26 -05:00
f6d02c6d33 Basic plugin data page 2022-02-27 02:25:34 -05:00
761ef80669 Default sidebar and WIP PluginLoader 2022-02-27 01:17:52 -05:00
9f46000eff Fix z-index of sidebar for landscape mobile views 2022-02-13 15:04:54 -05:00
b77c8f50d9 Better sidebar header css styling
Use sticky header which removes some hard-coded pixel positions and should work in safari.
2022-02-12 19:36:52 -05:00
59d4e80248 Reserve top space for sidebar close button 2022-02-07 00:09:47 -05:00
6d27db3122 Add layer to show cells a selected cell edits
Also removes the link color to make links clearer.
2022-02-06 22:00:14 -05:00
6005028439 Use downshift-js for better search bar experience 2022-02-06 20:45:18 -05:00
86a7516c3b Add list of cells to mod detail pane 2022-02-06 19:38:48 -05:00
8bae1c03c8 Fix mod selection and deselection 2022-01-30 16:14:32 -05:00
8d3b801aab Very slow mod search, and mod data component 2022-01-25 00:31:25 -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
bb8a640d08 Fix sidebar close button to top of panel 2022-01-23 19:49:28 -05:00
7b5cc02993 Fix fullscreen controls 2022-01-23 19:39:36 -05:00
c417222e2c Put sidebar on bottom half of small screens 2022-01-23 13:06:13 -05:00
a1f2cc830a Fetch & display data for selected cell in sidebar 2022-01-19 01:06:19 -05:00
8d94b68332 Improve heatmap layer coloring and opacity
Also fix cell selection with heatmap layer disabled.
2022-01-17 17:46:44 -05:00