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

epam / miew / 10580306892

27 Aug 2024 02:35PM UTC coverage: 25.125%. Remained the same
10580306892

push

github

paulsmirnov
Fix the "Fork me on GitGub" banner

1443 of 5703 branches covered (25.3%)

Branch coverage included in aggregate %.

3968 of 15833 relevant lines covered (25.06%)

47529.52 hits per line

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

0.0
/packages/miew-app/src/components/menu/panelslist/panels/LoadPanel.jsx
1
import React from 'react';
2
import Switch from 'bootstrap-switch-button-react';
3
import { InputGroup, FormControl, Button } from 'react-bootstrap';
4
import { FaFolderOpen } from 'react-icons/fa';
5

6
import './LoadPanel.scss';
7

8
function LoadPanel() {
9
  return (
×
10
    <div className="load-panel">
11
     <div className="data-load-label">Data to load</div>
12
      <InputGroup className="mb-3">
13
        <FormControl size="sm" placeholder="PDB ID or URL..." />
14
        <InputGroup.Text className="load-button">
15
          <FaFolderOpen />
16
          <input type="file" />
17
        </InputGroup.Text>
18
      </InputGroup>
19
      <Button>Load</Button>
20
      <ul className="list-group">
21
        <li className="list-group-item">
22
          <label>Automatic preset on load</label>
23
          <Switch size="xs" onlabel="ON" offlabel="OFF" />
24
        </li>
25
      </ul>
26
    </div>
27
  );
28
}
29

30
export default LoadPanel;
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

© 2025 Coveralls, Inc