Compare commits

...

11 commits

Author SHA1 Message Date
Florian Schmitt
b551325737 feat: make shell nix work 2025-01-23 20:54:26 +01:00
Florian Schmitt
05931a77d3 feat : better shell.nix and bun.lockb 2024-01-11 21:14:26 +03:00
Florian Schmitt
05bae2330d feat : nix shell + chore deps 2024-01-11 17:17:52 +03:00
mrflos
e1a7947473 refact(assets) : wip clean icons 2023-03-05 10:19:34 +03:00
Florian Schmitt
11de8fe068 wip 2022-04-14 09:25:32 +03:00
Florian Schmitt
c71306264b WIP refacto 2022-04-14 09:21:17 +03:00
Florian Schmitt
324cd85a02 deps(js): cleanup jquery ui 2022-02-08 21:58:47 +03:00
Tobias Ollive
d14b3167df add start script 2021-12-10 18:35:41 +01:00
Tobias Ollive
513d05d8b0 use relative links instead of absolute to allow subpath installation 2021-12-10 18:35:13 +01:00
Florian
5183db5829 Merge branch 'arguments' into 'master'
add headerbar and logo options as command line arguments

See merge request colibris/framemo!2
2021-12-01 11:28:56 +00:00
tobias
601d7968db add headerbar and logo options as command line arguments 2021-12-01 11:28:56 +00:00
2521 changed files with 6294 additions and 89028 deletions

1
.envrc Normal file
View file

@ -0,0 +1 @@
use nix

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
.direnv
.DS_Store
rsync.sh
*.swp

View file

@ -1,4 +0,0 @@
/client/*
.DS_Store
/.git/*
*.rdb

View file

@ -69,8 +69,7 @@ Some customisation options
Header Bar
==========
In `config.js` set `headerBarUrl` to a json url containing :
Set the argument `--headerBarUrl` with an URL pointing to a JSON with the following structure :
```json
[
@ -82,7 +81,7 @@ In `config.js` set `headerBarUrl` to a json url containing :
Logo
====
In `config.js` set `logoUrl` to an image url
Set the argument `--logoUrl` with an URL pointing to your logo.
license
-------

BIN
bun.lockb Executable file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 200 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 247 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

View file

@ -1,75 +0,0 @@
.card {
width: 230px;
height: 152px;
xpadding: 5px; float: left;
xmargin: 0 10px 10px 0;
font-size: .9em;
overflow: hidden;
position: absolute;
z-index: 10;
top: 460px;
left: 0px;
display: block;
}
.pink {
}
.yellow {
}
.blue {
}
.green {
}
.card-image {
position: absolute;
xtop: -10;
left: -3px;
width: 100%;
height: 100%;
overflow: hidden;
z-index: -1000;
}
.content {
overflow: hidden;
display: block;
width: 158px;
height: 88px;
margin: 5px 23px 0px 34px;
font-family: 'ubuntumedium', Verdana, Geneva, Tahoma, sans-serif;
font-size: 18px;
letter-spacing: 0px;
xtext-shadow: 0px 0px 1px #444;
opacity: 1;
color: black;
text-align: center;
padding-top: 18px;
xline-height: 16px;
xopacity: .8;
}
.filler {
margin-right: 34px;
margin-bottom: 42px;
margin-left: 25px;
}
.stickertarget {
position: absolute;
}

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -1,68 +0,0 @@
.card {
width: 100px;
height: 50px;
xpadding: 5px; float: left;
xmargin: 0 10px 10px 0;
font-size: .9em;
overflow: hidden;
position: absolute;
z-index: 10;
top: 100px;
left: 0px;
display: block;
xborder: solid rgba(92, 157, 181,0.5) 3px;
background-color: #ECDC96;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ECDC96), color-stop(100%,#EAD272));
}
.pink {
}
.yellow {
}
.blue {
}
.green {
}
.card-image {
position: absolute;
xtop: -10;
xleft: -50;
width: 100%;
height: 100%;
overflow: hidden;
z-index: -1000;
display: none;
}
.content {
overflow: hidden;
display: block;
xwidth: 70%;
height: 90px;
xmargin: 5px 20px 0px 30px;
font-family: 'ubuntumedium', Verdana, Geneva, Tahoma, sans-serif;
font-size: 12px;
letter-spacing: 0px;
xtext-shadow: 0px 0px 1px #444;
opacity: 1;
color: black;
text-align: center;
padding-top: 0px;
}

View file

@ -1,92 +0,0 @@
.card {
width: 115px;
height: 76px;
xpadding: 5px; float: left;
xmargin: 0 10px 10px 0;
font-size: .9em;
overflow: hidden;
position: absolute;
z-index: 10;
top: 460px;
left: 0px;
display: block;
}
.pink {
}
.yellow {
}
.blue {
}
.green {
}
.card-image {
position: absolute;
xtop: -10;
xleft: -50;
width: 100%;
height: 100%;
overflow: hidden;
z-index: -1000;
}
.content {
overflow: hidden;
display: block;
width: 79px;
height: 45px;
margin: 1px 10px 0px 19px;
font-family: 'ubuntumedium', Verdana, Geneva, Tahoma, sans-serif;
font-size: 10px;
letter-spacing: 0px;
line-height: 9px;
xtext-shadow: 0px 0px 1px #444;
opacity: 1;
color: #333;
text-align: center;
padding-top: 8px;
}
.filler {
margin-right: 12px;
margin-bottom: 19px;
margin-left: 19px;
}
.xcontent {
overflow: hidden;
display: block;
width: 79px;
height: 45px;
margin: 0px 10px 0px 19px;
font-family: 'ubuntulight', Verdana, Geneva, Tahoma, sans-serif;
xfont-size: 10px;
letter-spacing: 0px;
line-height: 8px;
xtext-shadow: 0px 0px 1px #444;
opacity: 1;
color: #333;
text-align: center;
padding-top: 8px;
}

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 404 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 896 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 825 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 583 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 968 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 899 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 853 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Some files were not shown because too many files have changed in this diff Show more