Commit Graph

15 Commits

Author SHA1 Message Date
Bruno Quaresma 32c93a887e
fix(site): fix initial body background color 2023-12-14 18:15:25 +00:00
Kyle Carberry f270d9d351
feat: make the dashboard darker (#10084)
* feat: make the dashboard darker

Coder is a the internal software development platform. It is not
designed to be opinionated on colors, but it should look great.

Focusing on neutrality for our default dashboard theme is great
for our ICP. Some organizations may lean towards colors more or
less, and that shouldn't influence their decision when exploring
Coder.

* Make it a lil more dark

* Improve button outline

* Lower the red brightness

* Improve the divider contrast
2023-10-05 16:46:38 -05:00
Kyle Carberry 1eb21d247b
feat: adjust favicon based on system color-scheme (#10087)
This will still default to light-theme, but support showing
a white favicon when the system-theme is dark.
2023-10-05 16:11:15 -05:00
Marcin Tojek dae528f5e7
feat: expose application name and logo url via meta properties (#9900) 2023-09-28 10:50:40 +02:00
Bruno Quaresma 11404af9ca
chore(site): update files to use a more standard naming (#9605) 2023-09-08 15:14:41 -03:00
Bruno Quaresma 834ce41013
refactor(site): add default background color to html and body (#9009) 2023-08-10 09:41:35 -03:00
Bruno Quaresma 70bd23a40a
refactor(site): add default title (#8985) 2023-08-08 18:48:53 -03:00
Marcin Tojek 164672e5d3
feat: expose docs URL via static meta (#8594) 2023-07-19 13:57:43 -03:00
dependabot[bot] 24ec05b5c5
chore: bump prettier from 2.8.1 to 3.0.0 in /site (#8477)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cian Johnston <cian@coder.com>
Co-authored-by: Muhammad Atif Ali <atif@coder.com>
2023-07-13 14:44:12 +03:00
Kyle Carberry f444100aa6
feat: add region querying to pre-fetched html (#8077) 2023-06-19 11:23:26 -05:00
Kyle Carberry 9df9ad4503
feat: embed common client requests into the template html (#8076)
This should reduce the number of API requests a client makes
when loading the dashboard dramatically!
2023-06-18 13:57:27 -05:00
Kyle Carberry 71eecb3515
chore: embed build info in the html to reduce requests (#6605)
This will reduce a request on every page load of Coder!
2023-03-21 19:04:54 +00:00
Ammar Bandukwala 85c679597c
site: reduce printWidth to 80 (#4437)
Resolves #4435
2022-10-10 10:33:35 -07:00
Dean Sheather d165d76338
feat: static error page in applications handlers (#4299) 2022-10-05 02:30:55 +10:00
Bruno Quaresma 189c562826
chore: Use Vite instead of Webpack for development (#4156) 2022-09-23 15:22:48 -03:00