Removed the left-rail search box from left rail. Upped version from 0.1.0 to 0.1.1

This commit is contained in:
2026-04-29 22:03:53 +12:00
parent 2bb51ad467
commit 21b6545e6b
5 changed files with 5 additions and 11 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "data-entry-app-frontend",
"version": "0.1.0",
"version": "0.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "data-entry-app-frontend",
"version": "0.1.0",
"version": "0.1.1",
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/kit": "^2.7.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "data-entry-app-frontend",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"type": "module",
"scripts": {
@@ -288,12 +288,6 @@
</div>
<div class="sidebar-body">
<button class="search-box" type="button" aria-label="Search the workspace" onclick={() => openPalette()}>
<span class="search-icon"></span>
<span class="search-placeholder">Search the workspace...</span>
<kbd>/</kbd>
</button>
<nav class="nav-list" aria-label="Client navigation">
{#if visibleDashboardItem}
<a class:active={matchesRoute(visibleDashboardItem.href, page.url.pathname)} href={visibleDashboardItem.href}>