Skip to content

Commit

Permalink
feat(web-office): add last ods 18 version and entry on sidebar
Browse files Browse the repository at this point in the history
ref:MANAGER-16110

Signed-off-by: stif59100 <[email protected]>
  • Loading branch information
stif59100 committed Dec 18, 2024
1 parent 284d9b4 commit 146b8b4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"sidebar_microsoft": "Microsoft",
"sidebar_microsoft_exchange": "Microsoft Exchange",
"sidebar_license_office": "Microsoft 365",
"sidebar_license_office_list": "Mes licences",
"sidebar_license_office_list": "Mes comptes Microsoft 365",
"sidebar_internet": "Accès Internet",
"sidebar_packs_xdsl": "Offres Internet",
"sidebar_internet_line": "Ligne internet seule",
Expand Down
6 changes: 3 additions & 3 deletions packages/manager/apps/web-office/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"@ovh-ux/manager-module-order": "^0.9.0",
"@ovh-ux/manager-react-components": "2.2.0",
"@ovh-ux/manager-react-core-application": "^0.11.1",
"@ovh-ux/manager-react-shell-client": "^0.8.1",
"@ovh-ux/manager-react-shell-client": "^0.8.4",
"@ovh-ux/manager-tailwind-config": "*",
"@ovh-ux/request-tagger": "^0.4.0",
"@ovh-ux/shell": "^4.0.1",
"@ovhcloud/ods-components": "^18.3.1",
"@ovhcloud/ods-themes": "^18.3.1",
"@ovhcloud/ods-components": "^18.4.1",
"@ovhcloud/ods-themes": "^18.4.1",
"@tanstack/react-query": "^5.51.21",
"@tanstack/react-table": "^8.20.1",
"element-internals-polyfill": "^1.3.10",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"microsoft_office_licenses_title": "Microsoft 365",
"microsoft_office_licenses_title": "Mes comptes Microsoft 365",
"microsoft_office_licenses_order": "Commander",
"microsoft_office_licenses_servicename": "Nom du service",
"microsoft_office_licenses_firstname": "Prénom",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const Breadcrumb: React.FC<BreadcrumbProps> = () => {
const breadcrumbParts = pathParts.slice(2);
return [
{
label: 'Microsoft 365',
label: 'Mes comptes Microsoft 365',
href: rootUrl,
},
{
Expand Down
16 changes: 2 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5859,18 +5859,6 @@
tailwindcss "^3.4.4"
uuid "^9.0.1"

"@ovh-ux/manager-react-shell-client@^0.8.1":
version "0.8.2"
resolved "https://registry.yarnpkg.com/@ovh-ux/manager-react-shell-client/-/manager-react-shell-client-0.8.2.tgz#b2e1209777126327af37193ec7d9e15593362605"
integrity sha512-/uZ991MatKii/bfVzcaaUZNlrQCHhST8ZiaoSH3qcDBXUf6qrNzHDt1aCGjaZG7aEHESWpE9cyUJcJyWcTTYEA==
dependencies:
"@ovh-ux/manager-config" "^8.0.0"
"@ovh-ux/ovh-at-internet" "^0.17.0"
"@ovh-ux/request-tagger" "^0.4.0"
"@ovh-ux/shell" "^4.0.1"
i18next "^23.8.2"
i18next-http-backend "^2.4.2"

"@ovh-ux/manager-react-shell-client@^0.8.4":
version "0.8.4"
resolved "https://registry.yarnpkg.com/@ovh-ux/manager-react-shell-client/-/manager-react-shell-client-0.8.4.tgz#df2dfaee89fe4d2cf94c1d9e0dcf4a5e86de5258"
Expand Down Expand Up @@ -5990,7 +5978,7 @@
tslib "2.6.3"
vanillajs-datepicker "1.3.4"

"@ovhcloud/ods-components@^18.3.1", "@ovhcloud/ods-components@^18.4.1":
"@ovhcloud/ods-components@^18.4.1":
version "18.4.1"
resolved "https://registry.yarnpkg.com/@ovhcloud/ods-components/-/ods-components-18.4.1.tgz#44e21d23fbf844348e94b966d2aa5c38d8376dc8"
integrity sha512-aS7BArn0691hyHAn2/ND/7XYIX01gAmVCSvEl8uT9umT4iDDvodipkWRtGxBUin6ndvyED1Jx0BfCbtYsrKPeQ==
Expand Down Expand Up @@ -6021,7 +6009,7 @@
resolved "https://registry.yarnpkg.com/@ovhcloud/ods-themes/-/ods-themes-18.3.0.tgz#804e3502e6791f7ec2efc24abb107d27cd4e02e0"
integrity sha512-mTxtcM4tCUPk98x65PeslXqGONJraTryXgkbgbZuvtOYf9SgVl+zFJfyisD2sYGuJvVf6hJP1NvJkyrxOUqtSw==

"@ovhcloud/ods-themes@^18.3.1", "@ovhcloud/ods-themes@^18.4.1":
"@ovhcloud/ods-themes@^18.4.1":
version "18.4.1"
resolved "https://registry.yarnpkg.com/@ovhcloud/ods-themes/-/ods-themes-18.4.1.tgz#1c8dfeff1ba0b829fd61e8dea41af4cdbed46912"
integrity sha512-bezBp/Bgbo19IFPJ/+a/bFt2IArjq8wGrHPshpk/bVVZsxkgpAiUfRERmftU+l7gYU3e+yvFdopNL6eRaJDPWQ==
Expand Down

0 comments on commit 146b8b4

Please sign in to comment.