diff --git a/angular.json b/angular.json index 5b40970d..ef8f0a81 100644 --- a/angular.json +++ b/angular.json @@ -188,5 +188,8 @@ "@angular-eslint/schematics:library": { "setParserOptionsProject": true } + }, + "cli": { + "analytics": false } } diff --git a/src/app/@theme/components/header/header.component.html b/src/app/@theme/components/header/header.component.html index d264b2a9..b9895ad0 100644 --- a/src/app/@theme/components/header/header.component.html +++ b/src/app/@theme/components/header/header.component.html @@ -4,7 +4,7 @@ icon.indexOf('outline') === -1); + //this.evaIcons = Array.from(iconsLibrary.getPack('eva').icons.keys()) + // .filter(icon => icon.indexOf('outline') === -1); - console.log(this.evaIcons); + // console.log(this.evaIcons); iconsLibrary.registerFontPack('fa', { packClass: 'fa', iconClassPrefix: 'fa' }); - iconsLibrary.registerFontPack('far', { packClass: 'far', iconClassPrefix: 'fa' }); - iconsLibrary.registerFontPack('ion', { iconClassPrefix: 'ion' }); + iconsLibrary.registerFontPack('far', { packClass: 'far', iconClassPrefix: 'far' }); + iconsLibrary.registerFontPack('fas', { packClass: 'fas', iconClassPrefix: 'fas' }); + //iconsLibrary.registerFontPack('ion', { iconClassPrefix: 'ion' }); } icons = { @@ -46,10 +47,12 @@ export class IconsComponent { 'chart-bar', 'barcode', 'bars', 'bed', 'beer', 'bell', 'bell-slash', 'bicycle', 'binoculars', 'birthday-cake', 'bolt', 'bomb', 'book', 'bookmark', - 'briefcase', 'bug', 'building', 'bullhorn', + 'briefcase', 'bug', 'building', 'bullhorn' ], fontAwesomeRegular: [ 'chart-bar', 'bell', 'bell-slash', 'bookmark', 'building' ], + + fontAwesomeSolid: [ 'chart-bar', 'bell', 'bell-slash', 'bookmark', 'building' ] }; } diff --git a/src/app/public/home/home.component.html b/src/app/public/home/home.component.html index 6d57485b..b6cfd760 100644 --- a/src/app/public/home/home.component.html +++ b/src/app/public/home/home.component.html @@ -7,7 +7,9 @@
- + + + {{category.name}}
diff --git a/src/app/public/home/home.component.ts b/src/app/public/home/home.component.ts index beb411a9..1cb76af6 100644 --- a/src/app/public/home/home.component.ts +++ b/src/app/public/home/home.component.ts @@ -35,56 +35,56 @@ export class HomeComponent implements OnDestroy { "id": "Nutrientes", "updatedAt": new Date(), "createdAt": new Date(), - "icon": "arrow-ios-back-outline" + "icon": "fa-star" }, { "name": "Iluminação", "id": "Decoração", "updatedAt": new Date(), "createdAt": new Date(), - "icon": "bulb-outline" + "icon": "fa-lightbulb" }, { "name": "Hidroponia", "id": "Hidroponia", "updatedAt": new Date(), "createdAt": new Date(), - "icon": "droplet-outline" + "icon": "fa-shower" }, { "name": "Irrigação", "id": "Irrigação", "updatedAt": new Date(), "createdAt": new Date(), - "icon": "arrow-ios-back-outline" + "icon": "fa-faucet" }, { "name": "Colheita", "id": "Colheita", "updatedAt": new Date(), "createdAt": new Date(), - "icon": "arrow-ios-back-outline" + "icon": "fa-tree" }, { "name": "Pragas", "id": "Pragas", "updatedAt": new Date(), "createdAt": new Date(), - "icon": "arrow-ios-back-outline" + "icon": "fa-bug" }, { "name": "Potes e Vasos", "id": "Potes e Vasos", "updatedAt": new Date(), "createdAt": new Date(), - "icon": "arrow-ios-back-outline" + "icon": "fa-toilet" }, { "name": "Substratos", "id": "Substratos", "updatedAt": new Date(), "createdAt": new Date(), - "icon": "arrow-ios-back-outline" + "icon": "fa-solid fa-sack-xmark" }, { "name": "Controle", diff --git a/src/assets/images/Logo.png b/src/assets/images/Logo.png new file mode 100644 index 00000000..60c6877c Binary files /dev/null and b/src/assets/images/Logo.png differ