Skip to content

Commit

Permalink
Maintenance: Mobile - Rename "modules" to "pages"
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Sep 29, 2022
1 parent 0217a15 commit 48933cf
Show file tree
Hide file tree
Showing 121 changed files with 134 additions and 136 deletions.
@@ -1,7 +1,7 @@
// Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/

import { defaultArticles } from '@mobile/modules/ticket/__tests__/mocks/detail-view'
import type { TicketArticle } from '@mobile/modules/ticket/types/tickets'
import { defaultArticles } from '@mobile/pages/ticket/__tests__/mocks/detail-view'
import type { TicketArticle } from '@mobile/pages/ticket/types/tickets'
import { getAllByRole } from '@testing-library/vue'
import { renderComponent } from '@tests/support/components'
import ArticleMetadata from '../ArticleMetadataDialog.vue'
Expand Down
Expand Up @@ -3,7 +3,7 @@
import {
mockTicketsByOverview,
ticketDefault,
} from '@mobile/modules/ticket/__tests__/mocks/overview'
} from '@mobile/pages/ticket/__tests__/mocks/overview'
import { EnumOrderDirection } from '@shared/graphql/types'
import { renderComponent } from '@tests/support/components'
import { waitUntil } from '@tests/support/utils'
Expand Down
2 changes: 1 addition & 1 deletion app/frontend/apps/mobile/router/index.ts
Expand Up @@ -9,7 +9,7 @@ import transitionViewGuard from './guards/before/viewTransition'
import { errorAfterGuard } from './error'

const routeModules: Record<string, RoutesModule> = import.meta.glob(
['../modules/*/routes.ts', '../modules/*/routes/*.ts'],
['../pages/*/routes.ts', '../pages/*/routes/*.ts'],
{ eager: true },
)

Expand Down
Expand Up @@ -37,9 +37,7 @@ const showDialog = () => {

<template>
<div
:class="{
[context.classes.input]: true,
}"
:class="context.classes.input"
class="flex h-auto rounded-none bg-transparent focus-within:bg-blue-highlight focus-within:pt-0 formkit-populated:pt-0"
data-test-id="field-tags"
>
Expand Down

0 comments on commit 48933cf

Please sign in to comment.