1678 Commits

Author SHA1 Message Date
github-actions
d703801da3 generated 2025-12-16 04:20:14 +00:00
github-actions
1497460589 generated 2025-12-15 04:25:05 +00:00
github-actions
5789634801 generated 2025-12-14 04:21:49 +00:00
github-actions
9be886c7df generated 2025-12-13 04:13:55 +00:00
github-actions
329f91a97c generated 2025-12-12 04:18:49 +00:00
github-actions
21b8241fa2 generated 2025-12-11 04:19:43 +00:00
github-actions
7d8fdba810 generated 2025-12-10 04:18:04 +00:00
github-actions
4eb1e0124e generated 2025-12-09 04:15:41 +00:00
github-actions
59f58d3e22 generated 2025-12-08 04:18:24 +00:00
github-actions
a4cb1c0ddf generated 2025-12-07 04:19:36 +00:00
github-actions
f85d3bf76b generated 2025-12-06 04:10:37 +00:00
github-actions
82402c80c7 generated 2025-12-05 04:16:04 +00:00
github-actions
1e43660f2d generated 2025-12-04 04:16:08 +00:00
github-actions
57b1720a78 generated 2025-12-03 04:15:34 +00:00
github-actions
e9047f8eb0 generated 2025-12-02 04:16:22 +00:00
github-actions
21f11d3266 generated 2025-12-01 04:29:24 +00:00
github-actions
0fa66775b6 generated 2025-11-30 04:19:47 +00:00
github-actions
175570eeee generated 2025-11-29 04:10:53 +00:00
github-actions
cd52f8fd42 generated 2025-11-28 04:12:08 +00:00
github-actions
bb0185a336 generated 2025-11-27 04:12:18 +00:00
github-actions
c90e01dd7f generated 2025-11-26 04:13:54 +00:00
github-actions
2140e29628 generated 2025-11-25 04:14:12 +00:00
github-actions
50d1803fa1 generated 2025-11-24 04:19:15 +00:00
github-actions
1a987da218 generated 2025-11-23 04:19:11 +00:00
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
github-actions
017bd9dd8f generated 2025-11-22 04:10:37 +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
23e2a82f5c working 2025-11-21 17:15:05 +01:00
github-actions
e3894f9577 generated 2025-11-21 04:11:16 +00:00
github-actions
9e98eb602f generated 2025-11-20 04:10:52 +00:00
github-actions
0af99f0792 generated 2025-11-19 04:12:04 +00:00
github-actions
ef834465c6 generated 2025-11-18 04:12:08 +00:00
github-actions
751bacf731 generated 2025-11-17 04:14:23 +00:00
github-actions
68d8174f62 generated 2025-11-16 04:13:59 +00:00
github-actions
be61fea0c8 generated 2025-11-15 04:10:47 +00:00
github-actions
f3d794af37 generated 2025-11-14 04:12:02 +00:00
github-actions
a11b093a48 generated 2025-11-13 04:13:36 +00:00
github-actions
a56f1b1cf6 generated 2025-11-12 04:11:54 +00:00
github-actions
b5dbb96bab generated 2025-11-11 04:12:40 +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
github-actions
5d4f0195c2 generated 2025-11-10 04:15:01 +00:00
Claude
f7e07aa4bd Fix data display issue by aggregating to weekly values
- Reduced historical data from 4,442 daily entries to 636 weekly entries
- This improves chart rendering performance and ensures all data up to current date is displayed
- Updated btcpoll.js to handle weekly data updates (updates same week or adds new week)
- Added aggregate-weekly.js script for future data aggregation needs
- Data now properly displays from 2013-09-15 to 2025-11-09
2025-11-09 16:11:51 +00:00
f751c9fcd4 better note 2025-11-09 16:57:47 +01:00
Claude
94ea921567 Merge branch 'main' into claude/fix-graph-data-error-011CUxVZRUxivkQ8eJPnMLK2
Resolved conflicts:
- Removed convert_btcticker.js (deleted in main, generated data already)
- Kept EUR banknote background in views/sats.hbs for EUR branding
- Merged in all EU language support from main branch
2025-11-09 15:40:31 +00:00