Commit aae1ab2
committed
fix(dashboard): color compartment strip by importance; show real project dir
Compartment timeline strip: replace the per-sequence rainbow hue with the
compartment's importance band color (critical=red, high=amber, medium=blue,
low/minimal=gray) — matching the row pills — so the strip reads as an
importance heat-map instead of a meaningless gradient.
Session list project label: OpenCode buckets git sessions that had no remote or
commit at creation under the `global` project (worktree "/", empty name), so the
list rendered "/" (basename of the worktree) even though the session ran in a
real repo. Resolve both the display label and the project identity from the
session's own `s.directory` column (falling back to the project worktree only
for legacy rows with no directory) — which also matches the identity the plugin
keys memories under. SUBCONSCIOUS et al. now show their real directory name.1 parent 14d483e commit aae1ab2
2 files changed
Lines changed: 47 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3156 | 3156 | | |
3157 | 3157 | | |
3158 | 3158 | | |
| 3159 | + | |
| 3160 | + | |
| 3161 | + | |
| 3162 | + | |
| 3163 | + | |
| 3164 | + | |
3159 | 3165 | | |
3160 | 3166 | | |
3161 | | - | |
| 3167 | + | |
3162 | 3168 | | |
3163 | 3169 | | |
3164 | 3170 | | |
| |||
3177 | 3183 | | |
3178 | 3184 | | |
3179 | 3185 | | |
3180 | | - | |
3181 | | - | |
| 3186 | + | |
| 3187 | + | |
| 3188 | + | |
| 3189 | + | |
| 3190 | + | |
| 3191 | + | |
3182 | 3192 | | |
| 3193 | + | |
| 3194 | + | |
| 3195 | + | |
| 3196 | + | |
| 3197 | + | |
| 3198 | + | |
| 3199 | + | |
| 3200 | + | |
3183 | 3201 | | |
3184 | 3202 | | |
3185 | 3203 | | |
3186 | 3204 | | |
3187 | 3205 | | |
3188 | | - | |
3189 | | - | |
3190 | | - | |
3191 | | - | |
3192 | | - | |
| 3206 | + | |
3193 | 3207 | | |
3194 | 3208 | | |
3195 | 3209 | | |
| |||
Lines changed: 25 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
76 | 97 | | |
77 | 98 | | |
78 | 99 | | |
| |||
995 | 1016 | | |
996 | 1017 | | |
997 | 1018 | | |
998 | | - | |
999 | | - | |
1000 | | - | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
1001 | 1022 | | |
1002 | 1023 | | |
1003 | | - | |
1004 | | - | |
1005 | 1024 | | |
1006 | 1025 | | |
1007 | 1026 | | |
| |||
1010 | 1029 | | |
1011 | 1030 | | |
1012 | 1031 | | |
1013 | | - | |
| 1032 | + | |
1014 | 1033 | | |
1015 | 1034 | | |
1016 | 1035 | | |
| |||
0 commit comments