kin: KIN-UI-025-frontend_dev
This commit is contained in:
parent
d5125793d0
commit
cacd8ef1d7
4 changed files with 11 additions and 2 deletions
|
|
@ -205,6 +205,7 @@ async function createNewProject() {
|
|||
<p class="text-sm text-gray-500" v-if="totalCost > 0">{{ t('dashboard.cost_this_week') }}: ${{ totalCost.toFixed(2) }}</p>
|
||||
</div>
|
||||
<div class="relative">
|
||||
<div v-if="showNewMenu" class="fixed inset-0 z-[5]" @click="showNewMenu = false"></div>
|
||||
<button @click="showNewMenu = !showNewMenu"
|
||||
class="px-3 py-1.5 text-xs bg-gray-800 text-gray-300 border border-gray-700 rounded hover:bg-gray-700 flex items-center gap-1">
|
||||
+ {{ t('dashboard.new_project') }} ▾
|
||||
|
|
@ -228,7 +229,7 @@ async function createNewProject() {
|
|||
|
||||
<div v-if="!loading && !error" class="mb-3">
|
||||
<input v-model="projectSearch"
|
||||
:placeholder="t('dashboard.search_placeholder', 'Search projects...')"
|
||||
:placeholder="t('dashboard.search_placeholder')"
|
||||
class="w-full bg-gray-800 border border-gray-700 rounded px-3 py-1.5 text-sm text-gray-300 placeholder-gray-600 focus:border-gray-500 outline-none" />
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue