Skip to content

feat: name generator for servers/create#33

Draft
madonuko wants to merge 12 commits into
FyraStack:mainfrom
madonuko:main
Draft

feat: name generator for servers/create#33
madonuko wants to merge 12 commits into
FyraStack:mainfrom
madonuko:main

Conversation

@madonuko

@madonuko madonuko commented Jul 5, 2026

Copy link
Copy Markdown

Resolves #21

Comment thread apps/dashboard/src/lib/server/name-generator.ts Outdated
Comment thread apps/dashboard/src/lib/server/name-generator.ts Outdated
@nothingneko

Copy link
Copy Markdown

ts so fyracore 🥹

Comment on lines -126 to 127
let serverName = $state('');
let serverName = $state(generateServerName());
let selectedImageId = $state<string | null>(null);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

this should instead likely be around the server name field, so you can re-roll it as needed.

@madonuko madonuko marked this pull request as draft July 6, 2026 09:41
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.

Naming Generator for New VPS's

6 participants