Skip to content

Conversation

@SupakornNetsuwan
Copy link
Collaborator

Don't be surprised!!

60% is IntentUI component
20% is custom component for playground

- from `packages/next/src/index.ts` change export module to be a corrected file
- fix schema for `uuid` case
- remove `_` bug fix
- `app-sidebar` improvement (imported icons, `Kivotos` name correction)
- minor styling change including `tailwind.css` color scheme (2 variables swapped)
- Revamp table component to `intentUI` table
- **`list.client.tsx`, `list.tsx` are created and can be used for simple case but may need to be improved on next commit (Waiting for more stable rpc API)**
@changeset-bot
Copy link

changeset-bot bot commented May 20, 2025

🦋 Changeset detected

Latest commit: 9814e45

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@saenyakorn
Copy link
Member

Did you have any video record?

headers.sort((a, b) => (b.label === collection.primaryField ? 1 : -1))

const rows = data.map((record) => ({
key: record[collection.primaryField],
Copy link
Member

Choose a reason for hiding this comment

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

record.__pk แต่จริง ๆ จะ record[collection.primaryField] ก็ได้

- [DRIZZ-17] Collection Sidebar
- [DRIZZ-54] Collection Records Display (Table)
- [DRIZZ-55] Collection Sidebar Nav
@saenyakorn saenyakorn merged commit 21068c6 into main May 22, 2025
1 check passed
@saenyakorn saenyakorn deleted the supakorn/DRIZZ-54 branch May 22, 2025 07:20
This was referenced Jun 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants