rebrand romm logo
|
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 110 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
1
frontend/assets/romm.svg
Normal file
|
After Width: | Height: | Size: 47 KiB |
1
frontend/assets/romm_home.svg
Normal file
|
After Width: | Height: | Size: 51 KiB |
@@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<link rel="icon" href="/assets/romm.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>RomM</title>
|
||||
</head>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<script setup>
|
||||
import { ref, inject } from "vue"
|
||||
import RomMIcon from '@/components/AppBar/RomMIcon.vue'
|
||||
import PlatformsBtn from '@/components/AppBar/PlatformsBtn.vue'
|
||||
import UploadBtn from '@/components/AppBar/UploadBtn.vue'
|
||||
import SearchBar from '@/components/AppBar/SearchBar.vue'
|
||||
@@ -23,17 +22,17 @@ emitter.on('scanning', (s) => { scanning.value = s })
|
||||
:active="scanning"
|
||||
:indeterminate="true"
|
||||
absolute/>
|
||||
|
||||
<rom-m-icon/>
|
||||
|
||||
<v-avatar size="100" class="ml-3"><v-img src="/assets/romm_home.svg"></v-img></v-avatar>
|
||||
|
||||
<platforms-btn/>
|
||||
|
||||
|
||||
<v-spacer class="hidden-xs-and-down"/>
|
||||
|
||||
<upload-btn/>
|
||||
|
||||
<search-bar/>
|
||||
|
||||
<search-bar/>
|
||||
|
||||
<template v-slot:append>
|
||||
<gallery-view-btn/>
|
||||
<settings-btn/>
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
<template>
|
||||
<v-avatar
|
||||
class="ml-4 mr-2 hidden-md-and-down"
|
||||
:rounded="0">
|
||||
<v-img src="/assets/romm.ico"/>
|
||||
</v-avatar>
|
||||
<v-list-item-title
|
||||
class="text-h6 font-weight-black ma-2 hidden-md-and-down">
|
||||
RomM
|
||||
</v-list-item-title>
|
||||
</template>
|
||||
@@ -29,7 +29,7 @@ emitter.emit('selectedPlatform', selectedPlatform.value)
|
||||
|
||||
<template>
|
||||
|
||||
<v-navigation-drawer v-model="platformsDrawer" :rail="rail" width="300" rail-width="72">
|
||||
<v-navigation-drawer v-model="platformsDrawer" :rail="rail" width="300" rail-width="75">
|
||||
|
||||
<v-list>
|
||||
<platform v-for="platform in platforms" :platform="platform" :rail="rail"/>
|
||||
|
||||