Skip to content

Commit 4ddf133

Browse files
committed
chore: adjust UI and update todo
1 parent 60177bc commit 4ddf133

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/vite/src/app/components/panel/SessionSelector.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function select(session: BuildInfo) {
4343
border="~ rounded-md"
4444
:class="sessionMode === 'list' ? ['hover:bg-active', 'border-base'] : [selectedSessionIds.includes(session.id) ? 'border-active' : 'border-base', checkIsDifferentEntry(session) || (selectedSessions.length === 2 && !selectedSessionIds.includes(session.id)) ? 'op50' : 'hover:bg-active']"
4545
flex="~ col gap-1"
46-
px4 py3
46+
px4 py3 w-full
4747
@click="select(session)"
4848
>
4949
<div flex="~ gap-1 items-center" font-mono op50 text-sm>

packages/vite/src/app/pages/session/[session]/chunks.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function toggleDisplay(type: ClientSettings['chunkViewType']) {
7474
</div>
7575
</template>
7676
<template v-else-if="settings.chunkViewType === 'graph'">
77-
<!-- TODO: We should draw a deep-first graph instead of flat graph -->
77+
<!-- WIP: We should draw a deep-first graph instead of flat graph -->
7878
<ChunksGraph
7979
:session="session"
8080
:chunks="normalizedChunks"

0 commit comments

Comments
 (0)