From 575619030e85cd73c0ca5c46243c6db0d2c2e02b Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 12 Jun 2024 01:07:36 +0300 Subject: [PATCH 1/4] Text update --- .../components/landing/HeroSection.vue | 50 +++++++++---------- .../landing/samples/OverviewApp.vue | 2 +- 2 files changed, 24 insertions(+), 28 deletions(-) diff --git a/apps/showcase/components/landing/HeroSection.vue b/apps/showcase/components/landing/HeroSection.vue index 30d981472..c93877c12 100644 --- a/apps/showcase/components/landing/HeroSection.vue +++ b/apps/showcase/components/landing/HeroSection.vue @@ -31,33 +31,29 @@
-
- - - - - - - - - - - - - - +
+ + + + + + + + + + + +
Prime
diff --git a/apps/showcase/components/landing/samples/OverviewApp.vue b/apps/showcase/components/landing/samples/OverviewApp.vue index 31ea59f96..466e589d0 100644 --- a/apps/showcase/components/landing/samples/OverviewApp.vue +++ b/apps/showcase/components/landing/samples/OverviewApp.vue @@ -3,7 +3,7 @@
Overview
-
Good Morning, Robin 👋
+
Welcome to PrimeVue
From 355aa8f79eba181bdae9be664ccb8925df29dd40 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 12 Jun 2024 01:13:02 +0300 Subject: [PATCH 2/4] Cosmetics --- .../components/landing/samples/CustomersApp.vue | 2 +- .../components/landing/samples/MoviesApp.vue | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/showcase/components/landing/samples/CustomersApp.vue b/apps/showcase/components/landing/samples/CustomersApp.vue index a235cdc74..7420efa89 100644 --- a/apps/showcase/components/landing/samples/CustomersApp.vue +++ b/apps/showcase/components/landing/samples/CustomersApp.vue @@ -85,7 +85,7 @@ diff --git a/apps/showcase/components/landing/samples/MoviesApp.vue b/apps/showcase/components/landing/samples/MoviesApp.vue index 9b54c9508..405c0b89a 100644 --- a/apps/showcase/components/landing/samples/MoviesApp.vue +++ b/apps/showcase/components/landing/samples/MoviesApp.vue @@ -143,14 +143,14 @@ export default { { image: 'https://www.primefaces.org/cdn/primevue/images/landing/apps/movie-cover10.png', name: 'Shutter Island', bookmarked: false, point: '4.7', watchedPercent: 70, categories: ['Mystery', 'Thriller'] } ], popularMovies: [ - { image: 'https://www.primefaces.org/cdn/primevue/images/landing/apps/movie-cover7.png', name: 'Twelve Angry Men', bookmarked: false, point: '4.7', categories: ['Crime', 'Drama'] }, - { image: 'https://www.primefaces.org/cdn/primevue/images/landing/apps/movie-cover8.png', name: 'Saving Private Ryan', bookmarked: true, point: '4.7', categories: ['Drama', 'War'] }, - { image: 'https://www.primefaces.org/cdn/primevue/images/landing/apps/movie-cover9.png', name: 'Seven', bookmarked: false, point: '4.7', categories: ['Crime', 'Drama', 'Mystery'] }, + { image: 'https://www.primefaces.org/cdn/primevue/images/landing/apps/movie-cover7.png', name: 'Twelve Angry Men', bookmarked: false, point: '4.6', categories: ['Crime', 'Drama'] }, + { image: 'https://www.primefaces.org/cdn/primevue/images/landing/apps/movie-cover8.png', name: 'Saving Private Ryan', bookmarked: true, point: '4.4', categories: ['Drama', 'War'] }, + { image: 'https://www.primefaces.org/cdn/primevue/images/landing/apps/movie-cover9.png', name: 'Seven', bookmarked: false, point: '4.3', categories: ['Crime', 'Drama', 'Mystery'] }, { image: 'https://www.primefaces.org/cdn/primevue/images/landing/apps/movie-cover10.png', name: 'Shutter Island', bookmarked: false, point: '4.7', categories: ['Mystery', 'Thriller'] }, - { image: 'https://www.primefaces.org/cdn/primevue/images/landing/apps/movie-cover11.png', name: 'Basic Instinct', bookmarked: true, point: '4.7', categories: ['Drama', 'Mystery', 'Thriller'] }, + { image: 'https://www.primefaces.org/cdn/primevue/images/landing/apps/movie-cover11.png', name: 'Basic Instinct', bookmarked: true, point: '4.3', categories: ['Drama', 'Mystery', 'Thriller'] }, { image: 'https://www.primefaces.org/cdn/primevue/images/landing/apps/movie-cover12.png', name: 'Big Hero 6', bookmarked: false, point: '4.7', categories: ['Animation', 'Action', 'Adventure'] }, - { image: 'https://www.primefaces.org/cdn/primevue/images/landing/apps/movie-cover13.png', name: 'The Lord Of The Rings: Fellowship of the ring', bookmarked: true, point: '4.7', categories: ['Action', 'Adventure', 'Drama'] }, - { image: 'https://www.primefaces.org/cdn/primevue/images/landing/apps/movie-cover14.png', name: 'Kill Bill', bookmarked: true, point: '4.7', categories: ['Action', 'Crime', 'Thriller'] } + { image: 'https://www.primefaces.org/cdn/primevue/images/landing/apps/movie-cover13.png', name: 'The Lord Of The Rings: Fellowship of the ring', bookmarked: true, point: '4.9', categories: ['Action', 'Adventure', 'Drama'] }, + { image: 'https://www.primefaces.org/cdn/primevue/images/landing/apps/movie-cover14.png', name: 'Kill Bill', bookmarked: true, point: '4.5', categories: ['Action', 'Crime', 'Thriller'] } ] }; }, From 472ff2c0bbe5454637468bfbd18c14758742bcc5 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 12 Jun 2024 01:14:40 +0300 Subject: [PATCH 3/4] Set slim as default --- apps/showcase/components/landing/HeroSection.vue | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/apps/showcase/components/landing/HeroSection.vue b/apps/showcase/components/landing/HeroSection.vue index c93877c12..960b65ff8 100644 --- a/apps/showcase/components/landing/HeroSection.vue +++ b/apps/showcase/components/landing/HeroSection.vue @@ -90,7 +90,7 @@ } ]" > - + ・ Slim Mode @@ -151,7 +151,7 @@ export default { { icon: 'pi pi-cog', title: 'Settings' } ], selectedSampleAppsSidebarNav: 'Overview', - isSlimMenu: false, + isSlimMenu: true, isSlimMenuSelected: false, sampleOptions: [ { icon: 'pi pi-home', title: 'Overview', src: 'https://www.primefaces.org/cdn/primevue/images/landing/apps/sampleshots/overview' }, @@ -163,14 +163,14 @@ export default { ], selectedSampleOption: { icon: 'pi pi-home', title: 'Overview', src: 'https://www.primefaces.org/cdn/primevue/images/landing/apps/sampleshots/overview' } }; - }, + } /*, beforeUnmount() { window.removeEventListener('resize', this.handleResize); }, mounted() { window.addEventListener('resize', this.handleResize); this.handleResize(); - }, + },*/, methods: { setSelectedSampleAppsSidebarNav(title) { this.selectedSampleAppsSidebarNav = title; @@ -186,10 +186,6 @@ export default { toggleSlimMenu() { this.isSlimMenu = !this.isSlimMenu; this.isSlimMenuSelected = this.isSlimMenu; - }, - changeMenu() { - this.isSlimMenu = !this.isSlimMenu; - this.isSlimMenuSelected = this.isSlimMenu; } } }; From 64361aeec8129b051f9c888392d01431a9d24c80 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 12 Jun 2024 01:21:14 +0300 Subject: [PATCH 4/4] Cleanup cache --- apps/showcase/components/landing/HeroSection.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/showcase/components/landing/HeroSection.vue b/apps/showcase/components/landing/HeroSection.vue index 960b65ff8..2ae62afd4 100644 --- a/apps/showcase/components/landing/HeroSection.vue +++ b/apps/showcase/components/landing/HeroSection.vue @@ -25,7 +25,9 @@
- Hero +