Skip to content

Commit 63db383

Browse files
committed
refactor: Remove SupportedDeviceTable component
Removes the SupportedDeviceTable and SupportedDeviceTableManufacturerKeys components along with their stories, tests, related hooks, styles, and example/documentation references.
1 parent 77a5db8 commit 63db383

32 files changed

Lines changed: 1 addition & 1860 deletions

CLAUDE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ src/
5656
│ │ ├── CreateAccessCodeForm/
5757
│ │ ├── DeviceDetails/
5858
│ │ ├── DeviceTable/
59-
│ │ ├── EditAccessCodeForm/
60-
│ │ └── SupportedDeviceTable/
59+
│ │ └── EditAccessCodeForm/
6160
│ ├── access-codes/ # Access code hooks
6261
│ ├── client-sessions/ # Session hooks
6362
│ ├── connected-accounts/ # Account hooks

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ refreshing data, and performing actions.
2121
- [Get started with Angular](https://docs.seam.co/latest/seam-components/overview/angular).
2222
- [Get started with Vue](https://docs.seam.co/latest/seam-components/overview/vue).
2323
- [Get started with Client Sessions](https://docs.seam.co/latest/seam-components/get-started-with-react-components-and-client-session-tokens).
24-
- [Make a Supported Devices Page](https://docs.seam.co/latest/seam-components/make-a-supported-devices-page).
2524
- Reference the [Component API](https://docs.seam.co/latest/seam-components/react-components).
2625
- Find developer specific technical documentation in the [README](https://github.com/seamapi/react/).
2726
- Play with the components live in the interactive [Storybook](https://react.seam.co/)!

examples/basic/src/App.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {
22
ConnectAccountButton,
33
DeviceTable,
44
SeamProvider,
5-
SupportedDeviceTable,
65
} from '@seamapi/react'
76

87
export function App(): JSX.Element {
@@ -17,8 +16,6 @@ export function App(): JSX.Element {
1716
<h1>Seam Components</h1>
1817
<ConnectAccountButton />
1918
<DeviceTable />
20-
<h2>Supported Devices</h2>
21-
<SupportedDeviceTable />
2219
</main>
2320
</SeamProvider>
2421
)

examples/web-components/index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717
user-identifier-key="%SEAM_USER_IDENTIFIER_KEY%"
1818
disable-css-injection="true"
1919
></seam-device-table>
20-
<seam-supported-device-table
21-
publishable-key="%SEAM_PUBLISHABLE_KEY%"
22-
user-identifier-key="%SEAM_USER_IDENTIFIER_KEY%"
23-
disable-css-injection="true"
24-
></seam-supported-device-table>
2520
</main>
2621
<script type="module" src="/web-components/src/main.ts"></script>
2722
</body>

src/lib/seam/components/SupportedDeviceTable/FilterCategoryMenu.tsx

Lines changed: 0 additions & 78 deletions
This file was deleted.

src/lib/seam/components/SupportedDeviceTable/HiddenDevicesOverlay.tsx

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/lib/seam/components/SupportedDeviceTable/ShowAllDevicesButton.tsx

Lines changed: 0 additions & 32 deletions
This file was deleted.

src/lib/seam/components/SupportedDeviceTable/SupportedDeviceContent.tsx

Lines changed: 0 additions & 161 deletions
This file was deleted.

src/lib/seam/components/SupportedDeviceTable/SupportedDeviceContentRows.tsx

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)