Craig Condon

Results 250 issues of Craig Condon

priority: 4
area: playground

Need some way to generate static assets with designer & PC files built-in so that people can self-host their design system. TODO: - [ ] `paperclip build` command for statically...

priority: medium
enhancement: developer tool

This is a maybe feature - cool idea, but not sure how well this will scale. TODOS: - [ ] published packages go under @paperclipui/[package-name] - [ ] Need to...

excitement: high
area: playground

1. user selects frame 2. user clicks breakpoint options 3. list comes up based on scanned mixins 4. user selects `mobile`, import automatically added and screen size is extracted from...

enhancement: UX
priority: 4
excitement: medum
area: visual tooling

This is particularly important to make sure that UI is aligned with Figma. This would just be a simple panel (like chrome inspector) that shows computed CSS properties of a...

priority: medium
enhancement: UX
excitement: medum
area: visual tooling

Goal here is to get canvas tooling functional - [x] DSL changes - [x] render bounds - [x] React compiler - [ ] Editor engine - [ ] Ability to...

E.g: ```javascript import "./common.pc" as common import "./theme.pc" as theme import "./input.pc" as input component ColorPickerPopup render div style extends common.panel position: fixed flex-shrink:0 transform: translate(calc(-100% - var(theme.space07))) z-index: 1024...

https://code.visualstudio.com/api/ux-guidelines/sidebars

area: vscode

https://code.visualstudio.com/api/extension-guides/custom-editors

area: vscode

Worth looking at how Gitlens does it

impact: high
effort: medium