generated from sohamjaiswal/svelte-starter
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: migrate to svelte v4 * feat: bump node version for docker * feat: set theme cookie path * feat: migrate to sveltekit v2 * fix: run format * feat: upgrade sveltekit superforms * fix: tw purge plugin
- Loading branch information
1 parent
1e393c6
commit 0642918
Showing
80 changed files
with
3,834 additions
and
2,890 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,43 @@ | ||
## Feature Description | ||
|
||
Please provide a brief description of the new feature being implemented in this pull request. | ||
|
||
## Problem Statement | ||
|
||
Explain the problem or need that this feature aims to address. | ||
|
||
## Proposed Solution | ||
|
||
Describe the solution or approach taken to implement the new feature. | ||
|
||
## Implementation Details | ||
|
||
Provide additional details about the implementation, such as specific code changes, new components, or relevant architectural decisions. | ||
|
||
## Screenshots (if applicable) | ||
|
||
If the feature introduces changes to the UI, include screenshots or images showcasing the new functionality. | ||
|
||
## Testing | ||
|
||
Describe the steps taken to test the feature. Include relevant test cases or scenarios that were considered. | ||
|
||
## Dependencies | ||
|
||
List any dependencies or related issues/pull requests that need to be resolved for this feature to work correctly. | ||
|
||
## Checklist | ||
|
||
- [ ] I have tested this feature locally and it works as expected. | ||
- [ ] I have updated the documentation, if necessary, to reflect the new feature. | ||
- [ ] I have followed the project's coding standards and best practices. | ||
- [ ] I have reviewed my code and ensured it is well-documented and maintainable. | ||
- [ ] I have assigned the pull request to the appropriate reviewer(s). | ||
|
||
## Related Issues | ||
|
||
List any related issues or pull requests that are connected to this feature. | ||
|
||
## Additional Notes | ||
Add any additional information or context that might be helpful for reviewers. | ||
|
||
Add any additional information or context that might be helpful for reviewers. |
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
supportedArchitectures: | ||
os: | ||
- "current" | ||
- "darwin" | ||
- "linux" | ||
- "win32" | ||
cpu: | ||
os: | ||
- 'current' | ||
- 'darwin' | ||
- 'linux' | ||
- 'win32' | ||
cpu: | ||
- current" | ||
- "x64" | ||
- "ia32" | ||
- 'x64' | ||
- 'ia32' |
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:16-alpine | ||
FROM node:18-alpine | ||
|
||
WORKDIR /app | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:16-alpine | ||
FROM node:18-alpine | ||
|
||
WORKDIR /app | ||
|
||
|
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
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
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
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
Oops, something went wrong.