Skip to content

Commit

Permalink
Update loading bar for Initial Request
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl committed Sep 12, 2024
1 parent 817fe81 commit c3c989b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 75 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- Updated initial values for elements from data source (#490)
- Added wrap button in the code editor (#491)
- Updated loading bar for Initial Request ()

## 4.5.0 (2024-09-06)

Expand Down
3 changes: 1 addition & 2 deletions src/components/FormPanel/FormPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
RefreshEvent,
toDataQueryResponse,
} from '@grafana/runtime';
import { Alert, Button, ConfirmModal, usePanelContext, useStyles2, useTheme2 } from '@grafana/ui';
import { Alert, Button, ConfirmModal, LoadingBar, usePanelContext, useStyles2, useTheme2 } from '@grafana/ui';
import { CustomButtonsRow } from 'components/CustomButtonsRow';
import { isEqual } from 'lodash';
import React, { useCallback, useEffect, useMemo, useState } from 'react';
Expand Down Expand Up @@ -61,7 +61,6 @@ import {
} from '../../utils';
import { ElementSections } from '../ElementSections';
import { FormElements } from '../FormElements';
import { LoadingBar } from '../LoadingBar';
import { getStyles } from './FormPanel.styles';

/**
Expand Down
22 changes: 0 additions & 22 deletions src/components/LoadingBar/LoadingBar.styles.ts

This file was deleted.

50 changes: 0 additions & 50 deletions src/components/LoadingBar/LoadingBar.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/components/LoadingBar/index.ts

This file was deleted.

0 comments on commit c3c989b

Please sign in to comment.