Commit Graph

16 Commits

Author SHA1 Message Date
00f8d707d8 improve css practices 2026-02-12 13:35:24 -06:00
Claude
c8b1f124f2 fix architectural issues: SPA nav, error handling, CSS bugs, perf
- responsive.js: fix scroll race condition (scroll after innerHTML),
  add error handling for fetch failures, fix implicit global `eid`,
  dispatch `beforenavigate` event for cleanup hooks
- chessbed.js: fix implicit global `ratings` variable
- status.js: clear polling interval on SPA navigation via
  `beforenavigate` event to prevent leak
- App.css: add font-display:swap to all @font-face, fix broken
  media query (missing px unit), consolidate duplicate selectors
  (.concentratedHead, .relative, strong), fix hardcoded bookshelf
  background-image path to use relative URL
- header.html: defer chessbed.js, use p5.min.js instead of p5.js
- monitor.py: use ThreadPoolExecutor for concurrent service checks
- config.py: fix __import__('envs.py') → __import__('envs')
- app.py: rename misleading error handlers (page404→handle_http_error,
  page500→handle_generic_error), fix error info leakage by not passing
  raw exception to InternalServerError, fix hardcoded canonical "404"

https://claude.ai/code/session_01FUhPqQLahEoL6FMxhXkDKa
2026-02-12 14:39:43 +00:00
d54aa6009a code review 2026-02-11 12:58:23 -06:00
986a30735a blanks? 2025-05-09 15:35:42 -05:00
1e69486ae5 separate hashchange, goto events 2024-07-28 15:12:55 -05:00
912ed8fae2 adding curated books 2024-07-24 15:02:09 -05:00
f679f970f7 just a whole lot of things 2024-05-05 15:12:52 -05:00
be738e2e65 Navbar update 2024-02-25 15:30:32 -06:00
6deb4ee147 rebuild home padding 2024-02-23 15:37:11 -06:00
06d3642d08 fix for jenk autoscroll on page change 2023-04-24 14:15:20 -05:00
cc49499ac6 minor appearances 2023-02-06 18:08:29 -06:00
8193a6109e nav box size/toggle patch 2023-02-01 21:56:03 -06:00
3474891c2c quality of life improvements (both user and dev) 2023-02-01 21:15:33 -06:00
b04dc0504f replace sockets with api 2023-01-30 13:52:51 -06:00
8b4a97bf73 simulate Single Page App with websockets 2023-01-29 18:04:16 -06:00
8d38af02c6 Rebuild homepage with Flask 2023-01-27 17:07:35 -06:00