Skip to content

Commit 9d5f690

Browse files
authored
Merge pull request #3587 from Ivy-Interactive/plan-02231-Ivy-Framework
[02231] Remove badges in Icebox content header
2 parents 500d091 + 5119754 commit 9d5f690

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/tendril/Ivy.Tendril/Apps/Icebox/ContentView.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ public override object Build()
8585

8686
var header = Layout.Horizontal().Width(Size.Full()).Padding(1).Gap(2)
8787
| Text.Block($"#{_selectedPlan.Id} {_selectedPlan.Title}").Bold()
88-
| new Badge(_selectedPlan.Project).Variant(BadgeVariant.Outline)
89-
.WithProjectColor(_config, _selectedPlan.Project)
90-
| new Badge(_selectedPlan.Level).Variant(_config.GetBadgeVariant(_selectedPlan.Level))
9188
| isEditing.ToSwitchInput(Icons.Pencil).Label("Edit")
9289
| new Spacer().Width(Size.Grow())
9390
| Text.Rich()

0 commit comments

Comments
 (0)