Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent Folder Selection Handling and UI Glitches in MechType Tauri #2

Open
SurajRaika opened this issue Mar 2, 2024 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@SurajRaika
Copy link
Owner

Issue Description:

Folder Selection Error:

When: User clicks "Select Folder" but doesn't select a folder (cancels the dialog).
Problem: Rust sends an error message.
Proposed Solution:
Display a user-friendly notification on the frontend using the error message received from Rust.
The notification should clearly state: "No folder was selected. Please choose a valid folder to proceed."

Invalid Folder Selection:

When: User selects a folder that is not valid (e.g., doesn't exist, incorrect format).
Problem: Rust sends a message to the frontend.
Proposed Solution:
Display a user-friendly notification on the frontend using the message received from Rust.
The notification should provide specific guidance:
"The selected folder is invalid (e.g., doesn't exist, incorrect format). Please choose a valid folder."

Search Bar UI Glitch:

Problem: Once the search bar is opened, it cannot be closed.
Proposed Solution:
Implement a clear closing mechanism for the search bar (e.g., an "X" button or clicking outside the search area).

Additional Information (Optional):

Provide any relevant screenshots or code snippets demonstrating the issues.
If applicable, include reproduction steps that consistently trigger the errors.

Setup Project :
https://tauri.app/v1/guides/getting-started/prerequisites/

@SurajRaika SurajRaika added help wanted Extra attention is needed good first issue Good for newcomers labels Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant