@necrolab/dashboard 0.5.13 → 0.5.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,10 +1,10 @@
1
1
  <template>
2
2
  <div class="filter-builder-container flex min-h-0 w-full flex-col overflow-hidden">
3
3
  <!-- Heading -->
4
- <div class="mt-3 flex items-center justify-between pb-1 pt-4">
5
- <div class="flex items-center justify-center gap-4">
6
- <FilterIcon class="smooth-hover cursor-pointer text-white" />
7
- <h4 class="text-base font-semibold text-light-300">Filter creator</h4>
4
+ <div class="page-header" style="margin-top: 0.75rem; padding-bottom: 0.25rem;">
5
+ <div class="page-header-card">
6
+ <FilterIcon />
7
+ <h4>Filter creator</h4>
8
8
  </div>
9
9
  <div class="unified-load-group flex items-center h-9">
10
10
  <input
@@ -1,12 +1,9 @@
1
1
  <template>
2
2
  <div>
3
- <div class="flex items-center justify-between pt-5 pb-2">
4
- <div class="flex items-center justify-center gap-4">
5
- <GroupIcon class="cursor-pointer smooth-hover text-white" />
6
- <h4 class="text-base font-semibold text-light-300">
7
- Profiles
8
- <span class="text-sm font-medium text-light-400 pl-1">{{ ui.getSelectedProfiles().length }}</span>
9
- </h4>
3
+ <div class="page-header">
4
+ <div class="page-header-card">
5
+ <GroupIcon />
6
+ <h4>Profiles</h4>
10
7
  </div>
11
8
  <ul class="mobile-icons">
12
9
  <li>
@@ -1,12 +1,12 @@
1
1
  <template>
2
2
  <div class="tasks-page">
3
- <div class="tasks-header flex items-center justify-between pb-2" style="padding-top: 1.5rem">
4
- <div class="flex items-center justify-center gap-4">
5
- <GearIcon class="smooth-hover w-5 cursor-pointer" @click="ui.toggleModal('quick-settings')" />
6
- <h4 class="text-base font-semibold text-light-300">
7
- Tasks
8
- <span class="pl-1 text-sm font-medium text-light-400">{{ taskCount }}</span>
9
- </h4>
3
+ <div class="page-header tasks-header">
4
+ <div class="page-header-card">
5
+ <div class="icon-button" @click="ui.toggleModal('quick-settings')">
6
+ <GearIcon />
7
+ </div>
8
+ <h4>Tasks</h4>
9
+ <span class="page-header-count">{{ taskCount }}</span>
10
10
  </div>
11
11
  <ul class="mobile-icons mobile-header-controls">
12
12
  <li>