Closed
Conversation
- Removed `@types/pako` and `pako` from `package.json` and `pnpm-lock.yaml` as they are no longer needed.
ts had took care
- Updated `.gitignore` to exclude specific output and cache file types. - Enhanced the UI in `+page.svelte` with new components and improved layout for backup and download functionalities. - Introduced custom CSS variables for theming and dark mode support in `app.css`.
…velte - Added dependency for @humanspeak/svelte-markdown to enable markdown rendering. - Implemented functions to load and display markdown content for cached threads. - Introduced a refresh feature for cached threads, allowing users to update data from the API. - Enhanced UI with improved sorting options and message handling for user feedback.
- Moved the loading of cached threads to the onMount lifecycle method to ensure it runs only on the client side, improving performance and preventing server-side execution issues.
- Added 'allowedHosts' option to the server configuration in vite.config.ts to enhance server host management.
- Updated the sorting function for cached threads by reversing the order of parameters in the comparison function for 'threadId' sorting, ensuring the correct display order.
- Introduced a new function to normalize time values to ISO 8601 format in both +server.ts files for cache and refresh-all routes. - Updated the handling of lastReplyTime to ensure consistent formatting across cached threads.
- Updated the onchange event for the download format selection to ensure the target element is correctly referenced before calling the download function.
- Changed the type of messageTimeout from number to ReturnType<typeof setTimeout> | undefined for better type safety and clarity in handling timeout values.
- Changed the headers declaration to use a Record type for better type safety. - Added conditional logic to include the Cookie header only if a cookie is present, improving request handling.
- Enhanced the build workflow to support multiple operating systems (Windows, Ubuntu, macOS) using a matrix strategy. - Added steps for setting up Node.js, installing dependencies, and building the project. - Implemented artifact creation and upload for build outputs. - Introduced a release step to create and upload release assets based on the build artifacts.
- Added steps to create a build archive and upload build artifacts. - Implemented a release step to download artifacts, create a GitHub release, and upload release assets. - Improved project structure handling during the build process.
- Updated the upload and download artifact actions from v3 to v4 for improved functionality and performance.
- Changed the Svelte adapter from '@sveltejs/adapter-auto' to '@sveltejs/adapter-node' for better compatibility. - Simplified the build artifact creation process in the GitHub Actions workflow by directly referencing the build directory.
…json and pnpm-lock.yaml
- Added steps to generate SEA blob and install postject. - Implemented platform-specific actions for creating Node.js executable copies, signing binaries, and injecting SEA blobs. - Introduced cleanup and archiving steps for SEA artifacts. - Updated artifact upload steps to include SEA archives.
This file contains hidden or 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
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.
No description provided.