Skip to content
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

Restyle developer tools UI and add a notification for new dash versions #3121

Merged
merged 46 commits into from
Feb 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
2eb3a4c
Add very basic notifications
marthacryan Jan 13, 2025
2e77bdf
Update the sample URL
marthacryan Jan 23, 2025
00795e3
Change debug menu to use text
marthacryan Jan 28, 2025
eba85ad
Add more style from the figma design
marthacryan Jan 28, 2025
200e30f
Add in children that had been deleted
marthacryan Jan 28, 2025
91e02dd
Add more style and update wording of buttons
marthacryan Jan 29, 2025
dc5aaae
Add icons for error and callback graph and clean up styles
marthacryan Jan 29, 2025
b710c65
Update logic for remind me later/skip this version
marthacryan Jan 29, 2025
b6b421e
Update style of icons
marthacryan Jan 29, 2025
4cdd7bf
Add better sizing of errors, use Inter font family
marthacryan Jan 31, 2025
79b27be
Apply more style updates
marthacryan Feb 3, 2025
3172428
undo pulling of font
marthacryan Feb 3, 2025
cd09ee4
Address review
marthacryan Feb 3, 2025
fb8e6b8
Remove unused files
marthacryan Feb 3, 2025
3ab3529
Move upgrade related css into separate file
marthacryan Feb 4, 2025
3d19705
Update to new endpoint name
marthacryan Feb 4, 2025
b3ed248
Add opt out dialog
marthacryan Feb 8, 2025
f6a3fdb
Add basic caching and minor updates to UI
marthacryan Feb 10, 2025
6d558e1
Remove opt out dialog
marthacryan Feb 10, 2025
16c1d38
Fix css flicker
marthacryan Feb 11, 2025
2bd3258
Merge pull request #3159 from plotly/css-flicker
gvwilson Feb 12, 2025
9da9528
Add back closing error container button and remove unused vars
marthacryan Feb 13, 2025
c72b3b0
fix incorrect behavior when notifications are dismissed
marthacryan Feb 13, 2025
308d737
Merge with dev
marthacryan Feb 13, 2025
105c7ad
Add usage of link from server and send python / ddk version to server
marthacryan Feb 14, 2025
5f3199c
Use correct config name
marthacryan Feb 14, 2025
5e52fb0
add plotly version to data sent to server
marthacryan Feb 15, 2025
5ec2514
Update method of accessing version to prevent circular imports
marthacryan Feb 18, 2025
915fb58
Update dash/dash-renderer/src/components/error/menu/VersionInfo.react.js
marthacryan Feb 18, 2025
4e8ca6a
Fix unsafe access of newDashVersion
marthacryan Feb 18, 2025
f4404f4
Merge branch 'dash-3.0' into update-notification
T4rk1n Feb 19, 2025
86412ca
Remove non-numeric characters from version strings
marthacryan Feb 19, 2025
57b270f
Merge branch 'update-notification' of github.com:plotly/dash into upd…
marthacryan Feb 19, 2025
575bf33
add optionally removing a dot before non-numeric characters
marthacryan Feb 19, 2025
acf6e6e
Add class for error count
marthacryan Feb 19, 2025
dc40796
Fix failing integration tests
marthacryan Feb 19, 2025
bd45963
Reset lint changes to tests and remove opening debug menu in hot relo…
marthacryan Feb 19, 2025
b52f17b
undo more lint changes to tests
marthacryan Feb 19, 2025
4398203
Change arial to verdana and always use sans serif verdana
marthacryan Feb 19, 2025
a924a21
Reset lint changes to tests
marthacryan Feb 19, 2025
2abd161
Catch errors when fetch fails
marthacryan Feb 19, 2025
278fd2d
Update classname for testing
marthacryan Feb 19, 2025
058b193
Improve handling of errors in fetch call
marthacryan Feb 19, 2025
5d73d00
Delete more steps that open the debug menu in tests
marthacryan Feb 19, 2025
e716a0b
Remove checking for element that has been removed
marthacryan Feb 19, 2025
0c3c400
Fix dark mode color issues
marthacryan Feb 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions dash/dash-renderer/src/components/core/Toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
text-align: center;
z-index: 9999;
background-color: rgba(255, 255, 255, 0.9);

}
._dash-undo-redo>div {
._dash-undo-redo > div {
position: relative;
}
._dash-undo-redo-link {
color: #0074D9;
color: #0074d9;
cursor: pointer;
margin-left: 10px;
margin-right: 10px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
.dash-callback-dag--container {
border-radius: 4px;
position: fixed;
bottom: 165px;
right: 16px;
width: 80vw;
height: calc(100vh - 180px);
overflow: auto;
position: relative;
height: calc(100vh - 75px);
overflow: hidden;
box-sizing: border-box;
background: #ffffff;
display: inline-block;
/* shadow-1 */
box-shadow: 0px 6px 16px rgba(80, 103, 132, 0.165),
box-shadow:
0px 6px 16px rgba(80, 103, 132, 0.165),
0px 2px 6px rgba(80, 103, 132, 0.12),
0px 0px 1px rgba(80, 103, 132, 0.32);
}
Expand All @@ -25,9 +24,9 @@
max-height: 50%;
overflow: auto;
box-sizing: border-box;
background: rgba(255,255,255,0.9);
background: rgba(255, 255, 255, 0.9);
border: 2px solid #ccc;
font-family: "Arial", sans-serif;
font-family: Verdana, sans-serif;
}

.dash-callback-dag--message {
Expand All @@ -37,11 +36,11 @@
align-items: center;
height: 100%;
line-height: 2em;
font-family: "Arial", sans-serif;
font-family: Verdana, sans-serif;
}

.dash-callback-dag--layoutSelector {
position: absolute;
top: 10px;
right: 10px;
top: 3px;
right: 3px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const stylesheet = [
selector: '*',
style: {
'font-size': 12,
'font-family': '"Arial", sans-serif'
'font-family': 'Verdana, sans-serif'
}
},

Expand Down
127 changes: 111 additions & 16 deletions dash/dash-renderer/src/components/error/FrontEnd/FrontEndError.css
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
.error-container {
margin-top: 10px;
padding: 0 10px;
}

.dash-fe-error__icon-x {
position: absolute;
right: 0;
top: 0;
color: #B9C2CE;
color: #b9c2ce;
font-size: 20px;
cursor: pointer;
margin-right: 10px
margin-right: 10px;
}

.dash-fe-error__icon-x:hover
{
color:#a1a9b5;
.dash-fe-error__icon-x:hover {
color: #a1a9b5;
}


.dash-fe-errors {
min-width: 386px;
max-width: 650px;
Expand All @@ -44,13 +42,6 @@
height: 28px;
margin: 0px 8px;
}
.dash-fe-error-top {
height: 20px;
display: flex;
justify-content: space-between;
width: 100%;
cursor: pointer;
}
.dash-fe-error-top__group:first-child {
/*
* 77% is the maximum space allowed based off of the other elements
Expand All @@ -67,11 +58,12 @@
margin: 0px;
margin-left: 5px;
padding: 0px;
font-size: 14px;
font-size: 12.6px;
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
line-height: 20px;
}
.dash-fe-error__timestamp {
margin-right: 20px;
Expand Down Expand Up @@ -119,7 +111,7 @@
.dash-fe-error__curved-bottom {
border-radius-bottom-left: 4px;
border-radius-bottom-right: 4px;
background-color: #FFEFEF;
background-color: #ffefef;
}

.dash-be-error__st {
Expand All @@ -139,3 +131,106 @@
display: inline-block;
white-space: pre-wrap;
}

.dash-error-menu {
max-width: 50%;
max-height: 60%;
display: contents;
font-family: monospace;
font-size: 14px;
font-variant-ligatures: common-ligatures;
color: rgb(50, 50, 50);
}

.dash-error-card {
box-sizing: border-box;
display: inline-block;
/* shadow-1 */
border-radius: 4px;
animation: dash-error-card-animation 0.5s;
padding: 24px;
text-align: left;
background: transparent;
width: 100%;
}
.dash-error-card--alerts-tray {
position: absolute;
top: -300px;
left: -1px;
animation: none;
box-shadow: none;
border: 1px solid #ececec;
border-bottom: 0;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
width: 422px;
}
.dash-error-card--container {
padding: 16px;
width: 600px;
max-width: 800px;
margin-bottom: 4px;
background-color: white;
overflow: auto;
border-radius: 6px;
box-shadow:
0px 0.7px 1.4px 0px rgba(0, 0, 0, 0.07),
0px 1.9px 4px 0px rgba(0, 0, 0, 0.05),
0px 4.5px 10px 0px rgba(0, 0, 0, 0.05);
}

.dash-error-card__topbar {
width: 100%;
height: 32px;
display: flex;
justify-content: flex-start;
font-size: 14px;
align-items: center;
position: relative;
padding-bottom: 14px;
font-weight: 700;
}
.dash-error-card__message {
font-size: 14px;
}

.dash-error-card__message > strong {
color: #ff4500;
}

.dash-error-card__content {
box-sizing: border-box;
background-color: white;
border-radius: 2px;
margin-bottom: 15px;
border: 1px solid #0018661a;
font-family: Courier;
font-size: 12.6px;
}

.dash-fe-error-item {
background: #ffffff;
border-radius: 2px;
display: flex;
justify-content: space-between;
align-items: center;
padding: 8px;
cursor: pointer;
}

@keyframes dash-error-card-animation {
from {
opacity: 0;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
to {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {connect} from 'react-redux';
import './FrontEndError.css';
import {Component} from 'react';
import {Component, useRef, useState, useEffect} from 'react';
import CollapseIcon from '../icons/CollapseIcon.svg';
import PropTypes from 'prop-types';
import '../Percy.css';
Expand All @@ -27,11 +27,10 @@ class FrontEndError extends Component {
/* eslint-disable no-inline-comments */
const errorHeader = (
<div
className='dash-fe-error-top test-devtools-error-toggle'
className='dash-fe-error-item test-devtools-error-toggle'
onClick={() => this.setState({collapsed: !collapsed})}
>
<span className='dash-fe-error-top__group'>
⛑️
<span className='dash-fe-error__title'>
{e.error.message || 'Error'}
</span>
Expand All @@ -56,19 +55,69 @@ class FrontEndError extends Component {
</span>
</div>
);
/* eslint-enable no-inline-comments */

return collapsed ? (
<div className='dash-error-card__list-item'>{errorHeader}</div>
) : (
return (
<div className={cardClasses}>
{errorHeader}
<ErrorContent error={e.error} />
{!collapsed && <ErrorContent error={e.error} />}
</div>
);
}
}

function BackendError({error, base}) {
const iframeRef = useRef(null);
const [height, setHeight] = useState('500px'); // Default height

useEffect(() => {
const handleMessage = event => {
if (
event.data &&
typeof event.data === 'object' &&
event.data.type === 'IFRAME_HEIGHT'
) {
setHeight(`${event.data.height}px`);
}
};

window.addEventListener('message', handleMessage);
return () => window.removeEventListener('message', handleMessage);
}, []);

return (
<iframe
ref={iframeRef}
srcDoc={error.html
.replace(
'</head>',
`<style type="text/css">${werkzeugCss}</style>
<script>
function sendHeight() {
const height = document.body.scrollHeight;
window.parent.postMessage({ type: "IFRAME_HEIGHT", height }, "*");
}

window.addEventListener("load", sendHeight);
window.addEventListener("resize", sendHeight);
window.addEventListener("click", sendHeight);
</script></head>`
)
.replace('="?__debugger__', `="${base}?__debugger__`)}
style={{
/*
* 67px of padding and margin between this
* iframe and the parent container.
* 67 was determined manually in the
* browser's dev tools.
*/
width: 'calc(600px - 67px)',
border: 'none',
height: height
}}
/>
);
}

const MAX_MESSAGE_LENGTH = 40;
/* eslint-disable no-inline-comments */
function UnconnectedErrorContent({error, base}) {
Expand Down Expand Up @@ -115,32 +164,10 @@ function UnconnectedErrorContent({error, base}) {
<div className='dash-be-error__st'>
<div className='dash-backend-error'>
{/* Embed werkzeug debugger in an iframe to prevent
CSS leaking - werkzeug HTML includes a bunch
of CSS on base html elements like `<body/>`
*/}

<iframe
srcDoc={error.html
.replace(
'</head>',
`<style type="text/css">${werkzeugCss}</style></head>`
)
.replace(
'="?__debugger__',
`="${base}?__debugger__`
)}
style={{
/*
* 67px of padding and margin between this
* iframe and the parent container.
* 67 was determined manually in the
* browser's dev tools.
*/
width: 'calc(600px - 67px)',
height: '75vh',
border: 'none'
}}
/>
CSS leaking - werkzeug HTML includes a bunch
of CSS on base html elements like `<body/>`
*/}
<BackendError error={error} base={base} />
</div>
</div>
) : (
Expand Down
Loading