Skip to content

Commit

Permalink
Merge branch 'pu/cw/tablerIcons' into 'main'
Browse files Browse the repository at this point in the history
feature(Tinebase): use tabler icons

See merge request tine20/tine20!6559
  • Loading branch information
corneliusweiss committed Feb 7, 2025
2 parents 0483c94 + aba7ac0 commit 4f72c34
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 18 deletions.
16 changes: 0 additions & 16 deletions tine20/Purchasing/images/purchasing.svg

This file was deleted.

3 changes: 2 additions & 1 deletion tine20/Purchasing/styles/purchasing.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.PurchasingIconCls {
background-image:url(../images/purchasing.svg) !important;
background-image:url(../../Tinebase/js/node_modules/@tabler/icons/icons/outline/shopping-cart.svg) !important;
//background-image:url(../images/purchasing.svg) !important;
}
2 changes: 1 addition & 1 deletion tine20/Sales/css/Sales.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/

.SalesIconCls {
background-image:url(../../images/icon-set/icon_calculator.svg) !important;
background-image:url(../../Tinebase/js/node_modules/@tabler/icons/icons/outline/building-store.svg) !important;
}

.x-tree-node-icon.SalesContract, .SalesContract {
Expand Down
15 changes: 15 additions & 0 deletions tine20/Tinebase/js/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tine20/Tinebase/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"@tabler/icons": "^3.29.0",
"@vueuse/core": "^10.3.0",
"ace-builds": "^1.14.0",
"async": "^3.2.4",
Expand Down

0 comments on commit 4f72c34

Please sign in to comment.