27 Commits

Author SHA1 Message Date
e1a28ed53b Merge branch 'main' of github.com:aljazceru/satshkd-vercel 2025-11-22 20:10:33 +01:00
Claude
2ab83f5825 Increase table body font size to 1.5rem 2025-11-22 10:17:37 +00:00
a9d81d4630 Merge branch 'main' of github.com:aljazceru/satshkd-vercel 2025-11-22 11:06:26 +01:00
Claude
ad50372e62 Increase font sizes globally across all screen sizes
- Increased base body font size from 16px to 18px in skeleton.css
- Added global table cell font size of 1.2rem in skeleton.css
- Increased table font sizes in main.css (tbody: 18px, thead: 20px, tfoot: 18px)
- Increased base table font sizes in mobile.css from 1rem to 1.2rem
- Updated mobile breakpoint font sizes proportionally to maintain readability
2025-11-22 06:42:52 +00:00
Claude
53f170c09b Update mobile table font size to 1.2rem for small screens 2025-11-22 05:38:52 +00:00
69823bae3f img resize 2025-11-21 21:59:52 +01:00
Claude
2f34d9ae2f Improve table font size and optimize website loading performance
- Increase table font sizes for better readability:
  * Body cells: 13px → 16px
  * Header cells: 15px → 18px
  * Footer cells: 14px → 16px
  * Total cells: 15px → 17px

- Add performance optimizations:
  * Add preconnect hints for external CDNs and APIs
  * Add defer attribute to non-critical JavaScript files
  * Add font-display: swap to improve perceived loading speed
2025-11-21 20:54:15 +00:00
Claude
6e99c2c733 Add comprehensive mobile responsiveness to website
- Created mobile.css with responsive styles for all screen sizes
- Updated table headers to use responsive font sizes (removed 2rem inline styles)
- Fixed text-align from non-standard -webkit-left to standard left/right values
- Made chart configuration mobile-aware with smaller fonts and fewer ticks on mobile
- Optimized chart annotations and labels for mobile screens
- Added responsive breakpoints for tablets (768px) and phones (480px)
- Improved touch targets for mobile devices
- Added landscape orientation optimizations
- Enhanced dark mode toggle positioning for small screens

The website now properly fits mobile screens and provides an optimal viewing experience across all device sizes.
2025-11-21 20:13:31 +00:00
Claude
76eb9b39a3 Replace MetricsGraphics with Chart.js v4 for improved performance
- Replaced MetricsGraphics library with Chart.js v4 for faster chart rendering
- Removed dependencies: MetricsGraphics, D3.js v4, and jQuery
- Added Chart.js v4 with date-fns adapter and annotation plugin
- Maintained all original chart features:
  - Logarithmic Y-axis scale
  - Time-series area chart with EUR/sats data
  - Historical event markers (QE1, QE2, QE3, QH1, QH2, QE4, QH3)
  - Custom pattern fill with 100 EUR image
  - Responsive height calculation
  - Y-axis units formatting
- Improved chart performance with modern Canvas-based rendering
- Replaced D3 JSON loading with native fetch API
2025-11-10 04:46:41 +00:00
f751c9fcd4 better note 2025-11-09 16:57:47 +01:00
Bitkarrot
e874cd99fd Merge pull request #5 from eriknewland/main
Issue #2 - Metrographic cut off
2023-05-08 21:46:11 -07:00
bitc0indad
2c2d35abe7 ... 2023-05-05 16:16:48 -04:00
eriknewland
83e95cb201 refactor of infographic. Mixing a ratio-constrained png/jpg with an svg proved to be difficult. Reduced image dimensions by about ~15% to better fit, and adjusted placement accordingly to center the graphic. Adjusted table to be more centered/more aesthetic 2023-05-04 19:40:09 -07:00
Bitcarrot
a8fc91dffe move hkd_historical up one dir to /public 2021-10-19 20:55:22 -07:00
Bitkarrot
f2a73ef452 Delete new_hkd_historical 2021-10-19 17:38:53 -07:00
Bitkarrot
21ac44c8f9 simplegit: Tue, 19 Oct 2021 23:38:35 GMT 2021-10-19 16:38:35 -07:00
Bitcarrot
124292f829 update hkd_historical 2021-10-19 16:36:38 -07:00
Bitkarrot
fd4a02d8c2 Update hkd_historical
remove bracket
2021-10-19 01:22:22 -07:00
Bitcarrot
e5909eb8a1 remove extra terminal bracket 2021-10-19 01:15:53 -07:00
Bitcarrot
e3f186692a update hkd_historical 2021-10-19 00:58:59 -07:00
Bitcarrot
17a8aaa56c rewrite conversion from py to node 2021-10-07 16:28:55 -07:00
Bitcarrot
4b38069b5c updated hkd_historical 2021-10-07 15:26:51 -07:00
Bitcarrot
a88f2e0988 move hkd_historical out 2021-10-07 15:25:50 -07:00
Bitcarrot
910489d4bd update historical 2021-10-07 00:59:25 -07:00
Bitcarrot
2441ea8c80 convert and merge missing data 2021-10-07 00:45:52 -07:00
Bitcarrot
3dd7eed2be update data 2021-10-05 14:17:39 -07:00
Bitcarrot
3135c25219 add index.html, api test 2021-07-23 00:26:35 -07:00