Skip to content

Commit

Permalink
refactor: measure menu (#5741)
Browse files Browse the repository at this point in the history
* init commit

* test fix

* test fix
  • Loading branch information
briangregoryholmes committed Sep 20, 2024
1 parent 9e345e7 commit 326deb3
Show file tree
Hide file tree
Showing 17 changed files with 74 additions and 561 deletions.
13 changes: 0 additions & 13 deletions web-common/src/components/menu/README.md

This file was deleted.

61 changes: 0 additions & 61 deletions web-common/src/components/menu/compositions/SelectMenu.svelte

This file was deleted.

13 changes: 0 additions & 13 deletions web-common/src/components/menu/core/MenuHeader.svelte

This file was deleted.

7 changes: 1 addition & 6 deletions web-common/src/components/menu/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
/** See README.md for more information. */
/** ready-made components */
export { default as SelectMenu } from "./compositions/SelectMenu.svelte";

/** core components */
export { default as Divider } from "./core/Divider.svelte";
export { default as Menu } from "./core/Menu.svelte";
export { default as MenuItem } from "./core/MenuItem.svelte";
/** trigger components */
export { default as SelectButton } from "./triggers/SelectButton.svelte";
/** wrapper components */
export { default as WithSelectMenu } from "./wrappers/WithSelectMenu.svelte";
42 changes: 0 additions & 42 deletions web-common/src/components/menu/shadcn/SelectMenu.svelte

This file was deleted.

47 changes: 0 additions & 47 deletions web-common/src/components/menu/shadcn/SelectMenuContent.svelte

This file was deleted.

66 changes: 0 additions & 66 deletions web-common/src/components/menu/triggers/SelectButton.svelte

This file was deleted.

14 changes: 0 additions & 14 deletions web-common/src/components/menu/types.ts

This file was deleted.

66 changes: 0 additions & 66 deletions web-common/src/components/menu/wrappers/SimpleActionMenu.svelte

This file was deleted.

Loading

1 comment on commit 326deb3

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.