mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 03:32:15 +01:00
Improve Time page responsiveness and compact tags, fixes #896
This commit is contained in:
@@ -42,15 +42,15 @@ const task = computed(() => {
|
||||
ref="projectDropdownTrigger"
|
||||
:color="project?.color"
|
||||
:name="project?.name"
|
||||
class="shrink-0">
|
||||
class="shrink min-w-0 max-w-[50%]">
|
||||
<div v-if="project" class="flex items-center lg:space-x-1 min-w-0">
|
||||
<span class="whitespace-nowrap text-xs">
|
||||
<span class="text-xs whitespace-nowrap shrink-0">
|
||||
{{ project?.name }}
|
||||
</span>
|
||||
<ChevronRightIcon
|
||||
v-if="task"
|
||||
class="w-4 lg:w-5 text-text-secondary shrink-0"></ChevronRightIcon>
|
||||
<div v-if="task" class="min-w-0 shrink text-xs truncate">
|
||||
<div v-if="task" class="min-w-0 text-xs truncate">
|
||||
{{ task.name }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user