pharos icon indicating copy to clipboard operation
pharos copied to clipboard

JSTOR's design system

Results 127 pharos issues
Sort by recently updated
recently updated
newest added

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

status/code review
component/tabs

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

documentation
component/button

**The problem** On mobile screens, tab controls can be challenging. Stacking may push content off the screen, and hiding them in a menu might create the need to tap a...

feature request
component/tabs

**The problem** It takes a lot of keyboard tabs to get through an image card which can be very frustrating when navigating the site. On the image search results: 1....

accessibility
feature request
component/image-card

**The problem** I am frustrated with how the sidenav component tries to control its own state when not knowing the context in which a user will be using it. It...

feature request
component/sidenav
BREAKING

**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

**The problem** We want the DX and the consumer experience for Pharos to be as fast and cheap as possible. **The solution** Enabling story store v7 and babel v7 will...

infrastructure
feature request
storybook

**The problem** Type safety is generally a productivity tool to aid in writing new code and avoiding regressions in existing code. Storybook is compatible with TypeScript and it would be...

feature request
storybook

**The problem** In a non-Webpack context such as Rollup/Vite/esbuild, it can be quite difficult to get the pathing working properly so that [the code that resolves icon](https://github.com/ithaka/pharos/blob/develop/packages/pharos/src/components/icon/pharos-icon.ts#L47) works properly, often...

feature request

**The problem** Webpack 5 module federation dependency sharing works best with imports from a package's root entry file. Currently to share Pharos, folks would need to list the individual components...

infrastructure
status/on hold
feature request
ithaka/pharos
BREAKING