Ever wished that large Kanban boards could not be squished? Now you can set your own custom Column width for all of your cards on all of your boards.
To install, visit this link: Chrome Web Store.
- Resizeable Detail view (via drag)
- Adding a standup view to give more space
- Adding a toggle to turn the extension off from within it’s menu
- Adding an intuitive interface for inputing large numbers of tickets
- Add a "Create and Open" button
- Add a new Card design that allows hovering for more detail, bigger image, etc. (perhaps paired with standup mode)
- Icon change when active/enabled
- Add card overview when on a specific card in Standup Mode.
- Standup Variant (access to the filters and assignee drop downs) [add a visual element for displaying filters, remember status]
- Open Github Links in a New Tab
- Firefox Plugin
- Safari Plugin
NOTE: You will need
node
andyarn
set up on your computer.
Type yarn run
into your terminal from the root of this project. It will output the available commands.
You will need node version 10.9.0 and yarn installed. In the root of the project, run:
yarn
yarn prod
The source code is in the src
directory, and the distributed code is in the the dist
directory.