Skip to content

Conversation

invisal
Copy link
Collaborator

@invisal invisal commented Dec 17, 2024

No description provided.

</DropdownMenuItem>
<DropdownMenuItem onClick={() => navigate("/instance/create/mssql")}>
<PostgreIcon className="h-4 w-4" />
Microsoft SQL
Copy link

Choose a reason for hiding this comment

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

suggestion: I would go for Microsoft SQL Server or simply SQL Server

export function SqlServerInstance() {
const [data, setData] = useImmer<DatabaseInstanceStoreItem>(() => ({
id: "mssql-" + DatabaseManagerStore.generateShortId(),
name: "MS SSQL Local",
Copy link

Choose a reason for hiding this comment

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

Suggested change
name: "MS SSQL Local",
name: "SQL Server LocalDb",

<div>
<Toolbar>
<ToolbarBackButton />
<ToolbarTitle text="Create PostgresSQL Database" icon={MySQLIcon} />
Copy link

Choose a reason for hiding this comment

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

Suggested change
<ToolbarTitle text="Create PostgresSQL Database" icon={MySQLIcon} />
<ToolbarTitle text="Create MS SQL Database" icon={MySQLIcon} />

PostgreSQL
</DropdownMenuItem>
<DropdownMenuItem onClick={() => navigate("/instance/create/mssql")}>
<PostgreIcon className="h-4 w-4" />
Copy link

Choose a reason for hiding this comment

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

suggestion: not sure if it will help you, but there are some icons here https://react-icons.github.io/react-icons/search/#q=sql

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