Closed MarcSkovMadsen closed 1 week ago
The failing tests has nothing to do with this PR.
The failing tests has nothing to do with this PR.
Opened #7491
I have not tested this as I don't know how to trigger Panel to use the updated css file.
Can you try running panel bundle --all
with the environment variable BOKEH_RESOURCES=server
set?
When starting to use the new copy code button I felt that it was lacking the pointer cursor compared to ChatGPT.
https://github.com/user-attachments/assets/f48f74e4-fd39-4438-a450-ecad250f1447
This PR adds the pointer.
I have not tested this as I don't know how to trigger Panel to use the updated css file.
Workaround
Until this PR is released you can work around the problem as below:
"""
pn.template.FastListTemplate( title="Copy Button", sidebar=[code], main=[code], ).servable()