Commit Graph

223 Commits

Author SHA1 Message Date
Pavlenex
a8008ba8e1 Update fetch-issues.yml 2026-03-16 14:25:17 +01:00
Pavlenex
6e878d3cbb Update fetch-issues.yml 2026-03-16 14:22:06 +01:00
github-actions[bot]
058ed19eb2 chore: refresh issues data 2026-03-16 12:55:36 +00:00
Pavlenex
1a28d2e710 Trigger deploy when issue fetch detects a change 2026-03-16 12:56:37 +01:00
Timothé
354c37cbea
UI/UX improvements: filter bar, modal animations & responsive fixes (#2)
* chore : removed space between navbar and title light effect

* chore : add smooth scrolling when change section

* refactor : show years and months

* chore : add bottom-margin for pagination <p>

* refactor : change open-modal animation + optimization

* chore : change .net10 to 8 and doc toolrow

* chore : fix margin to prevent grid clipping on hover

* fix: sticky filter bar, smooth scroll, remove debounce, gray clear button

- Wrap FilterBar and IssueGrid in a shared div so sticky stops after the grid
- Scroll to #issues section on skill/tag filter click
- Remove unnecessary debounce since issues are filtered in-memory
- Style native search cancel button to gray with cursor pointer

* fix : modal display

* fix : filterbar + time in issuecards

* fix : filterbar + responsive (markdown)

* fix : responsive clear button (filter nav)

* docs : rm comments

* fix : run typechecks

* fix : prevent iOS zoom on search input focus

* fix : filterbar responsive

* fix : rm bottom line from filterbar
2026-03-16 11:07:14 +01:00
github-actions[bot]
7301435f5a chore: refresh issues data 2026-03-16 07:08:22 +00:00
github-actions[bot]
3b3cff6417 chore: refresh issues data 2026-03-16 01:49:13 +00:00
github-actions[bot]
dc8440cb67 chore: refresh issues data 2026-03-15 18:29:21 +00:00
github-actions[bot]
356d627349 chore: refresh issues data 2026-03-15 12:36:52 +00:00
github-actions[bot]
292a86237b chore: refresh issues data 2026-03-15 06:47:58 +00:00
github-actions[bot]
7704a209f9 chore: refresh issues data 2026-03-15 01:47:17 +00:00
github-actions[bot]
d494545f08 chore: refresh issues data 2026-03-13 18:32:35 +00:00
github-actions[bot]
91ead73944 chore: refresh issues data 2026-03-13 12:41:21 +00:00
Pavlenex
8003d89aaa
Merge pull request #1 from r1ckstardev/fix/meta-icons-csp
Fix CSP enforcement, missing PWA icons, and dead og:url
2026-03-13 10:11:37 +01:00
Pavlenex
7195d5592d Revert meta property="og:url 2026-03-13 10:11:10 +01:00
r1ckstardev
0ae4ff80fb Fix CSP enforcement, missing PWA icons, and dead og:url
- Add CSP meta tag to index.html since GitHub Pages does not serve
  custom headers from _headers files. Includes 'unsafe-inline' for
  the theme-flash-prevention script.
- Add note to _headers explaining the GitHub Pages limitation.
- Also fix script-src in _headers to include 'unsafe-inline' to
  match the inline theme script that runs before React hydrates.
- Generate android-chrome-192x192.png and android-chrome-512x512.png
  from apple-touch-icon.png. These were referenced in site.webmanifest
  but missing, causing 404s on PWA installs.
- Update og:url from contribute.btcpayserver.org (domain has no DNS
  records) to pavle.org (the actual live domain).
2026-03-13 02:58:49 +00:00
github-actions[bot]
d18be53af7 chore: refresh issues data 2026-03-13 01:24:35 +00:00
github-actions[bot]
65f56d26e1 chore: refresh issues data 2026-03-12 20:06:01 +00:00
Pavlenex
ad34d407f2 Improve automatic deployment if changes are detected
improve flow
2026-03-12 21:03:59 +01:00
Pavlenex
6816725260 Create fetch-issues.yml 2026-03-12 20:54:38 +01:00
Pavlenex
a2a67f493d performance improvements 2026-03-12 20:50:45 +01:00
Pavlenex
8a7e66acda Create the website
Start website

Remove dead code

fix
2026-03-12 20:39:20 +01:00
Pavlenex
7d416b57fc
Initial commit 2026-03-12 14:08:46 +01:00