-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Website Design #15
Merged
Merged
Website Design #15
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hugos68
added a commit
that referenced
this pull request
Apr 27, 2024
* useFloating hook * Refinements * comments cleanup and reactiveness * Box module, example broke :( * cleanup * format lint * improve useFloating * update example * fix file structure * Added lint disable until context is built in * Changed package name * format * Added exports * Added context * Removed boilerplate stuffs * Added context * Added .pre * Initialized testing * Removed inspects * import * test * Resolved TODO * Removed component for hook tests, added more test cases * Updated tests to cover all reactive props. * format && lint * Website Design (#15) * Basic page styles defined * Layout and styles refined * Add Lucide, refinement * Update content and links * Scrollbars * Page title * Drawer added, but broken * Mobile drawer functional * Nav drawer animation * Update links * Nav anchor drawer fix * Stubbed placeholder pages * Homepage placeholder * Removed sandbox page * Simplified internals. Added missing tests * Nitpick * Added middlewareData test * format lint * Added changesets, cleaned up packagejson * Added CI and release job * All branches target * Run CI on pull request * Fixed node version * Fixed linting issues * Divided into jobs * Added FIXME with link to github * Added sync command and run before builds * Added sveltekit sync to both builds * packagejson fix * Moved versions into env to make it easier to change across the jobs * Added LICENSE * Stricter TSconfig * Added coverage * Added packageManager field, fixed incorrect type * Add text (cmd output) coverage reporter * Remove accidental coverage push * Update pnpm to v9 * Remove format step from ci. (linting handles checks the format) * Updated actions, fixed `publish` script clashing with `npm publish` * Reverted pnpm version * Fixed conflict * Replaced raw pnpm version with variable * Colocated tests * Feat: Code highlighting for docs (#18) * Added shiki * Moved stores to `docs` module * Resolved pnpm-lock conflict * Fixed code block issues * Better specificy, fixed @html warning * Website now uses packagejson version (#29) * moved to static adapter --------- Co-authored-by: abdel-17 <abdelrahmanb015@gmail.com> Co-authored-by: Chris Simmons <gundamx9740@gmail.com>
endigo9740
added a commit
that referenced
this pull request
May 2, 2024
* Version packages (#30) * useFloating hook * Refinements * comments cleanup and reactiveness * Box module, example broke :( * cleanup * format lint * improve useFloating * update example * fix file structure * Added lint disable until context is built in * Changed package name * format * Added exports * Added context * Removed boilerplate stuffs * Added context * Added .pre * Initialized testing * Removed inspects * import * test * Resolved TODO * Removed component for hook tests, added more test cases * Updated tests to cover all reactive props. * format && lint * Website Design (#15) * Basic page styles defined * Layout and styles refined * Add Lucide, refinement * Update content and links * Scrollbars * Page title * Drawer added, but broken * Mobile drawer functional * Nav drawer animation * Update links * Nav anchor drawer fix * Stubbed placeholder pages * Homepage placeholder * Removed sandbox page * Simplified internals. Added missing tests * Nitpick * Added middlewareData test * format lint * Added changesets, cleaned up packagejson * Added CI and release job * All branches target * Run CI on pull request * Fixed node version * Fixed linting issues * Divided into jobs * Added FIXME with link to github * Added sync command and run before builds * Added sveltekit sync to both builds * packagejson fix * Moved versions into env to make it easier to change across the jobs * Added LICENSE * Stricter TSconfig * Added coverage * Added packageManager field, fixed incorrect type * Add text (cmd output) coverage reporter * Remove accidental coverage push * Update pnpm to v9 * Remove format step from ci. (linting handles checks the format) * Updated actions, fixed `publish` script clashing with `npm publish` * Reverted pnpm version * Fixed conflict * Replaced raw pnpm version with variable * Colocated tests * Feat: Code highlighting for docs (#18) * Added shiki * Moved stores to `docs` module * Resolved pnpm-lock conflict * Fixed code block issues * Better specificy, fixed @html warning * Website now uses packagejson version (#29) * moved to static adapter --------- Co-authored-by: abdel-17 <abdelrahmanb015@gmail.com> Co-authored-by: Chris Simmons <gundamx9740@gmail.com> * homepage --------- Co-authored-by: Hugo Korte <63101006+Hugos68@users.noreply.github.com> Co-authored-by: abdel-17 <abdelrahmanb015@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #2