asdsad
This commit is contained in:
@@ -2,27 +2,40 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-bottom: 1rem;
|
margin: 1rem 0 1.15rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bc-module-tab {
|
.bc-module-tab {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 10px 14px;
|
justify-content: center;
|
||||||
border-radius: 999px;
|
min-height: 46px;
|
||||||
|
padding: 12px 18px;
|
||||||
|
border-radius: 16px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: var(--text);
|
color: #09111f;
|
||||||
border: 1px solid rgba(255,255,255,0.08);
|
border: 1px solid rgba(255,255,255,0.16);
|
||||||
background: rgba(255,255,255,0.04);
|
background: rgba(255,255,255,0.9);
|
||||||
transition: transform .18s ease, background .18s ease, border-color .18s ease;
|
font-weight: 700;
|
||||||
|
box-shadow: 0 10px 22px rgba(0,0,0,0.10);
|
||||||
|
transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bc-module-tab:hover,
|
.bc-module-tab:hover,
|
||||||
.bc-module-tab:focus-visible,
|
.bc-module-tab:focus-visible,
|
||||||
.bc-module-tab.is-active {
|
.bc-module-tab.is-active {
|
||||||
transform: translateY(-1px);
|
transform: translateY(-1px);
|
||||||
background: rgba(71, 169, 255, 0.12);
|
box-shadow: 0 14px 28px rgba(0,0,0,0.14);
|
||||||
border-color: rgba(71, 169, 255, 0.32);
|
}
|
||||||
|
|
||||||
|
.bc-module-tab.is-active {
|
||||||
|
background: linear-gradient(135deg, #79d7ff, #5eead4);
|
||||||
|
border-color: rgba(94, 234, 212, 0.35);
|
||||||
|
}
|
||||||
|
|
||||||
|
.bc-module-tab:hover,
|
||||||
|
.bc-module-tab:focus-visible {
|
||||||
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bc-hero {
|
.bc-hero {
|
||||||
|
|||||||
@@ -3,21 +3,6 @@
|
|||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"description": "Depotverwaltung fuer Aktien, Kaufdaten, Kursverlauf und Waehrungsumrechnung.",
|
"description": "Depotverwaltung fuer Aktien, Kaufdaten, Kursverlauf und Waehrungsumrechnung.",
|
||||||
"enabled_by_default": false,
|
"enabled_by_default": false,
|
||||||
"menu": [
|
|
||||||
{ "label": "Startseite", "href": "/module/boersenchecker" },
|
|
||||||
{ "label": "Depotverwaltung", "href": "/module/boersenchecker/depotverwaltung" },
|
|
||||||
{ "label": "Aktienverwaltung", "href": "/module/boersenchecker/aktienverwaltung" }
|
|
||||||
],
|
|
||||||
"sidebar": {
|
|
||||||
"enabled": true,
|
|
||||||
"collapsible": true,
|
|
||||||
"default": "collapsed",
|
|
||||||
"items": [
|
|
||||||
{ "label": "Startseite", "href": "/module/boersenchecker" },
|
|
||||||
{ "label": "Depotverwaltung", "href": "/module/boersenchecker/depotverwaltung" },
|
|
||||||
{ "label": "Aktienverwaltung", "href": "/module/boersenchecker/aktienverwaltung" }
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"setup": {
|
"setup": {
|
||||||
"fields": [
|
"fields": [
|
||||||
{ "name": "use_separate_db", "label": "Eigene Modul-DB nutzen", "type": "checkbox", "required": false, "help": "Wenn aktiv, werden die DB-Daten unten verwendet. Sonst wird die Nexus-Base-DB genutzt." },
|
{ "name": "use_separate_db", "label": "Eigene Modul-DB nutzen", "type": "checkbox", "required": false, "help": "Wenn aktiv, werden die DB-Daten unten verwendet. Sonst wird die Nexus-Base-DB genutzt." },
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php $ownerQuery = $isAdmin ? '?owner_sub=' . urlencode((string) $ownerSub) : ''; ?>
|
<?php $ownerQuery = $isAdmin ? '?owner_sub=' . urlencode((string) $ownerSub) : ''; ?>
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="bc-module-nav">
|
<div class="bc-module-nav">
|
||||||
<a class="bc-module-tab" href="/module/boersenchecker">Startseite</a>
|
<a class="bc-module-tab" href="/module/boersenchecker">Ueberblick</a>
|
||||||
<a class="bc-module-tab is-active" href="/module/boersenchecker/depotverwaltung">Depotverwaltung</a>
|
<a class="bc-module-tab is-active" href="/module/boersenchecker/depotverwaltung">Depotverwaltung</a>
|
||||||
<a class="bc-module-tab" href="/module/boersenchecker/aktienverwaltung">Aktienverwaltung</a>
|
<a class="bc-module-tab" href="/module/boersenchecker/aktienverwaltung">Aktienverwaltung</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<div class="card bc-hero" data-bc-home data-chart-endpoint="<?= e($chartEndpoint) ?>">
|
<div class="card bc-hero" data-bc-home data-chart-endpoint="<?= e($chartEndpoint) ?>">
|
||||||
<div class="bc-module-nav">
|
<div class="bc-module-nav">
|
||||||
<a class="bc-module-tab is-active" href="/module/boersenchecker">Startseite</a>
|
<a class="bc-module-tab is-active" href="/module/boersenchecker">Ueberblick</a>
|
||||||
<a class="bc-module-tab" href="/module/boersenchecker/depotverwaltung">Depotverwaltung</a>
|
<a class="bc-module-tab" href="/module/boersenchecker/depotverwaltung">Depotverwaltung</a>
|
||||||
<a class="bc-module-tab" href="/module/boersenchecker/aktienverwaltung">Aktienverwaltung</a>
|
<a class="bc-module-tab" href="/module/boersenchecker/aktienverwaltung">Aktienverwaltung</a>
|
||||||
</div>
|
</div>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
];
|
];
|
||||||
}, $positions), JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES) ?></script>
|
}, $positions), JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES) ?></script>
|
||||||
<div class="pill">Boersenchecker</div>
|
<div class="pill">Boersenchecker</div>
|
||||||
<h1 style="margin-top:.75rem;">Startseite</h1>
|
<h1 style="margin-top:.75rem;">Ueberblick</h1>
|
||||||
<p class="muted">Depotauswahl, Aktienauswahl und animierte Kurscharts auf Basis von Schlusskursen.</p>
|
<p class="muted">Depotauswahl, Aktienauswahl und animierte Kurscharts auf Basis von Schlusskursen.</p>
|
||||||
|
|
||||||
<?php if ($error): ?>
|
<?php if ($error): ?>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="bc-module-nav">
|
<div class="bc-module-nav">
|
||||||
<a class="bc-module-tab" href="/module/boersenchecker">Startseite</a>
|
<a class="bc-module-tab" href="/module/boersenchecker">Ueberblick</a>
|
||||||
<a class="bc-module-tab" href="/module/boersenchecker/depotverwaltung">Depotverwaltung</a>
|
<a class="bc-module-tab" href="/module/boersenchecker/depotverwaltung">Depotverwaltung</a>
|
||||||
<a class="bc-module-tab is-active" href="/module/boersenchecker/aktienverwaltung">Aktienverwaltung</a>
|
<a class="bc-module-tab is-active" href="/module/boersenchecker/aktienverwaltung">Aktienverwaltung</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user