Skip to content

Commit

Permalink
Rename file to solve capitalization issue
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarDamkjaer committed Apr 20, 2021
1 parent 4a1fcef commit dac9884
Show file tree
Hide file tree
Showing 18 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion src/browser/components/ManualLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import semver from 'semver'

import { getVersion } from 'shared/modules/dbMeta/dbMetaDuck'
import { formatDocVersion } from 'browser/modules/Sidebar/Documents'
import { DrawerExternalLink } from './drawer/drawer'
import { DrawerExternalLink } from './drawer/drawer-styled-styled'

const movedPages: { [key: string]: { oldPage: string; oldContent: string } } = {
'/administration/indexes-for-search-performance/': {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/browser/documentation/sidebar-guides/guideIndex.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
DrawerBrowserCommand,
DrawerExternalLink,
DrawerSubHeader
} from 'browser-components/drawer/drawer'
} from 'browser-components/drawer/drawer-styled'
import { SidebarSlide } from 'browser/modules/Carousel/Slide'
import { LinkContainer, MarginTop, MarginTopLi, NoBulletsUl } from './styled'

Expand Down
2 changes: 1 addition & 1 deletion src/browser/documentation/sidebar-guides/movie-graph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import React from 'react'
import ManualLink from 'browser-components/ManualLink'
import { SidebarSlide } from '../../modules/Carousel/Slide'
import { BulletsInsideLi } from './styled'
import { DrawerExternalLink } from 'browser-components/drawer/drawer'
import { DrawerExternalLink } from 'browser-components/drawer/drawer-styled'

const title = 'Movie Graph'
const category = 'graphExamples'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import React from 'react'
import ManualLink from 'browser-components/ManualLink'
import { SidebarSlide } from '../../modules/Carousel/Slide'
import { DrawerExternalLink } from 'browser-components/drawer/drawer'
import { DrawerExternalLink } from 'browser-components/drawer/drawer-styled'

const title = 'Northwind Graph'
const category = 'graphExamples'
Expand Down
2 changes: 1 addition & 1 deletion src/browser/modules/DBMSInfo/DBMSInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import {
Drawer,
DrawerBody,
DrawerHeader
} from 'browser-components/drawer/drawer'
} from 'browser-components/drawer/drawer-styled'
import { DatabaseSelector } from './DatabaseSelector'
import { getUseDb } from 'shared/modules/connections/connectionsDuck'
import { getDatabases } from 'shared/modules/dbMeta/dbMetaDuck'
Expand Down
2 changes: 1 addition & 1 deletion src/browser/modules/DBMSInfo/DatabaseKernelInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import {
DrawerSection,
DrawerSectionBody,
DrawerSubHeader
} from 'browser-components/drawer/drawer'
} from 'browser-components/drawer/drawer-styled'
import {
StyledTable,
StyledKey,
Expand Down
2 changes: 1 addition & 1 deletion src/browser/modules/DBMSInfo/DatabaseSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
DrawerSection,
DrawerSubHeader,
DrawerSectionBody
} from 'browser-components/drawer/drawer'
} from 'browser-components/drawer/drawer-styled'
import { uniqBy } from 'lodash-es'
import { escapeCypherIdentifier } from 'services/utils'

Expand Down
2 changes: 1 addition & 1 deletion src/browser/modules/DBMSInfo/MetaItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
DrawerSubHeader,
DrawerSection,
DrawerSectionBody
} from 'browser-components/drawer/drawer'
} from 'browser-components/drawer/drawer-styled'
import {
StyledLabel,
StyledRelationship,
Expand Down
2 changes: 1 addition & 1 deletion src/browser/modules/DBMSInfo/UserDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {
DrawerSubHeader,
DrawerSection,
DrawerSectionBody
} from 'browser-components/drawer/drawer'
} from 'browser-components/drawer/drawer-styled'
import { StyledTable, StyledKey, StyledValue, Link } from './styled'

export class UserDetails extends Component<any> {
Expand Down
2 changes: 1 addition & 1 deletion src/browser/modules/Sidebar/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {
DrawerSection,
DrawerSectionBody,
DrawerFooter
} from 'browser-components/drawer/drawer'
} from 'browser-components/drawer/drawer-styled'
import { getVersion, getEdition } from 'shared/modules/dbMeta/dbMetaDuck'

function asChangeLogUrl(serverVersion: string): string | undefined {
Expand Down
2 changes: 1 addition & 1 deletion src/browser/modules/Sidebar/DocumentItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {
DrawerSection,
DrawerSectionBody,
DrawerExternalLink
} from 'browser-components/drawer/drawer'
} from 'browser-components/drawer/drawer-styled'
import {
StyledHelpItem,
StyledCommandListItem,
Expand Down
2 changes: 1 addition & 1 deletion src/browser/modules/Sidebar/Documents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {
TRACK_CANNY_FEATURE_REQUEST
} from 'shared/modules/sidebar/sidebarDuck'
import DocumentItems from './DocumentItems'
import { Drawer, DrawerHeader } from 'browser-components/drawer/drawer'
import { Drawer, DrawerHeader } from 'browser-components/drawer/drawer-styled'
import {
CannyFeedbackIcon,
CannyNotificationsIcon
Expand Down
2 changes: 1 addition & 1 deletion src/browser/modules/Sidebar/ProjectFiles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { connect } from 'react-redux'
import { useMutation } from '@apollo/client'
import { getProjectId } from 'shared/modules/app/appDuck'

import { Drawer, DrawerHeader } from 'browser-components/drawer/drawer'
import { Drawer, DrawerHeader } from 'browser-components/drawer/drawer-styled'
import ProjectFilesScripts, {
ProjectFilesError
} from '../../components/ProjectFiles/ProjectsFilesScripts'
Expand Down
2 changes: 1 addition & 1 deletion src/browser/modules/Sidebar/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {
DrawerSection,
DrawerSectionBody,
DrawerSubHeader
} from 'browser-components/drawer/drawer'
} from 'browser-components/drawer/drawer-styled'
import { RadioSelector, CheckboxSelector } from 'browser-components/Form'
import {
StyledSetting,
Expand Down
2 changes: 1 addition & 1 deletion src/browser/modules/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import {
GuidesDrawerIcon
} from 'browser-components/icons/Icons'
import { getCurrentDraft } from 'shared/modules/sidebar/sidebarDuck'
import { DrawerHeader } from 'browser-components/drawer/drawer'
import { DrawerHeader } from 'browser-components/drawer/drawer-styled'

interface SidebarProps {
openDrawer: string
Expand Down
2 changes: 1 addition & 1 deletion src/browser/modules/Sidebar/styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import styled from 'styled-components'
import {
DrawerBody,
DrawerBrowserCommand
} from 'browser-components/drawer/drawer'
} from 'browser-components/drawer/drawer-styled-styled'
import { dark } from 'browser-styles/themes'
import { LARGE_DRAWER_WIDTH } from 'browser-components/TabNavigation/Navigation'

Expand Down
2 changes: 1 addition & 1 deletion src/browser/modules/Sync/BrowserSync.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import {
DrawerSubHeader,
DrawerSectionBody,
DrawerToppedHeader
} from 'browser-components/drawer/drawer'
} from 'browser-components/drawer/drawer-styled'
import { FormButton, SyncSignInButton } from 'browser-components/buttons'
import { BinIcon } from 'browser-components/icons/Icons'
import {
Expand Down

0 comments on commit dac9884

Please sign in to comment.