Skip to content

Bug: Update Web-Based Dialogs to Desktop-Based Dialogs #525

Open
@gitsofaryan

Description

@gitsofaryan

Descrption

The CircuitVerse desktop app, built with Tauri framework, currently uses web-based dialogs that display messages like "We have saved your project: aj in your browser's localStorage" when saving a project, as seen in the screenshot. This is misleading in a desktop context because the app should save files to the local storage rather than the browser’s localStorage. when using desktop we need to update the save dialog to display "We have saved your project: [projectName] in local storage," where "local storage" refers to the desktop filesystem.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions