Skip to content

Commit

Permalink
style: fix code-style problems
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Mar 7, 2024
1 parent 5f22e7f commit 68c183c
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion frontend/src/entities/app/api/settings.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import { GetAppSettings, SetAppSettings } from '$wailsjs/go/usecase/SettingsUsecase'

import type { AppSettings } from '../model/types'
Expand Down
1 change: 0 additions & 1 deletion frontend/src/entities/app/ui/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import AppConnectionDialog from './AppConnectionDialog.svelte'
import AppLogo from './AppLogo.svelte'
import AppSidebarMenu from './AppSidebarMenu.svelte'
Expand Down
1 change: 0 additions & 1 deletion frontend/src/entities/device/model/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

export * from './store'
export * from './types'
1 change: 0 additions & 1 deletion frontend/src/entities/keys/lib/layouts/halo96.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import type { KeyboardLayout } from '../../model/types'

export const Halo96: KeyboardLayout = [
Expand Down
1 change: 0 additions & 1 deletion frontend/src/entities/lights/api/mode.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import type { light } from '$wailsjs/go/models'
import { GetLightModes } from '$wailsjs/go/usecase/LightsUsecase'

Expand Down
2 changes: 2 additions & 0 deletions frontend/src/pages/device/DevicePage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
</div>

<style lang="scss">
/* stylelint-disable selector-class-pattern */
:global(.os-mac .toolbar.paddingDefault.transparent) {
--toolbar-border-shadow: transparent;
}
/* stylelint-enable selector-class-pattern */
</style>
1 change: 0 additions & 1 deletion frontend/src/shared/model/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import type { SegmentOptionProps } from '@naco-ui/svelte'

export const osModeOptions: SegmentOptionProps[] = [
Expand Down

0 comments on commit 68c183c

Please sign in to comment.