Skip to content

feat(properties): property style overhaul first pass #861

Merged
sedson merged 20 commits intomainfrom
seamus/property-styles
Jan 8, 2026
Merged

feat(properties): property style overhaul first pass #861
sedson merged 20 commits intomainfrom
seamus/property-styles

Conversation

@sedson
Copy link
Copy Markdown
Contributor

@sedson sedson commented Jan 8, 2026

This pr changes how the properties panels look and behave.

  • add kb control to the property selector menus
  • add key props grid for tasks in soup
  • add custom icons for property values - status and prio
  • many styling cleanup including removing as much inline prop type styling as possible
  • adding properties debug playground component
before after
CleanShot 2026-01-08 at 15 33 45@2x CleanShot 2026-01-08 at 15 34 01@2x
CleanShot 2026-01-08 at 15 34 33@2x CleanShot 2026-01-08 at 15 34 22@2x

@sedson sedson requested a review from a team as a code owner January 8, 2026 20:29
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 8, 2026

@sedson sedson changed the title feat(props): property style overhaul first pass feat(properties): property style overhaul first pass Jan 8, 2026
import type { PropertyApiValues } from '@core/component/Properties/types';

const STORAGE_KEY = 'task-composer-draft';
const EXPIRY_TIME_MS = 2 * 60 * 1000; // 2 minutes
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i feel like 2 mins would be too short

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well do 5 then

Copy link
Copy Markdown
Contributor

@danielkweon danielkweon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm - this is great!

@sedson sedson merged commit e119a96 into main Jan 8, 2026
26 of 28 checks passed
@sedson sedson deleted the seamus/property-styles branch January 8, 2026 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants