-
Notifications
You must be signed in to change notification settings - Fork 46
Initial RDF forms component #798
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
Open
timea-solid
wants to merge
41
commits into
staging
Choose a base branch
from
rdfComponets
base: staging
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
0a6d16b
rdf forms component
timea-solid 7c5a7c3
rendered first rdf forms elements
timea-solid 35c066f
preliminary work for rdf-input
timea-solid a20fa4f
Merge branch 'staging' into rdfComponets
timea-solid 5cd82c0
merge staging and moved components
timea-solid 344b904
added also data to forms and wired the rdf input
timea-solid 9d5565a
fixed rdf input
timea-solid 0656653
Refactor for better readability
timea-solid 84345df
fix types
timea-solid 372135f
reverted the sortBySequence code back to original
timea-solid 638786e
Merge branch 'staging' into rdfComponets
timea-solid 235b0d0
vite config for generating custom elements tag name map
timea-solid da5c6fa
Merge branch 'staging' into rdfComponets
timea-solid 35f4445
a first FormsContext with a default store from SolidLogic
timea-solid 0d99a1b
added placeholder property to input
timea-solid 7b7f9a9
added readonly to Input and used it in RDFinput
timea-solid 65735ae
improved store usage
timea-solid cfb0475
added readonly style to input
timea-solid c81b17e
added save features, copied over code
timea-solid 082b9ee
added an updater to the storybook store
timea-solid 2b53d6c
added data change capabilities, 1st version
timea-solid 403a143
Update src/components/input/Input.styles.css
timea-solid 0af9ce9
rename to NoopStore
timea-solid 9d9f48a
renamed NoopStore
timea-solid 3da4992
cleanup from feedback
timea-solid 643dc5a
imporved component type declarations
timea-solid d40ac8b
merge staging
timea-solid b076703
Addeda URL lit converter
timea-solid 242180a
simplify components properties
timea-solid c410374
merge staging
timea-solid 5fdb7bc
random name attribute
timea-solid bfeed32
rework logic of readonly
timea-solid eba9a70
use document instead of uri with fragment
timea-solid c9c7cf3
fixed statement insert
timea-solid a0eaae5
decode defensively
timea-solid d8604c6
small copilot suggested improvments
timea-solid 6280cb4
chnaged from readonly to disabled on select
timea-solid 71a305f
Potential fix for pull request finding
timea-solid eb1fd4d
chore: update solidos dependencies (dev: solid-logic@4.0.8-1 pane-reg…
github-actions[bot] 0429495
merge staging
timea-solid 74ca18e
chore: update solidos dependencies (dev: solid-logic@4.0.8-1 pane-reg…
github-actions[bot] 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 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,6 +1,7 @@ | ||
| node_modules | ||
| dist | ||
| src/versionInfo.ts | ||
| src/types/custom-elements.d.ts | ||
| .idea | ||
| .vscode | ||
| coverage | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this was added to the gitignore (which I like!), we should remove the file from the repository as well.