Commit Graph

1812 Commits

Author SHA1 Message Date
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
746aa25e52 european date format, sats explanation 2025-11-22 20:24:07 +01:00
e1a28ed53b Merge branch 'main' of github.com:aljazceru/satshkd-vercel 2025-11-22 20:10:33 +01:00
265385557a Update sats description for clarity on satoshis 2025-11-22 18:34:33 +01:00
c0e0c748f4 Merge pull request #16 from aljazceru/claude/european-dates-sats-info-014pFraiz8fTjEzp9hx5iXfD
Change date format to European (DD/MM/YYYY) and add explanation for sats
2025-11-22 16:54:43 +01:00
Claude
58641b2d3d Change date format to European (DD/MM/YYYY) and add explanation for sats
- Updated date formatting in calculate.js to use 'en-GB' locale for European date format (DD/MM/YYYY)
- Added explanatory text "(smallest unit of Bitcoin)" next to "sats" in the main heading
2025-11-22 15:49:15 +00:00
9e0b960fed Merge pull request #15 from aljazceru/claude/update-table-styling-0194eBR7naWkfems3DspgMb8
Increase table body font size to 1.5rem
2025-11-22 11:25:44 +01:00
Claude
2ab83f5825 Increase table body font size to 1.5rem 2025-11-22 10:17:37 +00:00
e024b45323 Merge pull request #14 from aljazceru/claude/increase-global-font-size-012qF9DcGTdju1d5sdSBictU
Increase font sizes globally across all screen sizes
2025-11-22 11:06:47 +01: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
6222a058d5 Merge pull request #13 from aljazceru/claude/update-mobile-table-styles-01QNuNVbmRaHvFxMH7kVwEy2
Update mobile table font size to 1.2rem for small screens
2025-11-22 06:42:14 +01:00
Claude
53f170c09b Update mobile table font size to 1.2rem for small screens 2025-11-22 05:38:52 +00:00
73f4277d62 Merge pull request #12 from aljazceru/claude/fix-chart-mobile-background-01C25p2dv61C1U7Mz9t89joR
Fix chart background image scaling for mobile devices
2025-11-22 06:32:28 +01:00
Claude
b3f7204291 Fix chart background image scaling for mobile devices
The background pattern image was not scaling appropriately on mobile screens,
causing only a portion of the banknote to be visible in the pattern tiles.

Changes:
- Added responsive scaling logic for background pattern image
- Mobile devices (<768px) now use proportional scaling based on viewport width
- Tablet devices (768-1200px) use 70% scaling
- Desktop devices maintain full-size image
- Uses temporary canvas to create scaled pattern for optimal display

This ensures the entire banknote is visible in pattern tiles across all device sizes.
2025-11-22 05:14:52 +00:00
github-actions
017bd9dd8f generated 2025-11-22 04:10:37 +00:00
44d8627955 Merge pull request #11 from aljazceru/claude/improve-table-font-performance-01VtE2XigsToaxt5w8aKGDwN
Improve table font size and optimize website loading performance
2025-11-21 22:00:19 +01: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
cc471136d9 Update sats.hbs 2025-11-21 21:48:04 +01:00
e87d2c4063 Merge pull request #10 from aljazceru/claude/organize-quotes-chronologically-01G6hPYumTTdUM87hmCyyjp9
Add chronologically organized ECB Bitcoin predictions
2025-11-21 21:46:37 +01:00
Claude
72cc582b28 Add chronologically organized ECB Bitcoin predictions
Added a new section under the historical price table featuring quotes from ECB officials about Bitcoin, organized chronologically from November 2018 to January 2025. Each quote includes:
- Date and attribution to the ECB official
- Full quote text
- Links to original sources

The quotes demonstrate the ECB's evolving skepticism of Bitcoin over the years.
2025-11-21 20:36:41 +00:00
885768462c Merge pull request #9 from aljazceru/claude/mobile-responsive-design-01K8gfo4Ba3j4YEXHMarLQ2M
Add comprehensive mobile responsiveness to website
2025-11-21 21:29:56 +01: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
c63536f73a link update 2025-11-21 20:54:37 +01:00
79d6e36055 vuln fixes 2025-11-21 17:20:08 +01:00
23e2a82f5c working 2025-11-21 17:15:05 +01:00
github-actions
e3894f9577 generated 2025-11-21 04:11:16 +00:00
ac49792efb Merge pull request #8 from aljazceru/claude/fix-chart-data-alignment-014KT219GTiiFP2RhigKtK1z
Fix chart Y-axis alignment to start with actual data range
2025-11-20 21:20:03 +01:00
Claude
f10fc746fb Fix chart Y-axis alignment to start with actual data range
- Calculate min/max values dynamically from data instead of hardcoding
- Remove hardcoded max value of 1 billion which created excessive empty space
- Add appropriate padding (2x multiplier) for logarithmic scale visualization
- Chart now properly scales to show the actual data range (1k-1M sats)
2025-11-20 10:27:27 +00:00