Skip to content

Commit 378e13f

Browse files
committed
Added notifications, fixed various things, almost final demo version
1 parent 0e358fe commit 378e13f

14 files changed

Lines changed: 1528 additions & 523 deletions

src/components/ContainerNav.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ export default defineComponent({
193193
.navigate-btn {
194194
font-family: "Oxanium", monospace;
195195
background-color: var(--primary);
196+
color: var(--main-white);
196197
}
197198
.navigate-btn:hover {
198199
background-color: var(--primary-700);

src/components/DataQuery.vue

Lines changed: 315 additions & 188 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)