docs: progressbar as subtitle

pull/134/head
bia 5 years ago
parent 4f22016f13
commit dfb20dd1ca

@ -25,7 +25,8 @@ body {
.check-bullet { .check-bullet {
color:#07bfa5; color:#07bfa5;
margin-left:10px; background-color: white;
margin-left:-22px;
} }
/* Progress bar styling */ /* Progress bar styling */
@ -35,14 +36,18 @@ body {
text-align: center; text-align: center;
font-weight: 700; font-weight: 700;
width: 100%; width: 100%;
margin: 0 ! important; /* remove original styling for thin styling
margin: 0 ! important; */
margin-top: -0.4rem ! important;
line-height: 1.2rem; line-height: 1.2rem;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
} }
.progress-bar { .progress-bar {
height: 1.2rem; /*remove original styling for thin styling
height: 1.2rem; */
height: 0.4rem;
float: left; float: left;
background: repeating-linear-gradient( background: repeating-linear-gradient(
45deg, 45deg,
@ -57,8 +62,11 @@ body {
.progress { .progress {
display: block; display: block;
width: 100%; width: 100%;
/* remove original styling for thin styling
margin: 0.5rem 0; margin: 0.5rem 0;
height: 1.2rem; height: 1.2rem; */
margin-top: 0.9rem;
height: 0.4rem;
background-color: #eeeeee; background-color: #eeeeee;
position: relative; position: relative;
border-radius: 2px; border-radius: 2px;
@ -86,18 +94,4 @@ body {
.progress-0plus .progress-bar { .progress-0plus .progress-bar {
background-color: #ff1744; background-color: #ff1744;
} }
.progress.thin {
margin-top: 0.9rem;
height: 0.4rem;
}
.progress.thin .progress-label {
margin-top: -0.4rem;
}
.progress.thin .progress-bar {
height: 0.4rem;
}

@ -1,7 +1,5 @@
# Roadmap # Roadmap
[= 40% "40%"]
!!! hint "Work in Progress" !!! hint "Work in Progress"
We will be building the roadmap together with the Flux community, We will be building the roadmap together with the Flux community,
our end-users and everyone who is interested in integrating with us. our end-users and everyone who is interested in integrating with us.
@ -12,6 +10,8 @@
### Flux read-only feature parity ### Flux read-only feature parity
[= 50% "50%"]
This would be the first stepping stone: we want the GitOps Toolkit to be on-par with today's Flux in This would be the first stepping stone: we want the GitOps Toolkit to be on-par with today's Flux in
[read-only mode](https://github.com/fluxcd/flux/blob/master/docs/faq.md#can-i-run-flux-with-readonly-git-access) [read-only mode](https://github.com/fluxcd/flux/blob/master/docs/faq.md#can-i-run-flux-with-readonly-git-access)
and [FluxCloud](https://github.com/justinbarrick/fluxcloud) notifications. and [FluxCloud](https://github.com/justinbarrick/fluxcloud) notifications.
@ -21,7 +21,8 @@ Goals
- Offer an in-place migration tool for those that are using Flux in read-only mode to synchronize plain manifests - Offer an in-place migration tool for those that are using Flux in read-only mode to synchronize plain manifests
- Offer a migration guide for those that are using Flux in read-only mode to synchronize Kustomize overlays - Offer a migration guide for those that are using Flux in read-only mode to synchronize Kustomize overlays
<span class="check-bullet">:material-check-bold:</span> Offer a dedicated component for forwarding events to external messaging platforms - <span class="check-bullet">:material-check-bold:</span> Offer a dedicated component for forwarding events to external messaging platforms
Non-Goals Non-Goals
@ -42,6 +43,8 @@ Tasks
### Flux image update feature parity ### Flux image update feature parity
[= 0% "0%"]
Goals Goals
- Offer components that can replace Flux v1 image update feature - Offer components that can replace Flux v1 image update feature
@ -63,6 +66,8 @@ Tasks
### Helm v3 feature parity ### Helm v3 feature parity
[= 33% "33%"]
Goals Goals
- Offer a migration guide for those that are using Helm Operator with Helm v3 and Helm repositories - Offer a migration guide for those that are using Helm Operator with Helm v3 and Helm repositories

Loading…
Cancel
Save