mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 22:29:28 +00:00
Complete build functionality. Used mwarning's server for data.
Now users can build their images using the Build button and it works fine for the most part. There is still some issue with the file download as there are a lot of them and will be imporved in the future. Using axios now for cross browser support issue of `fetch` Signed-off-by: Sudhanshu Gautam <me@sudhanshug.com>
This commit is contained in:
parent
c05ac4dc2c
commit
d30cf925b1
5 changed files with 424 additions and 90 deletions
|
|
@ -22,16 +22,38 @@
|
|||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.search-label {
|
||||
background-color: #fff;
|
||||
padding: 0 10px;
|
||||
position: absolute;
|
||||
white-space: nowrap;
|
||||
.version-select {
|
||||
width: 200px;
|
||||
|
||||
.version-label {
|
||||
background-color: inherit;
|
||||
padding: 5px;
|
||||
margin-top: -10px;
|
||||
margin-left: 10px;
|
||||
display: block;
|
||||
z-index: 10;
|
||||
}
|
||||
}
|
||||
|
||||
.search-results {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
.search-field {
|
||||
width: calc(100% - 220px);
|
||||
margin-left: 20px;
|
||||
position: relative;
|
||||
|
||||
.search-label {
|
||||
background-color: #fff;
|
||||
padding: 0 10px;
|
||||
position: absolute;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.search-results {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
top: 100%;
|
||||
z-index: 10;
|
||||
}
|
||||
}
|
||||
|
||||
.MuiTypography-h4 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue