-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Allow custom Javascript files #1808
Comments
Can i take this issue? |
Hello, Yes sure. I just assigned it to you. |
thanks |
New Quest!A new Quest has been launched in @Avaiga’s repo. Some loot has been stashed in this issue to reward the solver! 🗡 Comment ⚔️ When you submit a PR, comment Questions? Check out the docs. |
hey @pravintargaryen are you still working on it nuh !? |
Yep @NILAY1556 |
Hello @jrobinAV, |
Hi @jrobinAV, will send a PR today |
This issue has been labelled as "🥶Waiting for contributor" because it has been inactive for more than 14 days. If you would like to continue working on this issue, please add another comment or create a PR that links to this issue. If a PR has already been created which refers to this issue, then you should explicitly mention this issue in the relevant PR. Otherwise, you will be unassigned in 14 days. For more information please refer to the contributing guidelines. |
This issue has been unassigned automatically because it has been marked as "🥶Waiting for contributor" for more than 14 days with no activity. |
Description
Currently we can use the Extension API to import javascript components in a Taipy app. However it could also be useful to import JS files in a taipy project, like Dash can do, for example to add certain animations on the page or other things like that.
I think it would also be good for prototyping before making a real compenent via the Extensions API
Solution Proposed
I imagine that we can add an argument in the GUI constructor so that we can add a list of javascript files that will be loaded in the header of html pages generated by the Taipy App
Impact of Solution
NA
Additional Context
While the feature is not really urgent or anything, I thing it is a good add-on for Taipy to become "as easy to use as streamlit, and as customizable as Dash"
Acceptance Criteria
Code of Conduct
The text was updated successfully, but these errors were encountered: