diff options
| author | 2026-01-08 22:56:30 +0700 | |
|---|---|---|
| committer | 2026-01-08 22:56:30 +0700 | |
| commit | b9c4a002feeffdbffee21969415cda2af20583ac (patch) | |
| tree | d6568f45a489877fdc404a0ee720276b13519a02 /.github/workflows | |
| parent | 77a43ebb42d80e3c6bbdf39b16a38f0f3ec4b30c (diff) | |
| parent | 3c865e366119084894b7241ff9bb071e0899811d (diff) | |
| download | web-b9c4a002feeffdbffee21969415cda2af20583ac.tar.gz web-b9c4a002feeffdbffee21969415cda2af20583ac.zip | |
v0.12.0 (#21)v0.12.0
- [feat: use floating sidebar for general pages if screen is wide
enough](https://github.com/SayaAndy/saya-today-web/commit/3c865e366119084894b7241ff9bb071e0899811d)
- [feat: nextstep-like buttons for
toolbar](https://github.com/SayaAndy/saya-today-web/commit/c8e542e883c8fec8b4a101bcd55c4d771b377e80)
- [feat: switch standard OSM to CyclOSM for maps on
site](https://github.com/SayaAndy/saya-today-web/commit/a48036d496f0af90ff437c897b77418ca8453e9c)
- feat: content stays wider with wider screens
- [fix: inset shadow getting overlapped by child
elements](https://github.com/SayaAndy/saya-today-web/commit/6983adfc3a93c06236be29fb17bfc734e622ec9d)
- [feat: move like button to header to make it more
prominent](https://github.com/SayaAndy/saya-today-web/commit/e4f6790aab7f1b447892d0ed999dff8af45ac33e)
- fix: problem with resizing content when galleries are in it
- refactor: use var for noise image in themes (to reduce css size)
- ci: update checkout action from v4 to v6
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build-and-deploy-prod.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/build-and-deploy-stage.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-and-deploy-prod.yml b/.github/workflows/build-and-deploy-prod.yml index d57e872..413f402 100644 --- a/.github/workflows/build-and-deploy-prod.yml +++ b/.github/workflows/build-and-deploy-prod.yml @@ -12,7 +12,7 @@ jobs: packages: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Generate output.css with tailwindcss uses: ZoeyVid/tailwindcss-update@main with: diff --git a/.github/workflows/build-and-deploy-stage.yml b/.github/workflows/build-and-deploy-stage.yml index 16e6563..c6e222b 100644 --- a/.github/workflows/build-and-deploy-stage.yml +++ b/.github/workflows/build-and-deploy-stage.yml @@ -11,7 +11,7 @@ jobs: packages: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Generate output.css with tailwindcss uses: ZoeyVid/tailwindcss-update@main |