James Cote
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...
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...
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...
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...
**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...
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...