Compare commits
3 Commits
33ec63f097
...
5b3eadb7bd
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b3eadb7bd | |||
| 28d484117b | |||
| a0b0689e01 |
@ -1,7 +1,8 @@
|
|||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
APP=letterbox
|
||||||
|
|
||||||
# Build in release mode and push to minio for serving.
|
# Build in release mode and push to minio for serving.
|
||||||
all:
|
all:
|
||||||
trunk build --release
|
trunk build --release
|
||||||
mc mirror m/letterbox/ /tmp/letterbox-$(shell date +%s)
|
mc mirror m/$(APP)/ /tmp/$(APP)-$(shell date +%s)
|
||||||
mc mirror --overwrite --remove dist/ m/letterbox/
|
mc mirror --overwrite --remove dist/ m/$(APP)/
|
||||||
|
|||||||
@ -15,3 +15,8 @@ backend="http://localhost:9345/original"
|
|||||||
backend="http://localhost:9345/graphiql"
|
backend="http://localhost:9345/graphiql"
|
||||||
[[proxy]]
|
[[proxy]]
|
||||||
backend="http://localhost:9345/graphql"
|
backend="http://localhost:9345/graphql"
|
||||||
|
|
||||||
|
[[hooks]]
|
||||||
|
stage = "pre_build"
|
||||||
|
command = "cargo"
|
||||||
|
command_arguments = [ "test" ]
|
||||||
|
|||||||
@ -10,7 +10,9 @@
|
|||||||
<style>
|
<style>
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
padding: 0.5em;*/
|
display: inline-block;
|
||||||
|
padding: 0.5em;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
.message .headers {
|
.message .headers {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -27,12 +29,15 @@
|
|||||||
margin-left: -0.5em;
|
margin-left: -0.5em;
|
||||||
margin-right: -0.5em;
|
margin-right: -0.5em;
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
|
width:0;
|
||||||
|
min-width:100%;
|
||||||
}
|
}
|
||||||
.error {
|
.error {
|
||||||
background-color: red;
|
background-color: red;
|
||||||
}
|
}
|
||||||
.view-part-text-plain {
|
.view-part-text-plain {
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
iframe {
|
iframe {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user