Skip to content

Commit

Permalink
[react-contexify] fix v6.0.0 css breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
jbflo authored and marcus-oscarsson committed Oct 3, 2024
1 parent c95ecd4 commit 1352780
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion ui/src/components/SSXChip/SSXChip.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { Row, Col, Form, Button, Card } from 'react-bootstrap';
import { Menu, Item, Separator, contextMenu } from 'react-contexify';
import 'fabric';
import './ssxchipcontrol.css';
import 'react-contexify/dist/ReactContexify.css';

import MotorInputContainer from '../../containers/MotorInputContainer';

Expand Down
2 changes: 0 additions & 2 deletions ui/src/containers/SampleFlexView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import React from 'react';
import { connect } from 'react-redux';
import { Col } from 'react-bootstrap';

import 'react-contexify/dist/ReactContexify.css';

import { filterAction } from '../actions/sampleGrid';

class NewSampleFlexView extends React.Component {
Expand Down
2 changes: 0 additions & 2 deletions ui/src/containers/SampleGridTableContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import { Row, Col, Table, Button, Dropdown } from 'react-bootstrap';
import LazyLoad, { forceVisible } from 'react-lazyload';
import Collapsible from 'react-collapsible';

import 'react-contexify/dist/ReactContexify.css';

import { MdRemove, MdFlare, Md360 } from 'react-icons/md';
import {
BsSquare,
Expand Down
2 changes: 0 additions & 2 deletions ui/src/containers/SampleIsaraView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { Col } from 'react-bootstrap';

import { BsChevronUp, BsChevronDown } from 'react-icons/bs';

import 'react-contexify/dist/ReactContexify.css';

import { filterAction } from '../actions/sampleGrid';

class NewSampleIsaraView extends React.Component {
Expand Down
1 change: 1 addition & 0 deletions ui/src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { store } from './store';
import DefaultErrorBoundary from './containers/DefaultErrorBoundary';

import '@fortawesome/fontawesome-free/css/all.min.css';
import 'react-contexify/ReactContexify.css';

function Root() {
return (
Expand Down

0 comments on commit 1352780

Please sign in to comment.