Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new levels of notification for dev toolbar apps #10252

Merged
merged 11 commits into from
Mar 8, 2024
Prev Previous commit
Next Next commit
fix: custom app number
  • Loading branch information
Princesseuh committed Mar 5, 2024
commit 1e2b869aaa4f336e18c3aaafee2cb8d17e9da931
2 changes: 1 addition & 1 deletion packages/astro/src/runtime/client/dev-toolbar/toolbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class AstroDevToolbar extends HTMLElement {
apps: DevToolbarApp[] = [];
hasBeenInitialized = false;
// TODO: This should be dynamic based on the screen size or at least configurable, erika - 2023-11-29
customAppsToShow = 1;
customAppsToShow = 3;

constructor() {
super();
Expand Down
Loading