Skip to content

Fix/loads of stuff#125

Merged
LovelessCodes merged 8 commits intoreleasefrom
fix/loads-of-stuff
Mar 4, 2026
Merged

Fix/loads of stuff#125
LovelessCodes merged 8 commits intoreleasefrom
fix/loads-of-stuff

Conversation

@LovelessCodes
Copy link
Owner

@LovelessCodes LovelessCodes commented Mar 4, 2026

Summary

  • Briefly describe the purpose of this PR.
  • What problem does it solve or what feature does it add?

Changes

  • List the key changes in this PR.
  • Include noteworthy implementation details or trade-offs.

Related Issues

Screenshots / Demos (if applicable)

  • Add before/after screenshots, recordings, or GIFs.
  • Include instructions to reproduce any UI changes.

Checklist

  • I have linked related issues using #
  • I have updated documentation where appropriate
  • I have verified backward compatibility or noted breaking changes
  • I have run linters/formatters and addressed warnings

Breaking Changes (if any)

  • Describe any breaking changes and migration steps.

Additional Context

  • Anything else reviewers should know (decisions, trade-offs, follow-ups).

Reviewers

  • @tag-relevant-reviewer-1
    (Please tag code owners, domain experts, and stakeholders.)

* 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.
@LovelessCodes LovelessCodes merged commit 3be82b3 into release Mar 4, 2026
1 check passed
@LovelessCodes LovelessCodes deleted the fix/loads-of-stuff branch March 4, 2026 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant