mirror of
https://github.com/alrayyes/wiki.git
synced 2025-08-07 15:21:03 +00:00
* feat: implement breadcrumbs * style: fix styling, move breadcrumbs to top * refactor: move `capitalize to `lang.ts`` * refactor: clean breadcrumb generation * feat: add options to breadcrumbs * feat: implement `resolveFrontmatterTitle` * feat: add `hideOnRoot` option * feat(consistency): capitalize every crumb * style: add `flex-wrap` to parent container * refactor: clean `Breadcrumbs.tsx` * feat(accessibility): use `nav`, add aria label * style: improve look in popovers by adding margin * docs: write docs for breadcrumb component * refactor: collapse `if` condition for hideOnRoot * chore: add todo for perf optimization * docs: update introduction |
||
|---|---|---|
| .. | ||
| pages | ||
| scripts | ||
| styles | ||
| ArticleTitle.tsx | ||
| Backlinks.tsx | ||
| Body.tsx | ||
| Breadcrumbs.tsx | ||
| ContentMeta.tsx | ||
| Darkmode.tsx | ||
| Date.tsx | ||
| DesktopOnly.tsx | ||
| Explorer.tsx | ||
| ExplorerNode.tsx | ||
| Footer.tsx | ||
| Graph.tsx | ||
| Head.tsx | ||
| Header.tsx | ||
| index.ts | ||
| MobileOnly.tsx | ||
| PageList.tsx | ||
| PageTitle.tsx | ||
| RecentNotes.tsx | ||
| renderPage.tsx | ||
| Search.tsx | ||
| Spacer.tsx | ||
| TableOfContents.tsx | ||
| TagList.tsx | ||
| types.ts | ||