Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ New website #9

Merged
merged 77 commits into from
Jan 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
654c8d6
chore: prepare new website + upgrade to react 19
pheralb Dec 25, 2024
5dd399c
chore: add ``.content-collections`` to .gitignore
pheralb Dec 25, 2024
779af93
fix: change singleQuote option to false in Prettier configuration
pheralb Dec 25, 2024
b113b48
chore: add content-collections, rehype/remark with fumadocs & rehype-…
pheralb Dec 25, 2024
3b1908b
feat: initial content-collections config + integration to Nextjs
pheralb Dec 25, 2024
417c044
chore: add shadcn/ui styles
pheralb Dec 25, 2024
6a39aa0
feat: add components configuration for Shadcn UI
pheralb Dec 25, 2024
64ddad0
feat: add custom fonts
pheralb Dec 25, 2024
d32a082
chore: add radix: dialog, dropdown-menu & slot, react-symbols, cmdk, …
pheralb Dec 26, 2024
b971b06
chore: update page extensions in Next.js configuration
pheralb Dec 26, 2024
db316b9
docs: update docs with new MDX components
pheralb Dec 27, 2024
a8256ef
chore: add rehype-pretty-code plugin + custom options
pheralb Dec 27, 2024
907673f
feat: enhance Tailwind CSS configuration with typography and custom a…
pheralb Dec 27, 2024
40f6b1c
chore: update lock file
pheralb Dec 27, 2024
13b5220
feat: migrate UI components
pheralb Dec 27, 2024
3099621
feat: add theme & toaster providers
pheralb Dec 27, 2024
588febd
feat: update globals.css for light/dark mode support in Rehype-Pretty…
pheralb Dec 27, 2024
52d46b1
feat: add global and playground components to MDX renderer
pheralb Dec 27, 2024
6357cad
feat: migrate docs config
pheralb Dec 27, 2024
bb6fb29
feat: initial codeblock with Shiki, built for MDX & client
pheralb Dec 27, 2024
1f999e1
feat: migrate store with Zustand
pheralb Dec 27, 2024
efd83e4
feat: initial new layout + migrate main pages
pheralb Dec 27, 2024
ef48532
feat: migrate layout
pheralb Dec 27, 2024
e6d493c
feat: add article. hero, modeToggle, search, sparkleCard & usage UI c…
pheralb Dec 27, 2024
bd6a142
feat: migrate interactive toast & toaster playground
pheralb Dec 27, 2024
1a8c51c
fix: delete unused rehype pretty options
pheralb Dec 27, 2024
0a9f4e8
chore: add ``unist-util-visit`` dependency
pheralb Dec 28, 2024
82af1ab
feat: enhance MDX processing with rehype plugins for code blocks and …
pheralb Dec 28, 2024
7be7d7b
feat: add support for more languages + use custom ``rawstring`` property
pheralb Dec 28, 2024
ef3de1f
feat: improve ``copyToClipboard`` utility
pheralb Dec 28, 2024
106fd8b
fix: initialize timeout and start time refs to avoid undefined values
pheralb Dec 28, 2024
af02390
fix: update DocPage props to handle promise for ``slug`` parameter
pheralb Dec 28, 2024
b30aee0
feat: add static images + webmanifest
pheralb Dec 28, 2024
6c8e168
fix: add description to main library
pheralb Dec 28, 2024
9754dc7
feat: add metadata
pheralb Dec 28, 2024
a3c2626
docs: update description for main page
pheralb Dec 28, 2024
fb3a4e9
feat: add loading state to code block component
pheralb Dec 28, 2024
0466505
fix: update ``dev:docs`` script filter to point to ``@pheralb/toast-w…
pheralb Dec 28, 2024
0ce42a7
chore: add ``fast-npm-meta`` dependency
pheralb Dec 28, 2024
844be2a
feat: add padding to container in Tailwind config
pheralb Dec 28, 2024
a61e778
feat: design improvements + add footer component
pheralb Dec 28, 2024
40c5760
docs: update ``icons`` property
pheralb Dec 28, 2024
9a863cb
feat: create custom ``installLibrary`` UI component
pheralb Dec 28, 2024
a69b051
feat: design improvements
pheralb Dec 28, 2024
9521e7e
feat: create ``frameworkGuides`` UI component
pheralb Dec 28, 2024
cc815ac
feat: update CodeblockClient to support additional languages and impr…
pheralb Dec 28, 2024
cc9f574
feat: enhance CopyToClipboard button with improved styling and access…
pheralb Dec 28, 2024
fbd93e6
feat: remove unused TailwindCSS icon from ToastCustomOptions component
pheralb Dec 28, 2024
3ba0dac
fix: remove unnecessary ``!important`` from light theme
pheralb Dec 29, 2024
3f66430
chore: add ``rehype-autolink-headings`` dependency
pheralb Dec 29, 2024
2a5cfca
feat: add rehype-autolink-headings for automatic heading linking in d…
pheralb Dec 29, 2024
2b45c3c
feat: add ``ArticleHeader`` component
pheralb Dec 29, 2024
227bc19
feat: add ``HEADING_LINK_ANCHOR`` for custom heading link styling
pheralb Dec 29, 2024
17509bd
docs: improve remix documentation guide
pheralb Dec 29, 2024
9dff905
docs: update usage guides for Astro and Next.js with improved clarity
pheralb Dec 29, 2024
b2b93f8
fix: update ``HEADING_LINK_ANCHOR`` for improved dark mode hover visi…
pheralb Dec 29, 2024
2f24dff
feat: enhance Toaster component to support current theme dynamically
pheralb Dec 29, 2024
3db98e0
feat: improve search, command & dialog UI components
pheralb Jan 1, 2025
aedf2dd
docs: add TanStack Start guide
pheralb Jan 1, 2025
eed0dd8
fix: remove unused usage component
pheralb Jan 1, 2025
057bec1
docs: update options, remix & toaster docs
pheralb Jan 1, 2025
60b28ae
feat: design improvements, button & icons
pheralb Jan 1, 2025
3a9af6c
fix: reorder social links, move Twitter below GitHub
pheralb Jan 1, 2025
07af559
fix: update ``toast`` title to include parentheses for clarity
pheralb Jan 3, 2025
302ae26
chore: add ``motion`` dependency
pheralb Jan 7, 2025
f1aad97
fix: activate ``bypassInlineCode`` property
pheralb Jan 7, 2025
39d849c
feat: new layout - add responsive UI components for main sidebar & ToC
pheralb Jan 8, 2025
781f92b
feat: add sheet UI component
pheralb Jan 8, 2025
00425f9
feat: add styling for highlighted lines in code blocks
pheralb Jan 8, 2025
a15687a
feat: integrate responsive table of contents menu in article pages
pheralb Jan 8, 2025
4806fc7
docs: update docs for main site, tanstack start guide & toast
pheralb Jan 8, 2025
5fae190
feat: enhance copy to clipboard button with animation and update hero…
pheralb Jan 8, 2025
6c0b0b3
feat: allow custom class names in article component and adjust backgr…
pheralb Jan 8, 2025
d4848e0
chore: export ``ToastAnimations`` type
pheralb Jan 12, 2025
c484555
feat: introducing ``default`` & ``swipe`` animations
pheralb Jan 12, 2025
45a9a85
docs: add ``animationOnClose`` playground component
pheralb Jan 12, 2025
25ff179
chore: prepare ``v1.0.0``
pheralb Jan 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ dist
/.next/
/out/

# Content Collections
.content-collections

# Astro
.astro

Expand Down
51 changes: 0 additions & 51 deletions docs/astro.config.ts

This file was deleted.

3 changes: 0 additions & 3 deletions docs/eslint.config.mjs

This file was deleted.

57 changes: 0 additions & 57 deletions docs/package.json

This file was deleted.

Binary file removed docs/public/fonts/GeistMonoVF.woff2
Binary file not shown.
Binary file removed docs/public/fonts/GeistVF.woff2
Binary file not shown.
Binary file removed docs/public/images/og_image_2_white.jpg
Binary file not shown.
Binary file removed docs/public/images/og_image_white.jpg
Binary file not shown.
24 changes: 0 additions & 24 deletions docs/src/components/article.astro

This file was deleted.

89 changes: 0 additions & 89 deletions docs/src/components/codeblock.tsx

This file was deleted.

116 changes: 0 additions & 116 deletions docs/src/components/examples/toastCustomOptions.tsx

This file was deleted.

Loading
Loading