clan-core/pkgs/ui
ui-asset-bot 0590e4456a
All checks were successful
assets1 / test (push) Has been skipped
checks-impure / test (push) Has been skipped
checks / test (push) Has been skipped
update ui-assets.nix
2023-10-29 18:55:11 +00:00
..
nix update ui-assets.nix 2023-10-29 18:55:11 +00:00
public add coporate theme color variables 2023-10-08 15:46:33 +02:00
src fix frontend 2023-10-28 18:34:36 +02:00
.envrc ui/envrc: watch more files 2023-09-27 15:18:51 +02:00
.eslintrc.json next lint now throws at least an equal amount of errors as next build if not more. 2023-10-27 19:26:03 +02:00
.gitignore add api generator 2023-08-25 13:40:52 +02:00
default.nix ui: drop non-flake fallback 2023-08-27 10:27:34 +02:00
flake-module.nix ui: drop non-flake fallback 2023-08-27 10:27:34 +02:00
next.config.js add api generator 2023-08-25 13:40:52 +02:00
orval.config.ts add join clan page 2023-09-16 16:21:33 +02:00
package-lock.json next lint now throws at least an equal amount of errors as next build if not more. 2023-10-27 19:26:03 +02:00
package.json next lint now throws at least an equal amount of errors as next build if not more. 2023-10-27 19:26:03 +02:00
postcss.config.js init: layout 2023-08-05 12:10:58 +00:00
README.md ui: add documentation on how to upload assets 2023-08-26 12:43:39 +02:00
shell.nix add coporate theme color variables 2023-10-08 15:46:33 +02:00
tailwind.config.js add coporate theme color variables 2023-10-08 15:46:33 +02:00
tsconfig.json clean up unused js parts 2023-10-03 10:39:49 +02:00

cLan - awesome UI

Updating dependencies

After changing dependencies with

npm <dep> i --package-lock-only

Update floco dependencies:

nix run github:aakropotkin/floco -- translate -pt -o ./nix/pdefs.nix

The prettier tailwind class sorting is not yet working properly with our devShell integration.

To sort classnames manually:

cd /clan-core/pkgs/ui/

Upload ui to gitea

Create a gitea token here: https://git.clan.lol/user/settings/applications

Than run this command:

GITEA_TOKEN=<YOUR_TOKEN> nix run .#update-ui-assets