A tool for easy use with UI verify, like https://nimbusweb.me.
npm start
-
screenshot
-
add comments on picture, status
- comment add comment block
- arrow(click animation)
- draw
- color picker
- shape(circle/square)
- clear all
-
manage comments
-
output comment and picture for easy to send to Jira
-
sync comment from Jira
-
screencasts
- record mic sound
- record tab sound
- record web cam
-
keyboard binding manage
- Electron app,
- Screenshot
- Select range
- React for client app
- tool bar view
- manage view
- Jira API
shift + cmd + x
to openManage view mode
- show panel from right hand side.
- add record -> into
Screenshot mode
- view all record
- select record
- delete record
shift + cmd + s
to openScreenshot mode
- directly into screenshot select range view
- show tool bar
- right hand panel will have a list on issue like below
[export][sync][link][]
image | comment | status | action |
---|---|---|---|
(image)[change file] | [TextField] | verified / wait / done / won't fix | [delete][move] |
verified / wait / done / won't fix | |||
verified / wait / done / won't fix |
There are also many community plugins you could add.
We follow the Nx workspace structure, easy to view project structure with dependency graph https://github.com/trungk18/angular-spotify
Run nx g @nrwl/react:lib my-lib
to generate a library.
You can also use any of the plugins above to generate libraries as well.
Libraries are shareable across libraries and applications. They can be imported from @procyonidae/mylib
.
Run nx serve my-app
for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run nx g @nrwl/react:component my-component --project=my-app
to generate a new component.
Run nx build my-app
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run nx test my-app
to execute the unit tests via Jest.
Run nx affected:test
to execute the unit tests affected by a change.
Run ng e2e my-app
to execute the end-to-end tests via Cypress.
Run nx affected:e2e
to execute the end-to-end tests affected by a change.
Run nx dep-graph
to see a diagram of the dependencies of your projects.
Visit the Nx Documentation to learn more.
https://egghead.io/lessons/javascript-create-a-new-empty-nx-workspace
nx g nx-electron:app procyonidae-electron --frontendProject=procyonidae
https://github.com/pmndrs/zustand
https://www.framer.com/docs/introduction/
https://nx.dev/latest/react/guides/using-tailwind-css-in-react
yarn nx list @nrwl/reactce.
yarn nx generate @nrwl/react:library --help
when you run electron, with attach, should save file twice currently, that destroy is slow than restart, that will cause restart fail.