1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-06 14:16:46 +02:00

add placeholder to new pages/folders

This commit is contained in:
trendschau
2025-05-07 21:51:11 +02:00
parent 3f06032ae1
commit 8a2abeecfa
2 changed files with 2 additions and 2 deletions

2
cache/timer.yaml vendored
View File

@@ -1 +1 @@
licenseupdate: 1745936286
licenseupdate: 1745960433

View File

@@ -209,7 +209,7 @@ navigation.component('navilevel',{
<div class="flex w-full my-px border mt-1 mb-1 border-stone-300 dark:border-stone-600 hover:bg-stone-200 group">
<div class="border-l-4 border-stone-200"></div>
<div class="flex-grow">
<input :class="getNaviInputLevel(parentId)" class="w-full p-1 bg-transparent focus:bg-stone-200 focus:outline-none dark:text-stone-600" placeholder="..." v-model="newItem">
<input :class="getNaviInputLevel(parentId)" class="w-full p-1 bg-transparent focus:bg-stone-200 focus:outline-none dark:text-stone-600" placeholder="new page/folder" v-model="newItem">
</div>
<!-- <div class="w-1/4 invisible group-hover:visible"> -->
<div class="flex">