-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Interactive mode switching (#878)
* 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]>
- Loading branch information
Showing
15 changed files
with
481 additions
and
108 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,4 +33,4 @@ | |
"dependencies": { | ||
"p5": "^1.11.0" | ||
} | ||
} | ||
} |
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
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.