clan-core/pkgs/ui
Johannes Kirschbauer 18714d6657
All checks were successful
checks-impure / test (pull_request) Successful in 8s
checks / test (pull_request) Successful in 1m24s
reformat
2023-09-16 16:28:36 +02:00
..
nix reformat 2023-09-16 16:28:36 +02:00
public add more example utils to dashboard 2023-08-13 12:55:22 +02:00
src reformat 2023-09-16 16:28:36 +02:00
.envrc init: ui bootstrapping nextjs 2023-08-05 11:42:48 +02:00
.eslintrc.json consistent naming & strucutre 2023-08-26 15:46:10 +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 add join clan page 2023-09-16 16:21:33 +02:00
package.json add join clan page 2023-09-16 16:21:33 +02:00
pconf.cjs add: fix responsive layout transition 2023-08-12 13:44:35 +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 api generator 2023-08-25 13:40:52 +02:00
tailwind.config.js init: layout with simple side navigation 2023-08-06 17:31:44 +02:00
tsconfig.json consistent naming & strucutre 2023-08-26 15:46:10 +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