Commit Graph
7 Commits
Author SHA1 Message Date
orrisroot b8e1e71547 fix: draw the index tree lines at the right depth
The index tree has a single root, so its first indent unit is always
marked as an end and every line was shifted one column to the right,
doubling the vertical line under the root. Hide that unit and draw the
node's own branch (├ or └) after the indent from the leaf-last class,
as nimg.neuroinf.jp already does.
2026-09-15 18:27:18 +09:00
orrisroot e93014bcea feat: migrate from Create React App to Vite
Rebuild the site on the stack the other converted sites share: Vite 8,
React 19, TypeScript 7, react-router 8, Biome and sanitize.css, with the
site data moved out of the bundle into static-contents/.

- base the database and pico code on the other converted sites,
  keeping this site's layout, pages and item fields
- read file timestamps as Unix seconds in the file and license views
- serve all module data from modules/, redirecting the old download and
  /database/file URLs
- keep form controls on white
- track page views with GA4
2026-09-14 17:38:48 +09:00
orrisroot 9edccfaa95 update required libraries 2021-05-28 13:48:37 +09:00
orrisroot d883df0858 update required libraries 2020-05-23 14:43:22 +09:00
Yoshihiro OKUMURA 4916b8dedd update required libraries 2020-04-29 19:41:48 +09:00
Yoshihiro OKUMURA 408e8c4b3d add openneuro sources. 2019-11-14 13:57:19 +09:00
Yoshihiro OKUMURA cc287a2425 Initial commit from Create React App 2019-11-08 13:28:21 +09:00