-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(frontend): add prose-renderer (#317)
* chore: convert add script * refactor: resource use 2 queries cos inner join + update in same query doesn't work * refactor: component selector update typings * feat: editor drawer context add curr active idx * feat: editpagedrawer update so data is dynamic * chore: componentselector only paragraph uses component selector * chore: update convert function 1. add zod validation 2. simplify the function * chore: component selector * chore: components selector update to correct names * chore: constants update default prose block * feat: convert add convert functions * chore: typings * chore: next state compute next state from block * feat: update update UI on save click * feat: update update pages automatically * chore: rename editorstate * chore: utils delete obsolete function * chore: menubar remove title cos we don't want them to set h1 * chore: remove unused imports * chore: remove json schema setting * fix: tiptap update typings + validation * chore: componentselector update to remove unsafe cast * fix: add snapshot * chore: add added block state to drawer context * wip commit * chore: export update export from components package * chore: update imports * chore: update import * fix: editing experience update schema for type checking * chore: remove unused comment * chore: menubar remove extra itesm * chore: prose add format * chore: menubar ui fixes * feat: add tiptap renderer * chore: delete old imports * chore: format * fix: resource update service select for blob * chore: style lint and format fixes * chore: fixup * chore: style/lint * fix: root state drawer add title for prose * chore: formbuilder * fix: prose shift into top level * fix: component selector * fix: preview issues * docs: component selector update docs * fix: import * chore: style * chore: fix imports * chore: utils removed unused function * chore: route params use query parse
- Loading branch information
Showing
12 changed files
with
162 additions
and
177 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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.