• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

EcrituresNumeriques / stylo / 13141758304

04 Feb 2025 05:55PM UTC coverage: 26.581% (+0.8%) from 25.809%
13141758304

push

github

web-flow
Merge pull request #1188 from ggrossetie/fix-1171-hooks-usegraphql

342 of 546 branches covered (62.64%)

Branch coverage included in aggregate %.

54 of 303 new or added lines in 10 files covered. (17.82%)

2 existing lines in 2 files now uncovered.

3567 of 14160 relevant lines covered (25.19%)

1.66 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/front/src/components/workspace/CreateWorkspaceModal.jsx
NEW
1
import { Modal as GeistModal } from '@geist-ui/core'
×
NEW
2
import React from 'react'
×
NEW
3
import { useTranslation } from 'react-i18next'
×
NEW
4
import CreateWorkspace from './CreateWorkspace.jsx'
×
5

NEW
6
export default function CreateWorkspaceModal({
×
NEW
7
  visible,
×
NEW
8
  setVisible,
×
NEW
9
  bindings,
×
NEW
10
}) {
×
NEW
11
  const { t } = useTranslation()
×
NEW
12
  return (
×
NEW
13
    <GeistModal width="45rem" visible={visible} {...bindings}>
×
NEW
14
      <h2>{t('workspace.createModal.title')}</h2>
×
NEW
15
      <GeistModal.Content>
×
NEW
16
        <CreateWorkspace onSubmit={() => setVisible(false)} />
×
NEW
17
      </GeistModal.Content>
×
NEW
18
      <GeistModal.Action passive onClick={() => setVisible(false)}>
×
NEW
19
        {t('modal.close.text')}
×
NEW
20
      </GeistModal.Action>
×
NEW
21
    </GeistModal>
×
22
  )
NEW
23
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc