Skip to content

Commit

Permalink
Patch note & finalizing touches
Browse files Browse the repository at this point in the history
  • Loading branch information
NoCymer committed Jan 28, 2024
1 parent 1a1fb1b commit d439af8
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 35 deletions.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 3,
"version": "3.3.1",
"version": "4.0",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"action": {
Expand Down
33 changes: 0 additions & 33 deletions public/patch-notes/3.3.1-patch-notes.json

This file was deleted.

27 changes: 27 additions & 0 deletions public/patch-notes/4.0-patch-notes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"title": "V4.0 Patch Notes",
"thumbnail" : {
"type": "image",
"url": "https://i.imgur.com/8RrfqMS.png"
},
"content": [
{
"type":"paragraph",
"title":"Light update",
"content":"In this spring update NEXXT Tabs will rejoice all light theme enjoyers by bringing to life NEXXT Tabs's new light mode theme. But that's not all, if you love live wallpapers, you will love this update as it brings full background video support !"
},
{
"type":"paragraph",
"title":"What's new ?"
},
{
"type":"list",
"content": [
"Light theme",
"Video backgrounds",
"Various performance optimizations",
"Bug fixes"
]
}
]
}
13 changes: 12 additions & 1 deletion src/styles/components/_popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
height: 1.2rem;
@include centerNoRepImg;
background-image: url(
"../app-ressources/arrow-right-symbol.svg"
"../app-ressources/dark/arrow-right-symbol.svg"
);
}
}
Expand Down Expand Up @@ -220,4 +220,15 @@
}
}
}
}

.light .popup.update-popup {
.popup-content>ul li::before{
background-image: url(
"../app-ressources/light/arrow-right-symbol.svg"
);
}
h1, h2{
color: rgb(51, 51, 51);
}
}

0 comments on commit d439af8

Please sign in to comment.