Skip to content

Commit

Permalink
Merge pull request #341 from aapis/feature/1.19/timeline-ux
Browse files Browse the repository at this point in the history
Timeline UX improvements
  • Loading branch information
aapis authored Nov 14, 2024
2 parents 5baf53b + fcdb843 commit 044887b
Show file tree
Hide file tree
Showing 5 changed files with 266 additions and 228 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ extension WidgetLibrary.UI {
action: {self.commandLineMode.toggle() ; self.onAction?()},
icon: self.commandLineMode ? "apple.terminal.fill" : "apple.terminal",
iconWhenHighlighted: self.commandLineMode ? "apple.terminal" : "apple.terminal.fill",
iconFgColour: self.commandLineMode ? self.state.theme.tint : .white,
showLabel: false,
size: .small,
type: .clear,
Expand Down Expand Up @@ -585,7 +586,7 @@ extension WidgetLibrary.UI {
.foregroundStyle(Theme.base)
.underline(self.isHighlighted)
}
.background(Theme.cPurple)
.background(self.state.session.appPage.primaryColour)
.clipShape(.capsule(style: .circular))
}
.buttonStyle(.plain)
Expand Down
Loading

0 comments on commit 044887b

Please sign in to comment.