mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 23:53:10 +08:00
Reactify sidebar (#13091)
* created react component and moved markdown * extracting components * Broke out parts into components * tests * Flattened file structure * Tests * made instances typed in test * typing * function instead of variable * updated user model with missing properties * added full set of properties to user mock * redone from variable to function * refactor: minor refactorings of #13091 * removed logging
This commit is contained in:

committed by
Torkel Ödegaard

parent
0f326f18dc
commit
cab6861d27
@ -20,7 +20,6 @@ import './services/search_srv';
|
||||
import './services/ng_react';
|
||||
|
||||
import { grafanaAppDirective } from './components/grafana_app';
|
||||
import { sideMenuDirective } from './components/sidemenu/sidemenu';
|
||||
import { searchDirective } from './components/search/search';
|
||||
import { infoPopover } from './components/info_popover';
|
||||
import { navbarDirective } from './components/navbar/navbar';
|
||||
@ -62,7 +61,6 @@ export {
|
||||
arrayJoin,
|
||||
coreModule,
|
||||
grafanaAppDirective,
|
||||
sideMenuDirective,
|
||||
navbarDirective,
|
||||
searchDirective,
|
||||
liveSrv,
|
||||
|
Reference in New Issue
Block a user