Develop SearchDialog & Update Explore Page to Use New API - #112
Open
Stefan-JLU wants to merge 135 commits into
Open
Develop SearchDialog & Update Explore Page to Use New API#112Stefan-JLU wants to merge 135 commits into
Stefan-JLU wants to merge 135 commits into
Conversation
…-to-shadcn' into feat/v3 # Conflicts: # components/modal/Ontology.vue # components/modal/author.vue # components/ui/command/Command.vue # components/ui/command/CommandDialog.vue # components/ui/command/CommandEmpty.vue # components/ui/command/CommandGroup.vue # components/ui/command/CommandInput.vue # components/ui/command/CommandItem.vue # components/ui/command/CommandList.vue # components/ui/command/CommandSeparator.vue # components/ui/select/SelectContent.vue # components/ui/select/SelectGroup.vue # components/ui/select/SelectItem.vue # components/ui/select/SelectLabel.vue # components/ui/select/SelectScrollDownButton.vue # components/ui/select/SelectScrollUpButton.vue # components/ui/select/SelectSeparator.vue # components/ui/select/SelectTrigger.vue # components/ui/select/index.ts # components/ui/textarea/Textarea.vue
At the same time, the entire mask was adapted to the Aruna v3 API and transferred to shadcn-vue Components.
This makes it easier for users to follow the form and easier for the developer to create a consistent responsive behaviour of the components.
Current version was kinda broken as it produced errors in development mode when refreshing the dashboard.
This component can be used to display an arbitrary string which can switched to edit mode with a double click. On save the updated value is send to the parent component via event 'updated-value'.
This is a rudimentary integration without checks for permissions etc.
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.
This PR introduces a new SearchDialog component for quick search previews and updates the /explore page to use the latest API version.
Key Changes: