Files
pad/embed.go
T
xarmian 992690f77d fix: split item detail meta section into two rows for mobile readability (#21)
The meta area (timestamps + action buttons) was a single flex row that
wrapped chaotically on narrow screens. Split it into a `.meta-info` row
for timestamps/save status and a separate `.meta-actions` row for buttons,
both with flex-wrap. Renamed `.history-btn` to `.action-btn` with
consistent sizing (min-width, white-space: nowrap).

Closes IDEA-71
2026-03-29 08:21:52 -04:00

12 lines
156 B
Go

package pad
import "embed"
//go:embed web/build/*
var WebUI embed.FS
//go:embed skills/pad/SKILL.md
var PadSkill []byte
// embed cache bust: 1774786532