Closed hudson-newey closed 2 years ago
Size Change: +1.75 kB (0%)
Total Size: 2.67 MB
Filename | Size | Change |
---|---|---|
dist/workbench-client/browser/main.****************.js |
845 kB | +734 B (0%) |
dist/workbench-client/server/main.js |
1.77 MB | +1.01 kB (0%) |
6 files 6 suites 18m 43s :stopwatch: 17 394 tests 16 830 :heavy_check_mark: 564 :zzz: 0 :x: 17 490 runs 16 926 :heavy_check_mark: 564 :zzz: 0 :x:
Results for commit eddf23e9.
:recycle: This comment has been updated with latest results.
I've updated the PR with the UI changes in Chrome
I'm currently troubleshooting some alignment irregularities which exist when using Firefox and will update the PR code once this is fixed
Add Support for Harvest Naming
What is the purpose of this PR? This PR adds a name attribute to Harvest models, displays this name in the harvest list for each project, and adds a way to edit the name of the harvest from the detailed harvest view.
Changes
updateName()
Harvest serviceisAbortable()
canUpdate()
Harvest model methodsProblems
No
Issues
Fixes #1996
Visual Changes
Harvest list view with name in far left column
An example harvest detail view with pencil edit button next to the project & harvest name
View after the pencil edit button is clicked
Toast notification once the name is changed
Final Checklist
npm run lint
)npm run test:all
)