264667683b
changed 404
continuous-integration/drone/push Build was killed
2024-09-05 00:04:26 +03:00
6f5b5b9a18
added _GithubSource.tsx
continuous-integration/drone/push Build is passing
2024-09-04 23:56:25 +03:00
6cbe8bffbc
Dockerfile added git
continuous-integration/drone/push Build is passing
2024-09-04 23:33:45 +03:00
01256a5ae1
custom css
continuous-integration/drone/push Build is passing
2024-09-04 22:35:03 +03:00
764c15cd90
custom css
continuous-integration/drone/push Build was killed
2024-09-04 22:31:55 +03:00
79a33c8271
custom css
continuous-integration/drone/push Build was killed
2024-09-04 22:30:30 +03:00
3e70f7c79a
custom css
continuous-integration/drone/push Build was killed
2024-09-04 22:26:09 +03:00
b3afab86fd
custom css
continuous-integration/drone/push Build was killed
2024-09-04 22:23:03 +03:00
b6cde7ac96
custom css
continuous-integration/drone/push Build is passing
2024-09-04 21:54:51 +03:00
c299e1e3e3
quartz deleted
continuous-integration/drone/push Build is passing
2024-09-04 21:33:35 +03:00
92ac595aa6
changed icon
continuous-integration/drone/push Build was killed
2024-09-04 21:29:00 +03:00
743d34fe5d
changed icon
continuous-integration/drone/push Build was killed
2024-09-04 21:26:51 +03:00
133a34259b
changed recentNotes.scss
continuous-integration/drone/push Build is passing
2024-09-04 20:16:07 +03:00
269b89e7de
added remark42
continuous-integration/drone/push Build is passing
2024-09-03 16:48:33 +03:00
db4b14d53c
added remark42
continuous-integration/drone/push Build was killed
2024-09-03 16:47:35 +03:00
db3eba231f
added zip_image.sh
continuous-integration/drone/push Build is passing
2024-09-03 15:09:18 +03:00
11cd9295b2
added remark42
continuous-integration/drone/push Build is failing
2024-09-03 08:56:05 +03:00
becfc27348
fixed Dockerfile
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
2024-09-01 17:44:29 +03:00
02f1f6e56a
Revert "fixed Dockerfile"
...
continuous-integration/drone/tag Build is passing
This reverts commit 650596f88b
.
2024-09-01 16:52:46 +03:00
650596f88b
fixed Dockerfile
continuous-integration/drone/push Build was killed
2024-09-01 16:52:08 +03:00
d82b9d059b
fixed Dockerfile
2024-09-01 16:51:31 +03:00
3c37ee024b
fixed Dockerfile
continuous-integration/drone/push Build was killed
continuous-integration/drone/tag Build was killed
2024-09-01 16:43:44 +03:00
b748adc8a9
fixed Dockerfile
continuous-integration/drone/push Build is pending
continuous-integration/drone/tag Build is passing
2024-09-01 16:01:31 +03:00
f56ed6f78b
fixed Dockerfile
continuous-integration/drone/tag Build was killed
continuous-integration/drone/push Build was killed
2024-09-01 15:54:25 +03:00
5dccc2e4cf
fixed Dockerfile
continuous-integration/drone/push Build was killed
continuous-integration/drone/tag Build is passing
2024-09-01 15:16:11 +03:00
e9ebe3dfe1
fixed cicd
continuous-integration/drone/push Build was killed
continuous-integration/drone/tag Build is failing
2024-09-01 14:23:20 +03:00
44acdbb47e
added cicd
continuous-integration/drone/push Build was killed
2024-09-01 14:20:13 +03:00
Aaron Pham
bca74623a3
perf(graph): canvas implementation ( #1328 )
...
* perf(graph): initial canvas layout
include nodes and links drawn
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* fix(graph): update persistent for nodeGfx
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* chore(graph): add canvas element to avoid rerendering glitch
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* fix(spa): only render graph once in global
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* fix(graph): change svg as button
render global graph on toggle
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* fix(graph): fix anchor position and zIndex behaviour
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* chore(graph): increase linkDistance
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
* refactor
* fmt
* pkg
---------
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2024-08-25 00:33:14 -07:00
Andrew
4c9e860150
a11y(darkmode): use a button for the theme toggle ( #1335 )
...
* Use a `<button>` for theme toggle
* docs: Adds back Xinyang's cs garden to showcase (#1323 )
adding back my garden which was deleted from the cleanup showcase
* feat(toc,explorer): add accessibility for toggle (#1327 )
* Restore focus highlight on explorer toggle button.
Remove `unset: all` declaration causing `outline`
property to be unset. This allows the default
browser focus highlight to be shown.
* Fix semantics of expandable sections (explorer, toc).
This adds the appropriate aria attributes for the [disclosure pattern](https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/examples/disclosure-image-description/#javascriptandcsssourcecode ) and uses `visibility: hidden` to remove the hidden elements from the focus order without disrupting the animations. Further work is needed on the tree view nodes.
* Run prettier for SCSS files.
* feat: custom global latex macros (closes #1325 )
* chore: ts fixes
* docs: recommend at least node 20 in gh
* fix: unmemoize explorer on rebuild (closes #1077 )
* fix: pass buildId to worker
* Fix theme button DOM hierarchy and styles
* Restore functionality of theme button
* `aria-label` on theme svgs so their accessible labels are included in button content
---------
Co-authored-by: Xinyang Yu <47915643+xy-241@users.noreply.github.com>
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2024-08-24 13:33:30 -07:00
Danny van Tol
46b63b68bf
fix: Link visibility in exampanded TOC while collapseByDefault is true ( #1371 )
2024-08-24 12:56:17 -07:00
Andrew
c4cd84dcc8
fix: Add a wrapper element to dates in PageList. ( #1345 )
...
* Add a wrapper span to dates in PageList.
This means there is a placeholder when date is not specified, so the values in grid-template-columns always line up correctly.
* Use a <div> instead -- better practice to stick to block elements.
2024-08-24 10:13:55 -07:00
Aaron Pham
2be9c096a1
chore(features): remove implemented ( #1350 )
2024-08-24 10:13:14 -07:00
Tony Jackson
f913332862
docs: Update Gitlab CI runner tag to use Gitlab runner ( #1365 )
...
Co-authored-by: Tony Jackson <tony.aaj.jackson@protonmail.com>
2024-08-23 18:55:03 -07:00
Elijah Kennedy
647c125525
docs: added permalink description to supported frontmatter doc ( #1369 )
2024-08-23 18:35:52 -07:00
Eledah
3b74453fe6
docs: RTL showcase ( #1362 )
2024-08-20 09:28:52 -07:00
dependabot[bot]
6b499ed90c
chore(deps): bump @floating-ui/dom from 1.6.8 to 1.6.10 ( #1358 )
...
Bumps [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom ) from 1.6.8 to 1.6.10.
- [Release notes](https://github.com/floating-ui/floating-ui/releases )
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md )
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/dom@1.6.10/packages/dom )
---
updated-dependencies:
- dependency-name: "@floating-ui/dom"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 14:18:00 -07:00
dependabot[bot]
437d65c847
chore(deps): bump lightningcss from 1.25.1 to 1.26.0 ( #1359 )
...
Bumps [lightningcss](https://github.com/parcel-bundler/lightningcss ) from 1.25.1 to 1.26.0.
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases )
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.25.1...v1.26.0 )
---
updated-dependencies:
- dependency-name: lightningcss
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 14:15:43 -07:00
dependabot[bot]
7c5709b660
chore(deps): bump preact-render-to-string from 6.5.7 to 6.5.9 ( #1360 )
...
Bumps [preact-render-to-string](https://github.com/preactjs/preact-render-to-string ) from 6.5.7 to 6.5.9.
- [Release notes](https://github.com/preactjs/preact-render-to-string/releases )
- [Changelog](https://github.com/preactjs/preact-render-to-string/blob/main/CHANGELOG.md )
- [Commits](https://github.com/preactjs/preact-render-to-string/compare/v6.5.7...v6.5.9 )
---
updated-dependencies:
- dependency-name: preact-render-to-string
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 14:15:34 -07:00
dependabot[bot]
21e1921822
chore(deps): bump @napi-rs/simple-git from 0.1.16 to 0.1.17 ( #1357 )
...
Bumps [@napi-rs/simple-git](https://github.com/Brooooooklyn/simple-git ) from 0.1.16 to 0.1.17.
- [Release notes](https://github.com/Brooooooklyn/simple-git/releases )
- [Commits](https://github.com/Brooooooklyn/simple-git/compare/v0.1.16...v0.1.17 )
---
updated-dependencies:
- dependency-name: "@napi-rs/simple-git"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 14:14:45 -07:00
dependabot[bot]
e47c29d2fd
chore(deps): bump rehype-katex from 7.0.0 to 7.0.1 ( #1356 )
...
Bumps [rehype-katex](https://github.com/remarkjs/remark-math ) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/remarkjs/remark-math/releases )
- [Commits](https://github.com/remarkjs/remark-math/compare/rehype-katex@7.0.0...rehype-katex@7.0.1 )
---
updated-dependencies:
- dependency-name: rehype-katex
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 14:14:29 -07:00
dependabot[bot]
a5f2f874f7
chore(deps-dev): bump tsx from 4.16.2 to 4.17.0 ( #1340 )
...
Bumps [tsx](https://github.com/privatenumber/tsx ) from 4.16.2 to 4.17.0.
- [Release notes](https://github.com/privatenumber/tsx/releases )
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs )
- [Commits](https://github.com/privatenumber/tsx/compare/v4.16.2...v4.17.0 )
---
updated-dependencies:
- dependency-name: tsx
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-15 05:07:05 -04:00
dependabot[bot]
eb23cbe8da
chore(deps): bump rehype-citation from 2.0.0 to 2.1.1 ( #1341 )
...
Bumps [rehype-citation](https://github.com/timlrx/rehype-citation ) from 2.0.0 to 2.1.1.
- [Release notes](https://github.com/timlrx/rehype-citation/releases )
- [Commits](https://github.com/timlrx/rehype-citation/compare/v2.0.0...v2.1.1 )
---
updated-dependencies:
- dependency-name: rehype-citation
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-15 04:25:07 -04:00
dependabot[bot]
cb68069d45
chore(deps-dev): bump typescript from 5.5.3 to 5.5.4 ( #1343 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.5.3 to 5.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-15 04:24:48 -04:00
Andrew
d27c292736
feat: Mark the external link icon as aria-hidden ( #1346 )
2024-08-12 20:06:19 -07:00
dependabot[bot]
0ee103a514
chore(deps): bump shiki from 1.10.3 to 1.12.1 ( #1344 )
...
Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki ) from 1.10.3 to 1.12.1.
- [Release notes](https://github.com/shikijs/shiki/releases )
- [Changelog](https://github.com/shikijs/shiki/blob/main/CHANGELOG.md )
- [Commits](https://github.com/shikijs/shiki/commits/v1.12.1/packages/shiki )
---
updated-dependencies:
- dependency-name: shiki
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-12 13:38:15 -07:00
dependabot[bot]
c5f0b69a52
chore(deps): bump preact from 10.22.1 to 10.23.2 ( #1342 )
...
Bumps [preact](https://github.com/preactjs/preact ) from 10.22.1 to 10.23.2.
- [Release notes](https://github.com/preactjs/preact/releases )
- [Commits](https://github.com/preactjs/preact/compare/10.22.1...10.23.2 )
---
updated-dependencies:
- dependency-name: preact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-12 13:37:54 -07:00
Karthi Fair Hawn
323167a001
docs(hosting): missing key with: ( #1334 )
2024-08-10 08:32:51 -07:00
Andrew
3b5ed813f5
feat(search): keyboard-accessible search button ( #1331 )
...
* Use a `<button>` for search
* Fix search button styles to match preexisting styling
* Remove additional native button properties.
* Invoke search button on click or keyboard.
* Reorganize search button DOM hierarchy
* Restore focus to the search button when exiting the search overlay
* Run prettier on Search.tsx
2024-08-09 18:46:50 -07:00
Jacky Zhao
195fc5134c
fix: pass buildId to worker
2024-08-08 19:33:27 -07:00
Jacky Zhao
e89c395f7c
fix: unmemoize explorer on rebuild ( closes #1077 )
2024-08-08 19:17:20 -07:00