refactor(dashboard): move search box to filter bar after period dropdown

Search was hidden in card header — now inline with filters for better
discoverability. Compact refresh button to icon-only. On mobile, search
and period dropdown share the same row via flex.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-03-17 16:08:58 +00:00
parent 3d212979d9
commit 69a3088579
3 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.css" rel="stylesheet">
{% set rp = request.scope.get('root_path', '') %}
<link href="{{ rp }}/static/css/style.css?v=12" rel="stylesheet">
<link href="{{ rp }}/static/css/style.css?v=14" rel="stylesheet">
</head>
<body>
<!-- Top Navbar -->