mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix sqllab <Loading /> css, fix double AddSliceCard margin and drag border (#5293)
* fix sqllab <Loading /> css, fix double AddSliceCard margin and drag border * [dashboard v2] improve cached visual indicator, add last fetched messaging * [dashboard v2] fix ctrl + cmd + z + UndoRedoKeylisteners
This commit is contained in:
@@ -31,6 +31,8 @@ const defaultProps = {
|
||||
|
||||
const SEARCH_HEIGHT = 46;
|
||||
|
||||
const LOADING_STYLES = { position: 'relative', height: 50 };
|
||||
|
||||
export default class ResultSet extends React.PureComponent {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
@@ -238,9 +240,9 @@ export default class ResultSet extends React.PureComponent {
|
||||
);
|
||||
}
|
||||
return (
|
||||
<div>
|
||||
<Loading />
|
||||
<div style={LOADING_STYLES}>
|
||||
<QueryStateLabel query={query} />
|
||||
{!progressBar && <Loading />}
|
||||
{progressBar}
|
||||
<div>
|
||||
{trackingUrl}
|
||||
|
||||
Reference in New Issue
Block a user