]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
server : add themes + favicon (#6848)
authorJohnnyB <redacted>
Wed, 8 May 2024 19:12:06 +0000 (20:12 +0100)
committerGitHub <redacted>
Wed, 8 May 2024 19:12:06 +0000 (22:12 +0300)
commitbd1871fa2b1bf8a081b43ba9bc85f8ffd46fac46
tree36a191f3e6b4ec0c98d271275b372afe4d3a0fe2
parent26458af1d63c85195cd96cd1673051e332d06d30
server : add themes + favicon (#6848)

* Added themes support with two sample themes and a favicon.

* Newline

* Newline

* Newline

* Trailing whitespace

* Increased opacity for contrast

* Increase opacity.

Check actions cancelled for some other priority job and I can't seem to manually re-run them, so MOAR OPACITY

* Opacity action trigger.

Trying to re-trigger the cancelled action.

* One more opacity adjustment

This Actions pipeline is failing for random issues.

* Delete examples/server/themes/buttons_top/completion.js

This will be served from the static string built-in to server.

* Delete examples/server/themes/buttons_top/index.js

This will be served from the static string built-in to server.

* Delete examples/server/themes/wild/completion.js

This will be served from the static string built-in to server.

* Delete examples/server/themes/buttons_top/json-schema-to-grammar.mjs

This will be served from the static string built-in to server.

* Delete examples/server/themes/wild/index.js

This will be served from the static string built-in to server.

* Delete examples/server/themes/wild/json-schema-to-grammar.mjs

This will be served from the static string built-in to server.

* Replaced underscore.
12 files changed:
examples/server/public/favicon.ico [new file with mode: 0644]
examples/server/themes/README.md [new file with mode: 0644]
examples/server/themes/buttons-top/README.md [new file with mode: 0644]
examples/server/themes/buttons-top/buttons_top.png [new file with mode: 0644]
examples/server/themes/buttons-top/favicon.ico [new file with mode: 0644]
examples/server/themes/buttons-top/index.html [new file with mode: 0644]
examples/server/themes/wild/README.md [new file with mode: 0644]
examples/server/themes/wild/favicon.ico [new file with mode: 0644]
examples/server/themes/wild/index.html [new file with mode: 0644]
examples/server/themes/wild/llama_cpp.png [new file with mode: 0644]
examples/server/themes/wild/llamapattern.png [new file with mode: 0644]
examples/server/themes/wild/wild.png [new file with mode: 0644]