Skip to content

Commit 85bb7eb

Browse files
committed
Map completed with flights and WIP traffic info
1 parent 3abdad6 commit 85bb7eb

29 files changed

+323
-750
lines changed

.idea/$CACHE_FILE$

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.gitignore

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/kafka-flightstream-ui.iml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"dependencies": {
2323
"@amber-ds/components": "1.2.4",
2424
"@amber-ds/visual": "1.0.1",
25-
"@types/mapbox-gl": "0.51.6",
25+
"@types/mapbox-gl": "^0.54.4",
2626
"apexcharts": "3.6.11",
2727
"country-list": "2.1.0",
28-
"mapbox-gl": "0.54.0",
28+
"mapbox-gl": "^1.3.2",
2929
"register-service-worker": "1.6.2",
3030
"rxjs": "6.5.2",
3131
"vue": "2.6.10",

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="theme-color" content="#EB6400">
88
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.54.0/mapbox-gl.css' rel='stylesheet' />
99
<link rel="icon" href="./img/logo.png">
10-
<title>Geostream</title>
10+
<title>Flightstream</title>
1111
<meta name="description" content="Real time data dashboard powered by Kafka Streams and KSQL.">
1212
<meta name="og:title" content="K·Geostream">
1313
<meta name="og:description" content="Real time data dashboard powered by Kafka Streams and KSQL.">
@@ -16,7 +16,7 @@
1616
</head>
1717
<body>
1818
<noscript>
19-
<strong>We're sorry but Kafka Geostream doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
19+
<strong>We're sorry but Kafka Flightstream doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
2020
</noscript>
2121
<div id="app"></div>
2222
<!-- built files will be auto injected -->

src/App.vue

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,19 @@
11
<template>
22
<div id="app">
3-
<!-- UNDER COSTRUCTION -->
4-
<div class="under-costruction">
5-
6-
<div class="text-costruction">
7-
<div >
8-
<icon-world class="img-cost"/>
9-
</div>
10-
<div class="text-cost">
11-
<h1>UNDER COSTRUCTION</h1>
12-
<p>
13-
This page is currently undergoing schedulate maintenance. <br/>
14-
We should be back shortly.
15-
Thank you for your patience.
16-
</p>
17-
</div>
18-
</div>
19-
</div>
20-
<!-- END UNDER COSTRUCTION -->
21-
223
<header class="header">
234
<div class="navbar-brand">
245
<div class="logo">
256
<span class="icon-logo"><icon-logo /></span>
267
<router-link class="link-geo" to="/" >
278
<span class="geo-k">K</span>
28-
<span class="geo-stream">GEOSTREAM</span>
9+
<span class="geo-stream">FLIGHTSTREAM</span>
2910
</router-link>
3011
</div>
3112
<div class="powered"><icon-bitrock/></div>
3213
</div>
33-
<nav>
34-
<!-- <router-link to="/" class="link">Dashboard</router-link> -->
35-
<router-link class="link" to="/development" exact>Development</router-link>
36-
</nav>
37-
</header>
14+
</header>
3815
<router-view />
39-
<amber-banner
16+
<amber-banner
4017
title="A new version is available!"
4118
labels="Refresh"
4219
:active="update"
@@ -53,7 +30,7 @@ import IconWorld from '@/components/icon-world.vue';
5330
import '@amber-ds/components/banner';
5431
5532
@Component({
56-
name: 'kakfa-geostream',
33+
name: 'kakfa-flightstream',
5734
components: {
5835
IconLogo,
5936
IconBitrock,

src/components/list-rsvp-user.vue

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

0 commit comments

Comments
 (0)