chore(dev): remove unused cellStyle and lipgloss import
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
920fd3aff0
commit
e4603b96ea
1 changed files with 1 additions and 3 deletions
|
|
@ -29,7 +29,6 @@
|
||||||
package dev
|
package dev
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/charmbracelet/lipgloss"
|
|
||||||
"github.com/host-uk/core/cmd/shared"
|
"github.com/host-uk/core/cmd/shared"
|
||||||
"github.com/spf13/cobra"
|
"github.com/spf13/cobra"
|
||||||
)
|
)
|
||||||
|
|
@ -45,9 +44,8 @@ var (
|
||||||
repoNameStyle = shared.RepoNameStyle
|
repoNameStyle = shared.RepoNameStyle
|
||||||
)
|
)
|
||||||
|
|
||||||
// Table styles for status display (with padding for table cells)
|
// Table styles for status display (extends shared styles with cell padding)
|
||||||
var (
|
var (
|
||||||
cellStyle = lipgloss.NewStyle().Padding(0, 1)
|
|
||||||
dirtyStyle = shared.GitDirtyStyle.Padding(0, 1)
|
dirtyStyle = shared.GitDirtyStyle.Padding(0, 1)
|
||||||
aheadStyle = shared.GitAheadStyle.Padding(0, 1)
|
aheadStyle = shared.GitAheadStyle.Padding(0, 1)
|
||||||
cleanStyle = shared.GitCleanStyle.Padding(0, 1)
|
cleanStyle = shared.GitCleanStyle.Padding(0, 1)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue