Add all field definition forms for field types but dynamic#93
Merged
Conversation
…s file. Added InputGroup components
…and textarea components. Also using generic translatableDefault function for default empty form states.
🦋 Changeset detectedLatest commit: 70357ba The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
…ance Move documentation/ to contributing/, add renderer guides (internationalization, routing, theming-and-styling), add AGENTS.md/CLAUDE.md contributor guidance, and refresh README.
Bump @elek-io/core to 0.20.0 and dedupe zod to a single 4.4.3 (peer) copy; switch queries/util.ts to Core's re-exported z. Snapshot the in-progress field-definition forms work. Type checks are not yet green.
Core 0.20.0 removed Project.fullHistory; history now comes from core.projects.history() -> ProjectHistoryResult. Add the core:projects:history IPC channel, a projects.history query option, and switch the four diff components, history sidebar, commit-detail route, and the re-enabled dashboard 'latest changes' widget to the query's fullHistory.
…nt. Default translatable string records to '' instead of null. Drop the removed 'sharedValue' objectType case and render the commit tag message discriminated union.
…render field-definition groups as labeled fieldsets in the entry form and collection editor (display only; group authoring is a follow-up). Flatten with flattenFieldDefinitions() for the entry schema generators, the create-entry defaults, and the entry table columns, where grouping has no meaning, and handle groups in the duplicate-slug check.
…and diffs drop their explicit useForm generic), make the shared form components generic over the schema input shape, and manage the collection field array as opaque id-rows to avoid RHF's instantiation-depth limit on the FieldDefinitionOrGroup union. Trim the vendored Field component to the used parts, add a proper EntryRow table type and pagination disabled support, guard asset-diff teasers, and make the widened fieldType/objectType/ method switches exhaustive. check-types:web goes from 150 to 0, node stays clean, lint passes.
…Definition boilerplate in the definition form dispatcher into a shared submitDefinition helper
… against Core's root schema
…unner job on GH). Publish CD build artifacts to a draft GitHub Release and document the release flow
…wBuilds config and electron-builder 26.15.3
…es reformatted since prettier 3.9 wraps generic type parameters and unions slightly differently than 3.6
… matching plugin majors
…s, removed unused @redux-devtools/extension
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.