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: remove unrelated change
  • Loading branch information
Princesseuh committed Feb 27, 2024
commit 4a81b81498176e9eda8320c93d070537cf018c7d
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 = 0;
customAppsToShow = 3;

constructor() {
super();
Expand Down
Loading