This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* COMPONENT - ACTIVE-CIRCUIT-FEED | |
*/ | |
#component.circuitLayout #wrapper.activeCircuitFeed { | |
height: 100%; | |
} | |
#component.circuitLayout #component.activeCircuitFeed { | |
height: 100%; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, {Component, createRef} from "react"; | |
import {Icon, Image, Input, Menu, Segment} from "semantic-ui-react"; | |
/** | |
* This class is used to render the active circuit feed in the console view | |
*/ | |
export default class ActiveCircuitChat extends Component { | |
/** | |
* builds the active circuit chat component for the circuit feed | |
* @param props |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* COMPONENT - ACTIVE-CIRCUIT-CHAT | |
*/ | |
#component.circuitLayout #wrapper.activeCircuitChat { | |
height: 100%; | |
} | |
#component.circuitLayout #component.activeCircuitChat { | |
height: 100%; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, {Component, createRef} from "react"; | |
import {Icon, Image, Input, Menu, Segment} from "semantic-ui-react"; | |
/** | |
* This class is used to render the active circuit feed in the console view | |
*/ | |
export default class ActiveCircuitChat extends Component { | |
/** | |
* builds the active circuit chat component for the circuit feed | |
* @param props |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component, createRef } from "react"; | |
import { Icon, Image, Input, Menu, Segment } from "semantic-ui-react"; | |
/** | |
* This class is used to render the active circuit feed in the console view | |
*/ | |
export default class ActiveCircuitFeed extends Component { | |
/** | |
* builds the active circuit chat component for the circuit feed | |
* @param props |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* COMPONENT - ACTIVE-CIRCUIT-CHAT | |
*/ | |
#component.circuitLayout #wrapper.activeCircuitChat { | |
height: 100%; | |
} | |
#component.circuitLayout #component.activeCircuitChat { | |
height: 100%; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from "react"; | |
import {Icon, Image, Input, Menu, Segment} from "semantic-ui-react"; | |
/** | |
* This class is used to render the active circuit feed in the console view | |
*/ | |
export default class ActiveCircuitFeed extends Component { | |
/** | |
* builds the active circuit chat component for the circuit feed | |
* @param props |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* COMPONENT - ACTIVE-CIRCUIT-CHAT | |
*/ | |
#component.circuitLayout #wrapper.activeCircuitChat { | |
height: 100%; | |
} | |
#component.circuitLayout #component.activeCircuitChat { | |
height: 100%; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from "react"; | |
import {Divider, Icon, Image, Input, Menu, Segment} from "semantic-ui-react"; | |
/** | |
* This class is used to render the active circuit feed in the console view | |
*/ | |
export default class ActiveCircuitFeed extends Component { | |
/** | |
* builds the active circuit chat component for the circuit feed | |
* @param props |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from "react"; | |
import { Icon, Input, Menu, Segment } from "semantic-ui-react"; | |
/** | |
* This class is used to render the active circuit feed in the console view | |
*/ | |
export default class ActiveCircuitFeed extends Component { | |
/** | |
* builds the active circuit chat component for the circuit feed | |
* @param props |