catching up with main
This commit is contained in:
commit
166ca2a227
98 changed files with 4732 additions and 3010 deletions
|
@ -1,4 +1,4 @@
|
|||
import { icon_button, toggleable_icon_button, toggleable_text_button } from "../component"
|
||||
import { icon_button, text_button, toggleable_icon_button, toggleable_text_button } from "../component"
|
||||
import { interactive, toggleable } from "../element"
|
||||
import { useTheme, with_opacity } from "../theme"
|
||||
import { background, border, foreground, text } from "./components"
|
||||
|
@ -191,6 +191,12 @@ export function titlebar(): any {
|
|||
color: "variant",
|
||||
}),
|
||||
|
||||
project_host: text_button({
|
||||
text_properties: {
|
||||
weight: "bold"
|
||||
}
|
||||
}),
|
||||
|
||||
// Collaborators
|
||||
leader_avatar: {
|
||||
width: avatar_width,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue