stable
Clone or download
Read-only
part of: request #22648 Convert AngularJS directives and controllers to hybrids web components [bonus] Bye-bye angular-moment No functional changes expected, especially on date fields Change-Id: I98c043b8e1411b58df7807bd47fd4e95ef156733
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/scripts/lib/artifact-modal/package.json | +0 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/pnpm-lock.yaml | +0 | −9 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/date-readonly-field/DateReadonlyField.test.ts | +52 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/date-readonly-field/DateReadonlyField.ts | +53 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/date-readonly-field/readonly-date-field-formatter.test.ts | +48 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/date-readonly-field/readonly-date-field-formatter.ts | +58 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/user-avatar-field/UserAvatarField.test.ts | +72 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/user-avatar-field/UserAvatarField.ts | +63 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/user-avatar-field/_user-avatar-field.scss | +35 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/src/domain/fields/readonly-date-field/FormatReadonlyDateField.ts | +22 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal-controller.js | +4 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.js | +2 | −2 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.scss | +1 | −17 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal.tpl.html | +18 | −26 | Go to diff View file |
A | plugins/tracker/scripts/lib/artifact-modal/tests/stubs/FormatReadonlyDateFieldStub.ts | +26 | −0 | Go to diff View file |