Commit Graph

3540 Commits

Author SHA1 Message Date
Nuno C.
3107f45b6e Merge pull request #2377 from kieran-lowe/dev
refactor!: transition to issue forms
2025-08-03 01:42:42 +01:00
Nuno C.
5972db38ab Merge pull request #2375 from ZhenShuo2021/chore/chinese-tranlation
🌐 Chore: update Chinese translation
2025-08-03 01:41:29 +01:00
Nuno C.
73119cddbe Merge pull request #2374 from ZhenShuo2021/fix/carousel-transition
🐛 Fix(carousel): transition time not controlled by interval
2025-08-03 01:41:10 +01:00
Nuno C.
12de0ffd88 Merge pull request #2373 from ZhenShuo2021/fix/carousel-interval
🐛 Fix(carousel): interval not working
2025-08-03 01:40:33 +01:00
Nuno C.
c852d9293c Merge pull request #2372 from ZhenShuo2021/fix/icon-newline
🐛 Fix(icon): trim white space and line break
2025-08-03 01:40:15 +01:00
Nuno C.
2b6fccb627 Merge pull request #2370 from t1mssc/main
Update users.json
2025-08-03 01:39:43 +01:00
Nuno C.
47ad966c42 Merge pull request #2366 from ZhenShuo2021/feat/a11y-panel-zen
 Feat: add zen mode toggle in a11y panel
2025-08-03 01:39:19 +01:00
Nuno C.
e0052eb58c Merge pull request #2365 from ZhenShuo2021/feat/a11y-panel
 Feat: add setting panel for a11y
2025-08-03 01:37:56 +01:00
Nuno C.
4eb9d037e4 Merge pull request #2362 from ZhenShuo2021/feat/a11y-toggle
 Feat: support a11y toggle button
2025-08-03 01:37:40 +01:00
Nuno C.
ca181417cc Merge pull request #2388 from nunocoracao/dependabot/npm_and_yarn/dev/puppeteer-24.15.0
📌 Bump puppeteer from 24.14.0 to 24.15.0
2025-08-03 01:36:02 +01:00
dependabot[bot]
f6ce421385 📌 Bump puppeteer from 24.14.0 to 24.15.0
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.14.0 to 24.15.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v24.14.0...puppeteer-v24.15.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-version: 24.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-03 00:35:39 +00:00
Nuno C.
0fa2ceb233 Merge pull request #2387 from nunocoracao/dependabot/npm_and_yarn/dev/headlessui/react-2.2.6
📌 Bump @headlessui/react from 2.2.4 to 2.2.6
2025-08-03 01:33:40 +01:00
Nuno C.
fcd02369bb Merge pull request #2369 from nunocoracao/dependabot/npm_and_yarn/dev/mermaid-11.9.0
📌 Bump mermaid from 11.8.1 to 11.9.0
2025-08-03 01:32:12 +01:00
Nuno C.
987c65319a Merge pull request #2368 from nunocoracao/hugo-new-version
⚙️ Update Hugo supported version
2025-08-03 01:32:03 +01:00
Nuno C.
d9299ffb1e Merge pull request #2367 from ZhenShuo2021/docs/it-home-switch
📝 Docs: fix it homepage switch button not working
2025-08-03 01:31:49 +01:00
Nuno C.
0ccf94b890 Merge pull request #2351 from servedsmart/replace-custom-javascript-logic-with-anchor-tags
🚑 Hotfix for issues in #2252
2025-08-03 01:28:05 +01:00
ZhenShuo Leo
87586e58ae chore(huggingface): fix typo 2025-08-03 06:41:12 +08:00
ZhenShuo Leo
96d164265f fix(repo-card): add missing dollar sign 2025-08-03 05:49:41 +08:00
Weaxs
848ac6b17b ADD adsbygoogle.js IN head.html 2025-08-02 20:31:42 +08:00
ZhenShuo Leo
da9eb9da47 style(header): highlightCurrentMenuArea in desktop menu (#2381) 2025-07-30 15:09:43 +08:00
dependabot[bot]
c0343962dd 💄 Rebuild CSS 2025-07-30 05:56:52 +00:00
dependabot[bot]
27019d5459 📌 Bump @headlessui/react from 2.2.4 to 2.2.6
Bumps [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) from 2.2.4 to 2.2.6.
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v2.2.6/packages/@headlessui-react)

---
updated-dependencies:
- dependency-name: "@headlessui/react"
  dependency-version: 2.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-30 05:56:21 +00:00
ZhenShuo Leo
904176c43c style(footer): use flex-row and overflow-x-auto when only has icons 2025-07-30 02:09:47 +08:00
ZhenShuo Leo
3ee9ed824f feat: add huggingface shortcode (#2376) 2025-07-29 04:52:21 +08:00
ZhenShuo Leo
550011ee58 docs: update docs for huggingface shortcode 2025-07-29 04:52:21 +08:00
ZhenShuo Leo
c3f6f901a5 fix: forgejo CORS 2025-07-29 04:46:55 +08:00
Kieran Lowe
3ba7c80c65 refactor!: transition to issue forms 2025-07-28 19:38:02 +00:00
nunocoracao
f4c5635448 Update Hugo supported version 2025-07-28 06:08:47 +00:00
ZhenShuo Leo
595cd926d7 chore: update chinese translation 2025-07-28 05:09:14 +08:00
ZhenShuo Leo
b3c70cedf7 chore(carosel): prevent style tag in HTML
this approach does not need to change the assets or the vendor file

and the live reload is also supported
2025-07-27 01:23:24 +08:00
ZhenShuo Leo
aec737ff16 fix(carousel): make interval affect slide transition on click 2025-07-27 00:37:40 +08:00
ZhenShuo Leo
ccf5e24f55 fix(carousel): interval not working 2025-07-27 00:35:31 +08:00
ZhenShuo Leo
54a643d703 fix(icon): trim white spaces 2025-07-25 05:12:51 +08:00
t1mssc
b65fce4468 Update users.json
Update the link
2025-07-23 19:15:29 +08:00
dependabot[bot]
3865ba9e7d 💄 Rebuild CSS 2025-07-23 05:25:21 +00:00
dependabot[bot]
ffee736d78 📦 Update packaged Mermaid 2025-07-23 05:25:19 +00:00
dependabot[bot]
ff7bf72992 📌 Bump mermaid from 11.8.1 to 11.9.0
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.8.1 to 11.9.0.
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.8.1...mermaid@11.9.0)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-version: 11.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-23 05:24:51 +00:00
ZhenShuo Leo
7f4e4dab40 fix(a11y): prevent zen mode toggle requiring double-click
Add state comparison in applyZenMode to only toggle when
current state differs from desired state
2025-07-23 04:25:22 +08:00
ZhenShuo Leo
352130c6a8 feat: add zen mode toggle into a11y panel 2025-07-23 04:00:56 +08:00
ZhenShuo Leo
b9bb959a48 fix(a11y): preserve user CSS font-size when a11y panel not configured
- Add "default" option to font size selector to respect user's original CSS
- Clear localStorage font setting when "default" is selected
- This prevent overriding user's custom font-size declarations on first load
2025-07-23 03:57:47 +08:00
ZhenShuo Leo
c1d4a32a97 docs: fix it homepage switch button not working 2025-07-22 03:56:20 +08:00
ZhenShuo Leo
d7220bd0ee feat: add i18n support for a11y 2025-07-22 03:04:30 +08:00
ZhenShuo Leo
4351bb10fb refactor: remove onclick in a11y 2025-07-22 01:47:20 +08:00
ZhenShuo Leo
9cb306a403 style: run prettier format on background.html 2025-07-22 01:31:07 +08:00
ZhenShuo Leo
18f1ed9978 refactor: simplify background image syntax 2025-07-22 01:30:39 +08:00
ZhenShuo Leo
26637ee585 refactor: decoupling a11y and blur 2025-07-22 00:43:14 +08:00
ZhenShuo Leo
9f07989148 fix: a11y id confict between desktop and mobile 2025-07-22 00:09:57 +08:00
ZhenShuo Leo
5b376cc116 feat: add a11y panel 2025-07-21 23:58:48 +08:00
Served Smart
fef2b64ca9 🩹 Do not underline title if hovering taxonomies 2025-07-21 12:30:36 +02:00
Served Smart
8d9c93e7b8 🚑 Hotfix: Fix title not being hoverable 2025-07-21 12:24:31 +02:00