Merged
Conversation
* Changed `@base-ui-components/react` to `@base-ui/react` with version `^1.2.0`. * Added `@tauri-apps/plugin-clipboard-manager` dependency with version `~2`.
* Included version "2" for `tauri-plugin-clipboard-manager` in `Cargo.toml`. * This addition enhances clipboard management capabilities in the application.
* Added `clipboard-manager:default` and `clipboard-manager:allow-write-text` permissions to `default.json`, `desktop.json`, and `zustand.json`. * Ensures clipboard functionality is supported across capabilities.
* Integrated the `tauri_plugin_clipboard_manager` plugin into the Tauri application. * This enhancement allows for clipboard management functionalities within the app.
* Simplified `reqwest` imports by removing unused headers. * Changed `tagid` in `ModTags` struct from `i64` to `Value` for better flexibility.
* Removed unnecessary context and refs for `triggerRef`. * Simplified the `ContextMenu` and `ContextMenuTrigger` components. * Updated import path for `ContextMenuPrimitive` to align with package structure.
* Changed import paths from `@base-ui-components/react` to `@base-ui/react` for consistency. * Ensures compatibility with the latest version of the `@base-ui` library.
* Replaced `window.navigator.clipboard.writeText` with `writeText` from `@tauri-apps/plugin-clipboard-manager` for clipboard operations. * This change ensures better compatibility with Tauri's clipboard management.
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.
Summary
Changes
Related Issues
(Use keywords so merging will auto-close the issues. Example: Closes feat: adds/removes servers from installations in-game server browser #23)
Screenshots / Demos (if applicable)
Checklist
Breaking Changes (if any)
Additional Context
Reviewers
(Please tag code owners, domain experts, and stakeholders.)