-
-
Notifications
You must be signed in to change notification settings - Fork 558
feat: accessibility improvements #718
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
Merged
Merged
Changes from all commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
6406daf
wip
matthewlipski 184d36c
Refactored image toolbar
matthewlipski 861c2b2
Refactored image toolbar, hyperlink toolbar, and table handles
matthewlipski 68d7df5
Implemented PR feedback
matthewlipski c29b63f
Implemented PR feedback
matthewlipski 89fb722
Cleaned up component code
matthewlipski 7318c51
wip: ariakit
YousefED a7f908f
wip
YousefED dca9fe7
Merge remote-tracking branch 'TypeCellOS/main' into refactor/multi-ui…
YousefED f0b20bd
fix
YousefED 9ef1634
fix merge
YousefED 11a7247
wip
YousefED af65c67
wip
YousefED 00c296c
fix
YousefED c268f7c
wip
YousefED 9167f18
wip
YousefED 25237b4
wip: suggestionmenu
YousefED 9f877c1
extract suggestion menu
YousefED 567df48
wip
YousefED 234612c
side menu button
YousefED 5316b69
move mantine elements to mantine dir
YousefED 8a0f526
shadcn wip
YousefED 2ae2e91
wip
YousefED d20269b
fix
YousefED a5cf36a
shadcn fixes
YousefED c2fb7f3
Merge remote-tracking branch 'origin/main' into refactor/multi-ui-libs
YousefED 600f0c5
refactor: Extract image panel components (#684)
matthewlipski 8284895
Revert "refactor: Extract image panel components (#684)" (#716)
matthewlipski 64c12ac
refactor: Extract image panel components (#717)
matthewlipski 5413b34
Updated package versions
matthewlipski 6e5f1d3
Updated screenshots
matthewlipski ac99d31
Updated screenshots
matthewlipski 7293f64
Updated screenshots
matthewlipski dfb9436
Updated screenshots
matthewlipski 684a592
Updated docs
matthewlipski 518ee8e
Addressed most TODOs and small fixes
matthewlipski 39d84a0
Added ShadCN form
matthewlipski 06ddfc0
update docs
YousefED 85f597d
i18n + docs
YousefED 7cfe1f6
fix keyboard handling of menus (tab, escape, etc.)
YousefED 0cc3e7a
remove unnecessary default props on BlockNoteDefaultUI
YousefED 91d6a58
fix mantine menu items with keyboard + small cleanup
YousefED 8bb9cbd
add button labels and type checks
YousefED 2c025f8
Updated theming code
matthewlipski 3987ceb
Merge remote-tracking branch 'origin/refactor/multi-ui-libs' into ref…
matthewlipski 33cc075
suggestion menu aria improvements
YousefED cf7601b
small toolbarButton fix
YousefED 9fc3a40
playwright fixes
YousefED 7ceff12
fix lint
YousefED b9f8923
Merge remote-tracking branch 'origin/refactor/multi-ui-libs' into fea…
YousefED 24e9e59
fix build and lint
YousefED 7a2f2ea
Merge remote-tracking branch 'origin/refactor/multi-ui-libs' into fea…
YousefED a117021
fix pw tests
YousefED 4215448
address PR feedback
YousefED 24e58bb
Merge remote-tracking branch 'origin/refactor/multi-ui-libs' into fea…
YousefED 6c063eb
Merge remote-tracking branch 'origin/main' into feature/accessibility…
YousefED File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
import * as Ariakit from "@ariakit/react"; | ||
import { assertEmpty } from "@blocknote/core"; | ||
|
||
import { ComponentProps } from "@blocknote/react"; | ||
|
||
export const Form = (props: ComponentProps["Generic"]["Form"]["Root"]) => { | ||
const { children } = props; | ||
const { children, ...rest } = props; | ||
|
||
assertEmpty(rest); | ||
|
||
return <Ariakit.FormProvider>{children}</Ariakit.FormProvider>; | ||
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.