Skip to content

Commit d7712c0

Browse files
committed
updated icons and made viewport zoomable to increase accessibility
Co-authored-by: Daniel Garan <[email protected]> Co-authored-by: Kevin Can <[email protected]> Co-authored-by: Anthony Herrera <[email protected]> Co-authored-by: Rob Sinzieri <[email protected]> Co-authored-by: Roderick de Leon <[email protected]>"
1 parent ee45328 commit d7712c0

File tree

15 files changed

+83
-78
lines changed

15 files changed

+83
-78
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1 align="center">
2-
<img src="src/assets/overvue_256x256_old.png">
2+
<img width="235 height ="235" src="src/assets/right_sidebar325x325.svg">
33
</h1>
44

55
<p align="center"><b>Prototyping Development Tool for Vue Developers</b></p>

[object Promise].vue

Lines changed: 0 additions & 23 deletions
This file was deleted.

quasar.conf.js

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ module.exports = configure(function (ctx) {
101101
// Full list of options: https://quasar.dev/quasar-cli/quasar-conf-js#Property%3A-devServer
102102
devServer: {
103103
server: {
104-
type: "http",
104+
type: "https",
105105
},
106106
port: 8080,
107107
open: true, // opens browser window automatically
@@ -177,31 +177,31 @@ module.exports = configure(function (ctx) {
177177
background_color: "#ffffff",
178178
theme_color: "#027be3",
179179
icons: [
180-
{
181-
src: "statics/icons/icon-128x128.png",
182-
sizes: "128x128",
183-
type: "image/png",
184-
},
185-
{
186-
src: "statics/icons/icon-192x192.png",
187-
sizes: "192x192",
188-
type: "image/png",
189-
},
190-
{
191-
src: "statics/icons/icon-256x256.png",
192-
sizes: "256x256",
193-
type: "image/png",
194-
},
195-
{
196-
src: "statics/icons/icon-384x384.png",
197-
sizes: "384x384",
198-
type: "image/png",
199-
},
200-
{
201-
src: "statics/icons/icon-512x512.png",
202-
sizes: "512x512",
203-
type: "image/png",
204-
},
180+
// {
181+
// src: "statics/icons/icon-128x128.png",
182+
// sizes: "128x128",
183+
// type: "image/png",
184+
// },
185+
// {
186+
// src: "statics/icons/icon-192x192.png",
187+
// sizes: "192x192",
188+
// type: "image/png",
189+
// },
190+
// {
191+
// src: "statics/icons/icon-256x256.png",
192+
// sizes: "256x256",
193+
// type: "image/png",
194+
// },
195+
// {
196+
// src: "statics/icons/icon-384x384.png",
197+
// sizes: "384x384",
198+
// type: "image/png",
199+
// },
200+
// {
201+
// src: "statics/icons/icon-512x512.png",
202+
// sizes: "512x512",
203+
// type: "image/png",
204+
// },
205205
],
206206
},
207207
},

src-electron/icons/icon.ico

-39.3 KB
Binary file not shown.

src-electron/icons/icon.png

12.3 KB
Loading

src/assets/app_logo106x23.png

1.48 KB
Loading

src/assets/app_logo106x23.svg

Lines changed: 12 additions & 0 deletions
Loading

src/assets/right_sidebar325x325.png

6.15 KB
Loading

src/assets/right_sidebar325x325.svg

Lines changed: 20 additions & 0 deletions
Loading

src/components/left-sidebar/StoreTab/StoreTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ i {
259259
260260
.html-bg {
261261
// give html background color of grey
262-
background-color: #202122;
262+
background-color: $subprimary;
263263
}
264264
265265
.component-container {

0 commit comments

Comments
 (0)