Sandwich
Sandwich
- [x] disable monitors - [x] show monitors only on hover (only show relay point) - [ ] enable specific monitor operators (depends on https://github.com/nostr-protocol/nips/pull/1182 implementation for NIP-66 monitors) -...
Ability to set preferred client on global level, and additionally within each feed. depends on #5
Require theme generics for NIP-78 config read/write and settings panel generation (dom). - `Color`: color [`:ColorPickerInput`] - `Typography`: font-family, size, style, leading/tracking, `Color` - `Background`: `Color`, url, position x/y, repeat,...
- [ ] Use dummy data in editor to avoid overly complex editor UX and implementation. - [ ] limit block height - [ ] remove anchors from sort or...
going to refactor themes, as is they work, and are fine, but different approach enables hybrid premade themes with tweaks and customizations completely at runtime, without any prebuild step. leverage...
configurability and data during build - [ ] relay url, for cases where page is hosted somewhere other than https canonical or may be dynamic but point at the same...
*rationale* - svelte patterns - performance - maintenance - lower bar for contribution *why not do this from the start* I like strong separation of concerns during alpha, and specifically...
- [ ] determine hydration strategy (binding, context keys, etc) - [ ] add interface