Skip to content

Conversation

@SupakornNetsuwan
Copy link
Collaborator

Screenshot 2568-06-08 at 15 35 33

Screenshot 2568-06-08 at 15 36 02

@changeset-bot
Copy link

changeset-bot bot commented Jun 8, 2025

🦋 Changeset detected

Latest commit: 76a6e99

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

This PR includes changesets to release 7 packages
Name Type
@genseki/react Minor
@example/erp Minor
@example/ui-playground Patch
@genseki/next Minor
@genseki/plugins Minor
@genseki/react-query Minor
@genseki/rest Minor

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

@SupakornNetsuwan SupakornNetsuwan force-pushed the DRIZZ-96 branch 2 times, most recently from 68f06af to 44547bb Compare June 9, 2025 08:08
@SupakornNetsuwan SupakornNetsuwan changed the base branch from DRIZZ-7 to main June 9, 2025 08:08
@SupakornNetsuwan SupakornNetsuwan changed the base branch from main to DRIZZ-7 June 9, 2025 08:08
Base automatically changed from DRIZZ-7 to main June 11, 2025 06:48
@SupakornNetsuwan SupakornNetsuwan marked this pull request as draft June 11, 2025 10:15
- new define config` storageAdapter`
- Base `generic adapter` for storage config
- `S3 storage adapter`
- Premade `Toolbar components`
- Richtext component
- New file storage route handler
- `useStorageAdapter` for access storage client adapter
- Fix base css sidebar style, Fix tiptap css template style
@SupakornNetsuwan SupakornNetsuwan marked this pull request as ready for review June 17, 2025 09:18
Comment on lines +24 to +53
Color,
BackColorExtension,
Underline.configure({ HTMLAttributes: { class: 'earth-underline' } }),
SelectionExtension,
TextStyle,
TextAlign.configure({
types: ['heading', 'paragraph'],
alignments: ['left', 'center', 'right', 'justify'],
defaultAlignment: 'left',
}),
StarterKit.configure({
bold: { HTMLAttributes: { class: 'bold large-black' } },
paragraph: { HTMLAttributes: { class: 'paragraph-custom' } },
heading: { HTMLAttributes: { class: 'heading-custom' } },
bulletList: { HTMLAttributes: { class: 'list-custom' } },
orderedList: { HTMLAttributes: { class: 'ordered-list' } },
code: { HTMLAttributes: { class: 'code' } },
codeBlock: { HTMLAttributes: { class: 'code-block' } },
horizontalRule: { HTMLAttributes: { class: 'hr-custom' } },
italic: { HTMLAttributes: { class: 'italic-text' } },
strike: { HTMLAttributes: { class: 'strikethrough' } },
blockquote: { HTMLAttributes: { class: 'blockquote-custom' } },
}),
CustomImageExtension.configure({ HTMLAttributes: { className: 'image-displayer' } }),
ImageUploadNodeExtension.configure({
showProgress: false,
accept: 'image/*',
maxSize: 1024 * 1024 * 10, // 10MB
limit: 3,
}),
Copy link
Member

Choose a reason for hiding this comment

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

    color(),
    backColor(),
    underline({ HTMLAttributes: { class: 'earth-underline' } }))
    // ...,

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

อันนี้สามารถมาแก้หลัง merge ได้มั้ยนะครับ กลัวแก้ไม่ทันนน

@SupakornNetsuwan SupakornNetsuwan merged commit c0f703e into main Jun 25, 2025
1 check passed
@SupakornNetsuwan SupakornNetsuwan deleted the DRIZZ-96 branch June 25, 2025 04:22
@github-actions github-actions bot mentioned this pull request Jun 25, 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