stable
Clone or download
Read-only
This commits improve a little bit the user experience & accessibility on the From Jira card on tracker creation: * Browser can autocomplete or save login informations * Form cannot be submit if url is invalid * Form can be submit with [enter] key * Use Jira term for "API token" * Fix spinner icon * Treat API token as a password => don't display it as input[type=text] Bonus: add prepend icons for email & token Part of story #14766: Have an import from jira structure Change-Id: I01acf4a6ac6028ba54787698e0c5b08e5b11ac4a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/scripts/tracker-creation/po/fr_FR.po | +3 | −3 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/FromJira/TrackerFromJira.test.ts | +1 | −3 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/FromJira/TrackerFromJira.vue | +6 | −8 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/FromJira/TrackerFromJiraServer.vue | +34 | −19 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/FromJira/__snapshots__/TrackerFromJira.test.ts.snap | +4 | −5 | Go to diff View file |
M | plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/FromJira/__snapshots__/TrackerFromJiraServer.test.ts.snap | +63 | −23 | Go to diff View file |