Skip to content

Commit

Permalink
PS-706 discussions (#508)
Browse files Browse the repository at this point in the history
* prevent rendering App component if dialog is opened

* fix color picker
  • Loading branch information
4rthem authored Jan 15, 2025
1 parent 2b53eb6 commit 5f916ce
Show file tree
Hide file tree
Showing 169 changed files with 5,184 additions and 1,420 deletions.
1 change: 1 addition & 0 deletions dashboard/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"lint": "eslint src",
"lint:fix": "eslint --fix src",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json|cjs|tsx|jsx)\"",
"cs": "pnpm lint:fix && pnpm format",
"preview": "vite preview"
},
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions databox/api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
"symlink": true
}
},
{
"type": "path",
"url": "../../lib/php/notify-bundle",
"options": {
"symlink": true
}
},
{
"type": "path",
"url": "../../lib/php/test-bundle",
Expand Down Expand Up @@ -140,6 +147,7 @@
"alchemy/auth-bundle": "*",
"alchemy/configurator-bundle": "@dev",
"alchemy/core-bundle": "@dev",
"alchemy/notify-bundle": "@dev",
"alchemy/es-bundle": "@dev",
"alchemy/messenger-bundle": "@dev",
"alchemy/metadata-manipulator-bundle": "@dev",
Expand Down
Loading

0 comments on commit 5f916ce

Please sign in to comment.