Skip to content

Conversation

OwenCoogan
Copy link
Contributor

What does this PR do?

Quick component for smart number input.

Capture d’écran 2025-10-03 à 10 06 58

No loading state placeholder ( lack of space ) , the smart gradient is applied when loading state goes back to false, same pattern as other components

Related to: #

What are the observable changes?

Good PR checklist

  • Title makes sense
  • Is against the correct branch
  • Only addresses one issue
  • Properly assigned
  • Added/updated tests
  • Added/updated documentation
  • Migrated touched components to Glimmer Components
  • Properly labeled

@OwenCoogan OwenCoogan self-assigned this Oct 3, 2025
Copy link

linear bot commented Oct 3, 2025

@OwenCoogan OwenCoogan changed the base branch from master to feature/jace-experience-system October 3, 2025 08:08
@OwenCoogan OwenCoogan marked this pull request as ready for review October 7, 2025 09:16
Copy link

cursor bot commented Oct 7, 2025

You have run out of free Bugbot PR reviews for this billing cycle. This will reset on October 28.

To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Copy link
Member

@Miexil Miexil left a comment

Choose a reason for hiding this comment

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

lgtm overall just not sure where we stand on the loading state :)

Comment on lines +48 to +67
loading: {
description: '[OPTIONAL] Shows loading state with animated placeholder',
table: {
type: {
summary: 'boolean'
},
defaultValue: { summary: 'false' }
},
control: { type: 'boolean' }
},
placeholder: {
description: '[OPTIONAL] Placeholder text shown during loading state',
table: {
type: {
summary: 'string'
},
defaultValue: { summary: 'undefined' }
},
control: { type: 'text' }
},
Copy link
Member

Choose a reason for hiding this comment

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

I'm confused, does this actually work ? I thought you mentioned it was not possible in the PR description

@OwenCoogan OwenCoogan merged commit 2ae85ed into feature/jace-experience-system Oct 10, 2025
3 checks passed
@OwenCoogan OwenCoogan deleted the oc/DRA-3559 branch October 10, 2025 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants