adamf pushed to main at adamf/web_server 2026-04-21 12:12:18 +01:00
14233e88a8 Generalize Electrical CV and drop Why Electrical section
adamf pushed to main at adamf/web_server 2026-04-21 12:08:22 +01:00
2bcb47a1a1 Add Electrical CV template for apprenticeship applications
adamf pushed to main at adamf/web_server 2026-04-18 08:53:41 +01:00
8636dfedb9 Replace go-imap library with custom IMAP client, simplify CV layout styles, bump vite, move SEED_DB to backend
adamf pushed to main at adamf/web_server 2026-04-18 08:14:49 +01:00
c20b1c2691 Fix CV layout colors: force transparent bg on links, inherit color on td/textarea
adamf pushed to main at adamf/web_server 2026-04-16 02:58:00 +01:00
0b6ffedb70 Add padding below headers in Listening/Steam and adjust layout sizing
adamf pushed to main at adamf/web_server 2026-04-16 02:51:56 +01:00
a14b78a1b9 Add CreateBookmark form with toggle in Bookmarks header
adamf pushed to main at adamf/web_server 2026-04-16 02:49:41 +01:00
254541a370 Center ToggleHeader button vertically in LinkTable
adamf pushed to main at adamf/web_server 2026-04-16 00:42:55 +01:00
f390bf82cc Resize bookmark headers
adamf pushed to main at adamf/web_server 2026-04-15 18:57:31 +01:00
b96b7d7a93 Split schema.graphql and schema.resolvers.go into per-domain files
adamf pushed to main at adamf/web_server 2026-04-15 18:33:29 +01:00
37171478b1 refactored code, removed *_helper.go files and placed them in *.resolvers.go files for uniformity
adamf pushed to main at adamf/web_server 2026-04-15 16:29:56 +01:00
00364aca23 Fix nginx stale DNS caching causing backend to appear down after restarts
adamf pushed to main at adamf/web_server 2026-04-15 14:16:20 +01:00
3d97ccf38c Switch IMAP library from go-imap/v2 to v1 for Outlook compatibility
adamf pushed to main at adamf/web_server 2026-04-15 13:59:34 +01:00
1e22bacdc9 Add email sync service for automated job application tracking
adamf pushed to main at adamf/web_server 2026-04-14 17:31:55 +01:00
8d10f75f2b Move bookmarks to home folder, reduce header size and fix import link
adamf pushed to main at adamf/web_server 2026-04-14 16:53:37 +01:00
68dca953f2 Restore JS scroll animations, move WASM AutoScroll to util/wasm/
adamf pushed to main at adamf/web_server 2026-04-14 16:49:42 +01:00
c684fcb858 Reduce toggle button size by half
adamf pushed to main at adamf/web_server 2026-04-14 16:34:29 +01:00
2b5745b946 Move scroll animations to Rust/WASM, enable Hasura, and move bookmarks to home sidebar
adamf pushed to main at adamf/web_server 2026-04-14 13:27:48 +01:00
b56f8253d9 Harden backend against critical and high security vulnerabilities
adamf pushed to main at adamf/web_server 2026-04-14 13:18:18 +01:00
798c8e7f50 Fix horizontal scrollbar and style slim themed scrollbars for Chrome/Edge
adamf pushed to main at adamf/web_server 2026-04-14 11:08:46 +01:00
0e7f34edc7 Update README with recent features and route changes