Add landing page for kjol, documentation
This commit is contained in:
@@ -32,7 +32,7 @@ func (f *RemoteFlash) Fire() { f.visible.Set(true) }
|
||||
// Clear hides the flash.
|
||||
func (f *RemoteFlash) Clear() { f.visible.Set(false) }
|
||||
|
||||
const remoteUpdateFlashCls = "remote-update-flash inline-flex items-center gap-1 rounded-full bg-emerald-100 border border-emerald-300 px-2 py-0.5 text-[10px] font-semibold uppercase tracking-widest text-emerald-700"
|
||||
const remoteUpdateFlashCls = "remote-update-flash inline-flex items-center gap-1 rounded-full bg-emerald-100 dark:bg-emerald-900 border border-emerald-300 px-2 py-0.5 text-[10px] font-semibold uppercase tracking-widest text-emerald-700 dark:text-emerald-400"
|
||||
|
||||
// RemoteUpdateFlash is a small pill that briefly shows "Updated". It renders
|
||||
// nothing (nil) when when is false, mirroring the TSX <Show when=…>.
|
||||
|
||||
Reference in New Issue
Block a user