5555 --border-bottom : 2px solid var (--border );
5656 padding : 0.5rem 1rem ;
5757 margin-bottom : 1rem ;
58+ font-size : 2.2em ;
5859 }
5960
6061 .top-bar span {
7172 }
7273
7374 .inactive-tab {
74- color : gray ;
75+ color : # 555444 ;
7576 }
7677
7778 /* Horizontal scrollable tab bar for note categories in Box 2 */
145146 < div >
146147 <!-- Box 1: Input and Stats -->
147148 < div class ="box " x-cloak >
148- < label > Box 1:Notes Input</ label >
149+ < label > Box 1: Notes Input</ label >
149150 < input type ="text " placeholder ="Type note or command " x-model ="inputText " @keydown.enter ="handleInput " />
150151 < div style ="margin-top: 1rem ">
151- < span > Remaining : < span x-text ="remainingCount "> </ span > </ span >
152- < span style =" margin-left: 1rem " > Completed: < span x-text ="completedCount "> </ span > </ span >
152+ < span style =" margin-right: 1rem " > ️Remaining : < span x-text ="remainingCount "> </ span > </ span >
153+ < span > Completed: < span x-text ="completedCount "> </ span > </ span >
153154 </ div >
154155 </ div >
155156
156157 <!-- Box 2: Draggable Notes & Category Tabs -->
157158 < div class ="box " x-cloak >
158- < label > Box 2:Notes List</ label >
159+ < label > Box 2: Notes List</ label >
159160 <!-- Category tabs -->
160161 < div class ="category-tabs ">
161162 < template x-for ="category in noteCategories " :key ="category ">
@@ -237,7 +238,7 @@ <h2>Recycle Bin</h2>
237238 float: right;
238239 cursor: pointer;
239240 margin-left: 1rem;
240- " @click ="restoreNote(index) "> √r </ span >
241+ " @click ="restoreNote(index) "> ♻️ </ span >
241242 </ li >
242243 </ template >
243244 </ ul >
@@ -247,10 +248,10 @@ <h2>Recycle Bin</h2>
247248 < label > Box 6: Import/Export</ label >
248249 < div style ="margin-bottom: 1rem ">
249250 < button @click ="exportNotes('json') ">
250- Save as JSON
251+ Export JSON
251252 </ button >
252253 < button @click ="exportNotes('txt') ">
253- Save as TXT
254+ Export TXT
254255 </ button >
255256 </ div >
256257 < div style ="margin-bottom: 1rem ">
0 commit comments