-
Notifications
You must be signed in to change notification settings - Fork 10
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
Sveltekit Changes to Svelte #198
Merged
cobycloud
merged 12 commits into
swarmauri:master
from
Erick559:fix/sveltekit-changes-to-svelte
Dec 10, 2024
Merged
Sveltekit Changes to Svelte #198
cobycloud
merged 12 commits into
swarmauri:master
from
Erick559:fix/sveltekit-changes-to-svelte
Dec 10, 2024
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
…ency and type safety
…cies, update .gitignore to exclude storybook logs, and refactor main.ts for improved path resolution and compatibility with svelte-vite.
…nstructions for create-svelte; added badges for project visibility and installation guidelines for @swarmakit/svelte library.
…eImageViewer and update related imports in stories for consistency. Introduce new component implementation with rotation and zoom functionality.
…roved accessibility in component library.
…ing capabilities in Svelte library.
…rs resolved. - Move the component and storybook files from the `sveltekit` folder to the `svelte` to ensure all component files are resolved off of their build errors.
…pt compilation settings for the Svelte library.
@cobycloud PR to carry over the chanes from |
@Erick559 looks like we have a build failure |
…nsistency with file naming conventions.
@cobycloud Apologies for that. There was an issue with the import path for one of the css files. Just pushed another commit that will fix that. |
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.
Fix: Enhance Storybook integration by adding new scripts and dependencies, update .gitignore to exclude storybook logs, and refactor main.ts for improved path resolution and compatibility with svelte-vite.
Refactor ProgressBar stories to use StoryFn type for improved consistency and type safety
Update AudioPlayer story to use StoryFn type for improved type safety.
Fix import path for LoadMoreButtonInList component in stories file
Remove "noEmit" option from tsconfig.node.json to streamline TypeScript compilation settings for the Svelte library.
Update: Migrate the component and storybook files with all build errors resolved.
sveltekit
folder to thesvelte
to ensure all component files are resolved off of their build errors.Update: Add Quill dependencies to package.json for enhanced text editing capabilities in Svelte library.
Update: Add LoadmorebuttoninList component export to index.ts for improved accessibility in component library.
Refactor: Rename 360-Degree Image Viewer component to ThreeSixtyDegreeImageViewer and update related imports in stories for consistency. Introduce new component implementation with rotation and zoom functionality.
Update: Add 360-Degree Image Viewer component with styles and Storybook integration.
Update: Update README.md to reflect new project structure and usage instructions for create-svelte; added badges for project visibility and installation guidelines for @swarmakit/svelte library.