James Cote

Results 33 issues of James Cote

**Is your feature request related to a problem? Please describe.** It would be cool if I could instantly copy a line via a menu option. My in-progress PR (#1639) contains...

enhancement
pinned

Hi, I am just curious about the intended usage of `Unhook` method. Currently, I have the following inside my component: ``` const [logs, setLogs] = useState([]); useEffect(() => { Hook(...

Noticed that the `alert` notifying the player that they beat their high score does not run anymore, and seems like it's due to `jsSnakeHighScore` being set whenever the snake eats...

Fixes #865 Tests not added yet, so this will be in draft until they're added. Emit errors through search API and add new types for unknown resource and user not...

size/L

Add storybook items for the various UI components we have within short. | Component | Status | | ------------- | ------------- | | Button | Completed (https://github.com/short-d/short/pull/943) | | ChangeLogModal...

enhancement

Addresses the `Table` story in #954. **Leaving in Draft until these items are done:** - [x] Complete knobs for columns widths and header font size - [x] Determine whether it's...

**What is the problem?** `Spinner` component currently just has the center circle (the sun) and the three green circles around it (earth, venus, and mercury). It would be nice if...

enhancement

**What is the problem?** Just a random thought, it would be cool if, on the homepage, after entering long link and alias, you can press Ctrl + Enter (or Cmd...

enhancement

Leftover stuff from #996. - [ ] Consider switching `addons-knobs` to [Storybook Controls](https://medium.com/storybookjs/storybook-controls-ce82af93e430) - [ ] Convert story items to use Storybook Args ([source](https://medium.com/storybookjs/introducing-storybook-args-2dadcdb777cc)) - [ ] Ensure everything else...

maintainability