-
Notifications
You must be signed in to change notification settings - Fork 24
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
Fix: Interactive mode switching #878
Merged
Merged
Conversation
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
Add html of canvas to extension.
…rentNode viewport.
…rentNode viewport.
Add boxes for show winning ad. Fix the date time branch for publisher 2.
mohdsayed
approved these changes
Dec 2, 2024
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.
Looks good
amovar18
added a commit
that referenced
this pull request
Dec 12, 2024
* Conifgure webpack to spit dist folder. * Add styles to extension. Add html of canvas to extension. * Use App exported from index.js * Remove circular dependency. * Fix calculation in bubblr click listener. * Fix the bubbles calculation for interactive mode. * Move explorable explaination tab next to overview * Reduce font size of Interactive mode and multi seller * Calculate height and width of the expanded bubble according to the parentNode viewport. * Calculate height and width of the expanded bubble according to the parentNode viewport. * Fix returning promise. * Silence errors and handle ending of the loop. * Add reset button to EE. * Remvove react wrapper. * Fix undefined color error. * Disable previous and next button when timeline ends. * Add DSP boxes for bidding. Add boxes for show winning ad. Fix the date time branch for publisher 2. * Fix bubble generation for interactive mode. * Add promise queue. * Implement new promise queue and modify next and previous function. * Using window variable. * Fix promise queue. * Modify promise queue. * Fix bugs. * Fix errors. * Fix misc conditions. * Add mechanism for development mode. * Fix bugs in development mode. * Fix bubble generation calls. * Fix timeline issue of toggling. * Remove unused config variables. * Do not disable the previous and next button. * Fix bug. * Add index visited. * Add visited index number. * Move state controllers to app. * Fix webpack config. * Code improvements * Improve code * Add comment for utils.disableButtons. * Fix cursor. * Fix disableButton call. * Fix bug post merge. * Fix reference for circleVisitedIndex. * Add baseline displaying visited diagram. * Adjust the number in the visited node. * Fix auction display on revisit. * Fix number display in interactive mode. * Add next and previous button for inteeractive mode. * Fix logic of displaying flow. * Fix bug. * Fix icons displaying on revisiting node. * Fix post merge conflicts bug. * Fix post rebase. * Comment out code. * Fix failing lint. * Fix linter * Change PromiseQueue to promiseQueue. * Add code improvements. * Remove artifact. * Fix file name. * Fix mode switching. * Add .js to file imports. * Rename file. --------- Co-authored-by: sayedtaqui <[email protected]>
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.
Description
This PR aims to fix the interactive mode switching and adds the following changes to the timeline:
Relevant Technical Choices
Testing Instructions
npm i && npm run dev:ee:pa
.Additional Information:
Screenshot/Screencast
Checklist
- [ ] This code is covered by unit tests to verify that it works as intended.N.A- [ ] The QA of this PR is done by a member of the QA team (to be checked by QA).N.APartially addresses #857