-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Rating component and running feedback (#312)
* Update footer status text and css in app.vue - Changed footer status text from Stopped to Connected when notebook is not running. - Added CSS to make the Connected status text color change for better visibility. * Implement Vuetify rating component and create Python rating model - Added Vuetify rating component to the UI. - Updated various fields to incorporate the v-rating component. - Created a Python model for rating to handle backend data * Addrunning cell indication in notebook - Updated backend to send the ID of the currently running cell in the method. - Modified app.vue to retrieve the current running cell ID. - Passed the running cell ID to relevant components to display a loader. * updated running indication UI to display beside title of cell, updated backend execute_code to send the running cell details properly when all cells are running, Updating basic css for indicator * Dbeugged and solved issue after merging the new due to mwthod changes * fix: Rating component and running feedback * fix: Small updates --------- Co-authored-by: priya_kanabar-crest <priya.k@crestinfosystems.com>
- Loading branch information
1 parent
0967801
commit 97001ae
Showing
27 changed files
with
957 additions
and
242 deletions.
There are no files selected for viewing
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
2 changes: 1 addition & 1 deletion
2
zt_backend/dist_app/assets/app-621ca417.js → zt_backend/dist_app/assets/app-6e05d9fb.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
zt_backend/dist_app/assets/index-83338ca8.js → zt_backend/dist_app/assets/index-0bbbe38c.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ackend/dist_dev/assets/index-d94f5589.css → ...ackend/dist_app/assets/index-267af001.css
Large diffs are not rendered by default.
Oops, something went wrong.
226 changes: 113 additions & 113 deletions
226
zt_backend/dist_app/assets/index-de12265c.js → zt_backend/dist_app/assets/index-fb670233.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...dist_app/assets/webfontloader-fd1b90a2.js → ...dist_app/assets/webfontloader-bfd06eaa.js
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
2 changes: 1 addition & 1 deletion
2
zt_backend/dist_dev/assets/app-37f5afb6.js → zt_backend/dist_dev/assets/app-9832ab9d.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ackend/dist_app/assets/index-d94f5589.css → ...ackend/dist_dev/assets/index-267af001.css
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.