Skip to content

Commit

Permalink
Removed assets folder
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Sep 10, 2021
1 parent 75b7436 commit f68955c
Show file tree
Hide file tree
Showing 108 changed files with 41 additions and 42 deletions.
Binary file removed public/assets/flags/flag_placeholder.png
Binary file not shown.
1 change: 0 additions & 1 deletion public/assets/flags/flags.css

This file was deleted.

Binary file removed public/assets/flags/flags_responsive.png
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>Sakai Vue</title>
<link id="theme-link" rel="stylesheet" href="<%= BASE_URL %>assets/themes/saga-blue/theme.css">
<link id="theme-link" rel="stylesheet" href="<%= BASE_URL %>themes/saga-blue/theme.css">
</head>
<body>
<div id="app">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export default {
}];
},
logo() {
return (this.layoutColorMode === 'dark') ? "assets/images/logo-white.svg" : "assets/images/logo.svg";
return (this.layoutColorMode === 'dark') ? "images/logo-white.svg" : "images/logo.svg";
}
},
beforeUpdate() {
Expand Down
2 changes: 1 addition & 1 deletion src/AppFooter.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="layout-footer">
<img alt="Logo" :src="darkTheme ? 'assets/images/logo-dark.svg' : 'assets/images/logo-white.svg'" height="20" class="mr-2" />
<img alt="Logo" :src="darkTheme ? 'images/logo-dark.svg' : 'images/logo-white.svg'" height="20" class="mr-2" />
by
<span class="font-medium ml-2">PrimeVue</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/AppProfile.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="layout-profile">
<div>
<img src="assets/images/profile.png" alt="" />
<img src="images/profile.png" alt="" />
</div>
<button class="p-link layout-profile-link" @click="onClick">
<span class="username">Claire Williams</span>
Expand Down
2 changes: 1 addition & 1 deletion src/AppTopbar.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="layout-topbar">
<router-link to="/" class="layout-topbar-logo">
<img alt="Logo" :src="darkTheme ? 'assets/images/logo-dark.svg' : 'assets/images/logo-white.svg'" />
<img alt="Logo" :src="darkTheme ? 'images/logo-dark.svg' : 'images/logo-white.svg'" />
<span>SAKAI</span>
</router-link>
<button class="p-link layout-menu-button layout-topbar-button" @click="onMenuToggle">
Expand Down
2 changes: 1 addition & 1 deletion src/components/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
Logo
</template>
<template #body="slotProps">
<img :src="'assets/images/product/' + slotProps.data.image" :alt="slotProps.data.image" width="50" />
<img :src="'images/product/' + slotProps.data.image" :alt="slotProps.data.image" width="50" />
</template>
</Column>
<Column field="name" header="Name" :sortable="true" style="width:35%"></Column>
Expand Down
4 changes: 2 additions & 2 deletions src/components/ListDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<template #list="slotProps">
<div class="col-12">
<div class="product-list-item">
<img :src="'assets/images/product/' + slotProps.data.image" :alt="slotProps.data.name"/>
<img :src="'images/product/' + slotProps.data.image" :alt="slotProps.data.name"/>
<div class="product-list-detail">
<div class="product-name">{{slotProps.data.name}}</div>
<div class="product-description">{{slotProps.data.description}}</div>
Expand All @@ -45,7 +45,7 @@
<span :class="'product-badge status-'+slotProps.data.inventoryStatus.toLowerCase()">{{slotProps.data.inventoryStatus}}</span>
</div>
<div class="product-grid-item-content">
<img :src="'assets/images/product/' + slotProps.data.image" :alt="slotProps.data.name"/>
<img :src="'images/product/' + slotProps.data.image" :alt="slotProps.data.name"/>
<div class="product-name">{{slotProps.data.name}}</div>
<div class="product-description">{{slotProps.data.description}}</div>
<Rating :modelValue="slotProps.data.rating" :readonly="true" :cancel="false"></Rating>
Expand Down
22 changes: 11 additions & 11 deletions src/components/MiscDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
<h4>Avatar</h4>
<h5>Avatar Group</h5>
<AvatarGroup class="mb-3">
<Avatar image="assets/images/avatar/amyelsner.png" size="large" shape="circle"></Avatar>
<Avatar image="assets/images/avatar/asiyajavayant.png" size="large" shape="circle"></Avatar>
<Avatar image="assets/images/avatar/onyamalimba.png" size="large" shape="circle"></Avatar>
<Avatar image="assets/images/avatar/ionibowcher.png" size="large" shape="circle"></Avatar>
<Avatar image="assets/images/avatar/xuxuefeng.png" size="large" shape="circle"></Avatar>
<Avatar image="images/avatar/amyelsner.png" size="large" shape="circle"></Avatar>
<Avatar image="images/avatar/asiyajavayant.png" size="large" shape="circle"></Avatar>
<Avatar image="images/avatar/onyamalimba.png" size="large" shape="circle"></Avatar>
<Avatar image="images/avatar/ionibowcher.png" size="large" shape="circle"></Avatar>
<Avatar image="images/avatar/xuxuefeng.png" size="large" shape="circle"></Avatar>
<Avatar label="+2" shape="circle" size="large" :style="{'background-color':'#9c27b0', 'color': '#ffffff'}"></Avatar>
</AvatarGroup>

Expand Down Expand Up @@ -129,18 +129,18 @@

<h5>Image</h5>
<div class="flex align-items-center flex-column sm:flex-row">
<Chip label="Amy Elsner" image="assets/images/avatar/amyelsner.png" class="mr-2 mb-2"></Chip>
<Chip label="Asiya Javayant" image="assets/images/avatar/asiyajavayant.png" class="mr-2 mb-2"></Chip>
<Chip label="Onyama Limba" image="assets/images/avatar/onyamalimba.png" class="mr-2 mb-2"></Chip>
<Chip label="Xuxue Feng" image="assets/images/avatar/xuxuefeng.png" :removable="true" class="mb-2"></Chip>
<Chip label="Amy Elsner" image="images/avatar/amyelsner.png" class="mr-2 mb-2"></Chip>
<Chip label="Asiya Javayant" image="images/avatar/asiyajavayant.png" class="mr-2 mb-2"></Chip>
<Chip label="Onyama Limba" image="images/avatar/onyamalimba.png" class="mr-2 mb-2"></Chip>
<Chip label="Xuxue Feng" image="images/avatar/xuxuefeng.png" :removable="true" class="mb-2"></Chip>
</div>

<h5>Styling</h5>
<div class="flex align-items-center flex-column sm:flex-row">
<Chip label="Action" class="mr-2 mb-2 custom-chip"></Chip>
<Chip label="Comedy" class="mr-2 mb-2 custom-chip"></Chip>
<Chip label="Onyama Limba" image="assets/images/avatar/onyamalimba.png" class="mr-2 mb-2 custom-chip"></Chip>
<Chip label="Xuxue Feng" image="assets/images/avatar/xuxuefeng.png" :removable="true" class="mb-2 custom-chip"></Chip>
<Chip label="Onyama Limba" image="images/avatar/onyamalimba.png" class="mr-2 mb-2 custom-chip"></Chip>
<Chip label="Xuxue Feng" image="images/avatar/xuxuefeng.png" :removable="true" class="mb-2 custom-chip"></Chip>
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions src/components/OverlayDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="col-6">
<Button type="button" label="Image" @click="toggle" class="p-button-success"/>
<OverlayPanel ref="op" appendTo="body" :showCloseIcon="true">
<img src="assets/images/nature/nature9.jpg" alt="Nature 9" />
<img src="images/nature/nature9.jpg" alt="Nature 9" />
</OverlayPanel>
</div>
<div class="col-6">
Expand All @@ -36,7 +36,7 @@
<Column field="name" header="Name" :sortable="true"></Column>
<Column header="Image">
<template #body="slotProps">
<img :src="'assets/images/product/' + slotProps.data.image" :alt="slotProps.data.image" width="100" class="shadow-2" />
<img :src="'images/product/' + slotProps.data.image" :alt="slotProps.data.image" width="100" class="shadow-2" />
</template>
</Column>
<Column field="price" header="Price" :sortable="true">
Expand Down
Loading

0 comments on commit f68955c

Please sign in to comment.