mirror of
https://github.com/modrinth/code.git
synced 2026-09-03 13:36:48 +00:00
refactor: StyledInput refactor -> Input components (#6733)
* feat: align style * feat: new input components * refactor: migrate to new input components * refactor: rename component * prepr * chore: group inputs like buttons * fix: lint * feat: docs * fix: lint * fix: bugs * prepr * fix slug + adjust create server project --------- Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
This commit is contained in:
@@ -342,7 +342,7 @@ only a list of actions or links.
|
||||
|
||||
<template #panel="{ close }">
|
||||
<div class="flex w-72 flex-col gap-4">
|
||||
<StyledInput v-model="versionName" label="Version name" />
|
||||
<Input v-model="versionName" label="Version name" />
|
||||
<Button type="colored" @click="close()">Apply</Button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user