Mike Iden

Results 10 issues of Mike Iden

**Expected behavior** Focus is not lost when the contents of a button are updated **Actual behavior** Focus is lost and sent to the document body **Steps to reproduce the issue**...

accessibility
bug
ithaka/pharos
component/button
note/environment-specific

**This change:** (check at least one) - [ ] Adds a new feature - [X] Fixes a bug - [ ] Improves maintainability - [ ] Improves documentation - [...

note/do not merge
note/experiment
BREAKING

**Expected behavior** When `on-background` attribute is applied to the button, the color scheme of the button is properly reflected **Actual behavior** `on-background` attribute is removed from the DOM, likely by...

feature request
component/button
BREAKING

**The problem** A few weeks ago we were looking to have a change with the tabs component available for us to use in our project but the ability to use...

infrastructure
feature request

**Expected behavior** Hot reloading of storybook works with a single command **Actual behavior** We need to run two commands to get hot reloading to work **Steps to reproduce the issue**...

infrastructure
storybook
good first issue

**Expected behavior** `animate` is understood to be a function for the spinner and tests pass locally. Alternatively we have setup our application to avoid alerting on this type error altogether....

bug
question
component/loading-spinner

**This change:** (check at least one) - [ ] Adds a new feature - [X] Fixes a bug - [ ] Improves maintainability - [ ] Improves documentation - [...

note/bug fix
status/work in progress
component/image-card

**What is the use case for the component you're requesting?** Create an indeterminate progress bar that shows we are processing the operation in the background without giving the user an...

feature request
component/progress-bar

**The problem** We are considering putting loading spinners on secondary buttons as an indication that the user action from the click is happening for certain workflows. We have a small...

feature request
component/loading-spinner

**Describe the bug** Reactivity with GQL queries in remote apps is lost when using ModuleFederation across remote apps that have different versions of Vue and are sharing dependencies. **To Reproduce**...