Conversation
feat: cloudflare durable object
clean up unused code
Originally, we relied on CodeMirror's Lezer to build the AST and parsed from it. Now, we use our own tokenization approach. It produces a flat structure, and we build the parser on top of that. This gives us more flexibility for future extensions and reduces our dependency on external libraries.
Rewrite the sqlite create script parser.
* fix: offset should not be negative * feat: Add table export menu * chore: add type annotatoin to pass quality check
* fixing the lint complain for schema sidebar * expose the render cell we want to make our table component as very optimized headless table. expose render cell method allows user to customize how the cell render rather bake in renderer * add storybook for table component * fixing typo discard all change * refactor: simplify renderHeader prop by removing index parameter * separate the table style from global style * refactor: table header state should not hard-baked with database specified type * database table header metadata should from table result as optimize table now should has zero dependency * move table state out as it is not relevent to optimize table * decouple create table state from result out * decouple the code to get the aggregate result from state * move some styles to tailwind instead of css file * make table completely tailwind
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.