feat: [alpha] Providers grid refactor (#1345)

Co-authored-by: Yingjie He <yingjiehe@squareup.com>
This commit is contained in:
lily-de
2025-02-24 13:03:13 -05:00
committed by GitHub
parent d786ecac61
commit c0c9fcccd5
45 changed files with 1445 additions and 21 deletions
+6
View File
@@ -63,6 +63,12 @@ run-ui:
@echo "Running UI..."
cd ui/desktop && npm install && npm run start-gui
# Run UI with alpha changes
run-ui-alpha:
@just release-binary
@echo "Running UI..."
cd ui/desktop && npm install && ALPHA=true npm run start-alpha-gui
# Run UI with latest (Windows version)
run-ui-windows:
@just release-windows