clan-core/pkgs/ui
Johannes Kirschbauer ff89bcba4b
All checks were successful
build / test (pull_request) Successful in 27s
add: responsive layout for sidebar and dashboard
2023-08-12 12:25:44 +02:00
..
nix UI: NodeList added Pie Chart and extracted Table Data 2023-08-12 00:01:09 +02:00
public init: layout with simple side navigation 2023-08-06 17:31:44 +02:00
src add: responsive layout for sidebar and dashboard 2023-08-12 12:25:44 +02:00
.envrc init: ui bootstrapping nextjs 2023-08-05 11:42:48 +02:00
.eslintrc.json init: ui bootstrapping nextjs 2023-08-05 11:42:48 +02:00
.gitignore init: ui bootstrapping nextjs 2023-08-05 11:42:48 +02:00
default.nix init: ui bootstrapping nextjs 2023-08-05 11:42:48 +02:00
flake-module.nix init: ui bootstrapping nextjs 2023-08-05 11:42:48 +02:00
next.config.js init: layout with simple side navigation 2023-08-06 17:31:44 +02:00
package-lock.json UI: NodeList added Pie Chart and extracted Table Data 2023-08-12 00:01:09 +02:00
package.json UI: NodeList added Pie Chart and extracted Table Data 2023-08-12 00:01:09 +02:00
pconf.cjs add: responsive layout for sidebar and dashboard 2023-08-12 12:25:44 +02:00
postcss.config.js init: layout 2023-08-05 12:10:58 +00:00
README.md add: responsive layout for sidebar and dashboard 2023-08-12 12:25:44 +02:00
shell.nix Added fonts symlink to devShell 2023-08-05 12:34:04 +02:00
tailwind.config.js init: layout with simple side navigation 2023-08-06 17:31:44 +02:00
tsconfig.json init: layout 2023-08-05 12:10:58 +00:00

cLan - awesome UI

Commands

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/

prettier -w ./src/ --config pconf.cjs