Commits on Source (19)
-
ornanovitch authored
-
ornanovitch authored
-
ornanovitch authored
-
ornanovitch authored
-
ornanovitch authored
-
ornanovitch authored
-
ornanovitch authored
Merge branch '82-doublon-de-certaines-actions-dans-les-pages-details-des-services-et-profils' into layout-fixes
-
ornanovitch authored
-
ornanovitch authored
-
ornanovitch authored
-
ornanovitch authored
-
ornanovitch authored
Currently translated at 100.0% (269 of 269 strings) Translation: Hiboo/forge tedomum hiboo Translate-URL: https://glotte.felinn.org/projects/hiboo/forge-tedomum-hiboo/fr/
-
ornanovitch authored
-
ornanovitch authored
-
Guillaume Winter authored
-
kaiyou authored
add totp autocomplete HTML tag Closes #109 See merge request acides/hiboo!58
-
kaiyou authored
Translations update from FELINN glotte See merge request acides/hiboo!57
Showing
- assets/app.scss 8 additions, 1 deletionassets/app.scss
- assets/vendor.js 2 additions, 5 deletionsassets/vendor.js
- hiboo/account/forms.py 1 addition, 1 deletionhiboo/account/forms.py
- hiboo/profile/templates/profile_details.html 2 additions, 19 deletionshiboo/profile/templates/profile_details.html
- hiboo/templates/base.html 4 additions, 15 deletionshiboo/templates/base.html
- hiboo/templates/sidebar.html 20 additions, 5 deletionshiboo/templates/sidebar.html
- hiboo/translations/fr_FR/LC_MESSAGES/messages.mo 0 additions, 0 deletionshiboo/translations/fr_FR/LC_MESSAGES/messages.mo
- hiboo/translations/fr_FR/LC_MESSAGES/messages.po 155 additions, 166 deletionshiboo/translations/fr_FR/LC_MESSAGES/messages.po
- package-lock.json 3794 additions, 1999 deletionspackage-lock.json
- package.json 14 additions, 11 deletionspackage.json
- webpack.config.js 62 additions, 37 deletionswebpack.config.js
No preview for this file type
This diff is collapsed.
This diff is collapsed.
... | ... | @@ -9,19 +9,22 @@ |
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@babel/core": "^7.16.0", | ||
"@babel/preset-env": "^7.16.0", | ||
"@popperjs/core": "^2.10.2", | ||
"@babel/core": "^7.21.0", | ||
"@babel/preset-env": "^7.20.2", | ||
"@popperjs/core": "^2.11.6", | ||
"admin-lte": "^3.1.0", | ||
"babel-loader": "^8.2.3", | ||
"css-loader": "^6.5.0", | ||
"expose-loader": "^3.1.0", | ||
"mini-css-extract-plugin": "^2.4.3", | ||
"sass": "^1.43.4", | ||
"sass-loader": "^12.3.0", | ||
"babel-loader": "^9.1.2", | ||
"css-loader": "^6.7.3", | ||
"expose-loader": "^4.0.0", | ||
"mini-css-extract-plugin": "^2.7.2", | ||
"css-minimizer-webpack-plugin": "^4.2.2", | ||
"compression-webpack-plugin": "^10.0.0", | ||
"import-glob": "^1.5.0", | ||
"sass": "^1.58.3", | ||
"sass-loader": "^13.2.0", | ||
"select2": "^4.1.0-rc.0", | ||
"url-loader": "^4.1.1", | ||
"webpack": "^5.61.0", | ||
"webpack-cli": "^4.9.1" | ||
"webpack": "^5.75.0", | ||
"webpack-cli": "^5.0.1" | ||
} | ||
} |