Commits on Source (13)
-
- block typing if the maximum of characters has been reached - copy / paste allows to enter more than the maximum of characters. - The error message "this field is mandatory" is displayed and the characters counter is not visible anymore (see attached picture) and clicking the textbox does not make the error message disappear - The new comment zone uses a few lines but the text is not wrapped to these lines, making a part of the text not visible - In case of error when trying to save the comment (too long after a copy paste for instance), no error is displayed. - disable Edit / Delete buttons when editing - display last edit datetime if it has been modified - disable link on username (users do not have access to other profiles) - textarea allowing to edit a comment should replace the displayed comment (especially useful if multilines comments exist to prevent a lot of necessary scrolling) - autofocus textarea
-
fix: 225 update to solidify 1.1.18 to fix textarea does not allow to enter multilines on chrome and firefox
-
-
Florent POITTEVIN authored
-
Florent POITTEVIN authored
-
Florent POITTEVIN authored
-
Florent POITTEVIN authored
-
Florent POITTEVIN authored
-
Florent POITTEVIN authored
-
Florent POITTEVIN authored
-
Florent POITTEVIN authored
-
-
Showing
- README.md 1 addition, 1 deletionREADME.md
- package-lock.json 3 additions, 16 deletionspackage-lock.json
- package.json 1 addition, 2 deletionspackage.json
- sonar-project.properties 1 addition, 1 deletionsonar-project.properties
- src/app/app.component.html 2 additions, 1 deletionsrc/app/app.component.html
- src/app/app.component.ts 1 addition, 31 deletionssrc/app/app.component.ts
- src/app/components/dialogs/user/user.dialog.scss 0 additions, 4 deletionssrc/app/components/dialogs/user/user.dialog.scss
- src/app/components/presentationals/main-toolbar/burger-menu/burger-menu.presentational.scss 0 additions, 2 deletions.../main-toolbar/burger-menu/burger-menu.presentational.scss
- src/app/components/presentationals/main-toolbar/main-toolbar-desktop-vertical/main-toolbar-desktop-vertical.presentational.scss 0 additions, 18 deletions...ertical/main-toolbar-desktop-vertical.presentational.scss
- src/app/components/presentationals/user-form/user-form.html 0 additions, 19 deletionssrc/app/components/presentationals/user-form/user-form.html
- src/app/features/admin/structure/components/routables/admin-structure-list/admin-structure-list.routable.html 0 additions, 12 deletions...s/admin-structure-list/admin-structure-list.routable.html
- src/app/features/deposit/components/containers/deposit-document-file/deposit-document-file.container.html 0 additions, 11 deletions...eposit-document-file/deposit-document-file.container.html
- src/app/features/deposit/components/containers/deposit-document-file/deposit-document-file.container.scss 3 additions, 6 deletions...eposit-document-file/deposit-document-file.container.scss
- src/app/features/deposit/components/containers/deposit-document-file/deposit-document-file.container.ts 2 additions, 26 deletions.../deposit-document-file/deposit-document-file.container.ts
- src/app/features/deposit/components/containers/deposit-table-contributor/deposit-table-contributor.container.html 2 additions, 23 deletions...able-contributor/deposit-table-contributor.container.html
- src/app/features/deposit/components/containers/deposit-table-contributor/deposit-table-contributor.container.ts 0 additions, 2 deletions...-table-contributor/deposit-table-contributor.container.ts
- src/app/features/deposit/components/presentationals/deposit-comment-form/deposit-comment-form.presentational.html 39 additions, 20 deletions...sit-comment-form/deposit-comment-form.presentational.html
- src/app/features/deposit/components/presentationals/deposit-comment-form/deposit-comment-form.presentational.scss 2 additions, 15 deletions...sit-comment-form/deposit-comment-form.presentational.scss
- src/app/features/deposit/components/presentationals/deposit-comment-form/deposit-comment-form.presentational.ts 7 additions, 7 deletions...posit-comment-form/deposit-comment-form.presentational.ts
- src/app/features/deposit/components/presentationals/deposit-document-file-uploading/deposit-document-file-uploading.presentational.scss 0 additions, 8 deletions...ading/deposit-document-file-uploading.presentational.scss
... | ... | @@ -80,7 +80,6 @@ |
"core-js": "3.6.5", | ||
"decimal.js": "10.2.0", | ||
"file-saver": "2.0.2", | ||
"flexboxgrid-sass": "8.0.5", | ||
"highlight.js": "10.1.2", | ||
"http-status-codes": "1.4.0", | ||
"iso3166-2-db": "2.3.6", | ||
... | ... | @@ -94,7 +93,7 @@ |
"normalize.css": "8.0.1", | ||
"patch-package": "6.2.2", | ||
"rxjs": "6.6.0", | ||
"solidify-frontend": "1.1.14", | ||
"solidify-frontend": "1.1.19", | ||
"streamsaver": "2.0.4", | ||
"sync-pom-version-to-package": "1.5.0", | ||
"ts-key-enum": "2.0.3", | ||
... | ... |