diff --git a/src/assets/Banner_PufferIcons.png b/src/assets/Banner_PufferIcons.png new file mode 100644 index 0000000..08e6af6 Binary files /dev/null and b/src/assets/Banner_PufferIcons.png differ diff --git a/src/views/PufferIcons.vue b/src/views/PufferIcons.vue index b564716..299a0e9 100644 --- a/src/views/PufferIcons.vue +++ b/src/views/PufferIcons.vue @@ -3,7 +3,7 @@ - + PufferIcons @@ -11,92 +11,45 @@ - - - PufferIcons + + + + + - -

PufferIcons

+ +

PufferIcons

- + +

version 1.1.4 - OEM Update

+
+
- - +
+ + + Download - - - - - -

Puffercat Apps

-
- - - -
- - - -
- - - - - - -

Shapes

-
- - - -
- - - -
- - - - - - -

Blurry Wallpapers

-
- - - -
- - - -
- - - - - - -

Tipper by myCALC

-
- - - -
- - - + +

Changelog - 1.1.4

+
    +
  • Synced with Lawnicons source
  • +
  • Added a few icons (mostly OEM apps so if you're using an OEM skin it's quite a big update for you)
  • +
  • Modified some stuff in the About page
  • +
+
@@ -117,7 +70,7 @@ export default defineComponent({ name: 'Tab1Page', - components: {IonHeader, IonToolbar, IonTitle, IonContent, IonPage, IonCol, IonGrid, IonRow, IonButton, IonIcon, IonButtons}, + components: {IonHeader, IonToolbar, IonTitle, IonContent, IonPage, IonCol, IonGrid, IonRow, IonButton, IonIcon, IonButtons, IonBackButton}, setup() { return { logoAndroid, @@ -138,7 +91,7 @@ margin: 5px; margin-top: 15px; } .icon { - width: 70px; + width: 90px; margin-right: 5px; } ion-button { --box-shadow: 0px; @@ -150,9 +103,9 @@ } .description-column { align-items: center; } .size-appname { - font-size: 18px; + font-size: 20px; } .size-appname-icon { - font-size: 18px; + font-size: 15px; } .logoAbout { width: 125px; margin: 10px; @@ -175,5 +128,21 @@ } } .aboutFrameworkLogo { width: 175px; + } .bannerColumn { + height: 200px; + background-image: url("../assets/Banner_PufferIcons.png"); + background-repeat: no-repeat; + background-size: cover; + background-position: center; + border-radius: 25px; + } .column-standard2 { + background-color: transparent; + color: var(--ion-color-light-contrast); + padding: 0px; + border-radius: 25px; + margin: 5px; + margin-top: 15px; + } ion-button { + --box-shadow: 0px; } \ No newline at end of file