-
Notifications
You must be signed in to change notification settings - Fork 1
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
WEB: Webinar and console changes #297
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
3bbdb7c
update image selection ui while creating app
nxtCoder19 b7244f6
minor ui changes
nxtCoder19 372bfdd
adding registration ui
nxtCoder19 5d47dcb
Merge branch 'update/multi-tanency' into webinar/registration
nxtCoder19 fc00a87
update website changes
nxtCoder19 dc49315
update website changes
nxtCoder19 966023b
Merge branch 'release-v1.0.5' into webinar/registration
nxtCoder19 cb7063d
update website changes
nxtCoder19 2f2a99a
Merge branch 'webinar/registration' of github.com:kloudlite/web into …
nxtCoder19 0a2b1be
webinar changes
nxtCoder19 b4cc722
Merge branch 'release-v1.0.5' into update/multi-tanency
nxtCoder19 07fd258
updated signup button
tulsiojha 4ecb7a3
Merge branch 'website/fix' into webinar/registration
tulsiojha c75c219
merge website/fix
tulsiojha 03b213a
webinar changes in progress
nxtCoder19 573fa51
Merge branch 'webinar/registration' of github.com:kloudlite/web into …
nxtCoder19 b2ba71a
wip
nxtCoder19 302abfe
wip
nxtCoder19 659625f
updated contactus, added google recaptcha
tulsiojha 4d5e434
fix merge conflict
tulsiojha 5b08141
updated event page
tulsiojha f38fe2c
updated import and firebase functions cleanup
tulsiojha 52a57cd
updated events
tulsiojha 18d8166
updated env access in dev
tulsiojha 3a64a91
wip
nxtCoder19 105df11
wip
nxtCoder19 8466f7c
webinar changes
nxtCoder19 e3574b3
Merge branch 'webinar/registration' into update/multi-tanency
nxtCoder19 d19f0a7
update dockerfile
nxtCoder19 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,3 +35,5 @@ out | |
storybook-dist | ||
|
||
tsconfig-compile.tsbuildinfo | ||
|
||
.secrets |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"code-unbound-new-age-development-environments": { | ||
"name": "Code Unbound: New Age Development Environments", | ||
"dyteMeetingId": "bbbba7f8-3643-41fd-831a-15a321f80966", | ||
"date": "2024-09-21", | ||
"starttime": "12:15", | ||
"endtime": "13:15", | ||
"type": "Online" | ||
} | ||
} |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
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.
suggestion (performance): Consider using a more dynamic solution for event configuration
While using a static JSON file for event configuration is simple, it might become hard to manage as the number of events grows. Consider using a database or a content management system for more flexible and scalable event management, especially if you plan to have many events or need to update them frequently.