-
Notifications
You must be signed in to change notification settings - Fork 293
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
🧹 Add HedySelect custom element #5540
Merged
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
212a35b
adding dropdown class
jpelay 3b74de4
replace dropdowns in customize adventure with hedy dropdowns
jpelay 4884c6f
refactor some functions
jpelay bfc5e4b
fix some errors
jpelay 72afa72
adding templates to their own file
jpelay ec082f4
generic arrow movement
jpelay 5486f35
move select to their own file
jpelay dcd957b
for some reason it doesnt work in the custom elements file
jpelay 73bf4db
test select in public adventures
jpelay 1950c53
adding default label
jpelay b92137d
Merge branch 'main' into generic-dropdown
jpelay 077f51c
🤖 Automatically update generated files
jpelay 84e53c5
change selects of public adventures
jpelay 8079e66
Merge branch 'generic-dropdown' of https://github.com/hedyorg/hedy in…
jpelay 04aaeff
🤖 Automatically update generated files
jpelay 464d82e
export from custom elements file
jpelay ac437de
🤖 Automatically update generated files
jpelay c8f6f01
change name of element and remove inner select
jpelay 12d1f8d
Merge branch 'generic-dropdown' of https://github.com/hedyorg/hedy in…
jpelay a8faabb
🤖 Automatically update generated files
jpelay 1b2df46
fix tests
jpelay ef93027
🤖 Automatically update generated files
jpelay b6c48e7
Merge branch main into class overview redesign
jpelay bbfb166
Merge branch 'generic-dropdown' of https://github.com/hedyorg/hedy in…
jpelay 19762ad
🤖 Automatically update generated files
jpelay 4c69249
fix public adventures
jpelay c253a3b
Merge branch 'main' into generic-dropdown
jpelay 503ef8b
fix tests
jpelay 31a76a3
close dropdowns when clicking outside
jpelay 95485f0
replace explore page filters
jpelay 4e1071b
🤖 Automatically update generated files
jpelay 1822e37
add translation for level error
jpelay 2ad551b
Merge branch 'generic-dropdown' of https://github.com/hedyorg/hedy in…
jpelay f6822db
Merge branch 'main' into generic-dropdown
jpelay 656bae3
fix merge
jpelay 2335deb
🤖 Automatically update generated files
jpelay a772d24
style adventure page a bit better
jpelay 9d9820c
Merge branch 'main' into generic-dropdown
jpelay a4cdaff
🤖 Automatically update generated files
jpelay 570341f
fix cypress tests
jpelay 4895c91
fix translations
jpelay c012d18
🤖 Automatically update generated files
jpelay 8237308
Merge branch 'main' into generic-dropdown
jpelay 8bf516c
🤖 Automatically update generated files
jpelay b7926f8
fixed translations files
jpelay 318b8bc
🤖 Automatically update generated files
jpelay cfd858a
Update messages.po
jpelay e0fac2e
🤖 Automatically update generated files
jpelay 404683b
Merge branch 'main' into generic-dropdown
mergify[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
fix tests
- Loading branch information
commit 1b2df4645d7852396b0a7bc32985f257533186d1
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
Large diffs are not rendered by default.
Oops, something went wrong.
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.
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.
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.
Yeah, thanks for pointing this out! Fixed it with HTMX 😄