Skip to content

feat: Update deps#19

Open
lovebaihezi wants to merge 7 commits intomainfrom
feat-local-file-explorer
Open

feat: Update deps#19
lovebaihezi wants to merge 7 commits intomainfrom
feat-local-file-explorer

Conversation

@lovebaihezi
Copy link
Copy Markdown
Collaborator

No description provided.

@lovebaihezi lovebaihezi changed the title feat: in app local file explorer feat: Update deps May 14, 2025
@lovebaihezi lovebaihezi self-assigned this May 14, 2025
@lovebaihezi lovebaihezi requested a review from Copilot May 14, 2025 04:50
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates dependency versions and modifies the styling defaults for normal buttons.

  • Updates various package versions in Cargo.toml
  • Adjusts button border and color settings in src/components/button/normal_button.rs

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/components/button/normal_button.rs Modified button layout and color assignments, including border and background color changes.
Cargo.toml Updated dependency versions to their latest releases.
Comments suppressed due to low confidence (3)

src/components/button/normal_button.rs:23

  • The removal of BorderRadius::MAX might affect the button's visual consistency; please verify that this change is aligned with the intended design specifications.
BorderColor(Color::NONE.into()),

src/components/button/normal_button.rs:67

  • Changing the hover state's background color from WHITE to NONE could alter the intended visual feedback; consider double-checking if this change is deliberate.
*bg_color = Color::NONE.into();

Cargo.toml:18

  • Ensure that the update for ruzstd to version 0.8.1 is compatible with all parts of the codebase.
ruzstd = { version = "0.8.1" }

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.

2 participants