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

Don't "open" newly created databases/tables #4055

Closed
seancolsen opened this issue Dec 6, 2024 · 0 comments · Fixed by #4089
Closed

Don't "open" newly created databases/tables #4055

seancolsen opened this issue Dec 6, 2024 · 0 comments · Fixed by #4089
Assignees
Labels
ready Ready for implementation restricted: maintainers Only maintainers can resolve this issue work: frontend Related to frontend code in the mathesar_ui directory

Comments

@seancolsen
Copy link
Contributor

seancolsen commented Dec 6, 2024

Current behavior

  • Our UX is inconsistent when creating new things.

    • When creating a new Schema the user remains on the database page, still viewing the list of schemas.

    • When creating a new Database or Table, we navigate to the corresponding page after creating it.

Desired behavior

  • Consistently follow the pattern currently used when creating schemas — don't "open" new things after creating them

  • When creating a new database, stay on the home page looking at the list of databases.

  • When creating a new table, stay on the schema page looking at the, list of tables.

Notes

@seancolsen seancolsen added ready Ready for implementation restricted: maintainers Only maintainers can resolve this issue type: enhancement work: frontend Related to frontend code in the mathesar_ui directory labels Dec 6, 2024
@seancolsen seancolsen added this to the v0.2.0 (beta release) milestone Dec 6, 2024
@seancolsen seancolsen self-assigned this Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready Ready for implementation restricted: maintainers Only maintainers can resolve this issue work: frontend Related to frontend code in the mathesar_ui directory
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants