I hereby claim:
- I am zoedreams on github.
- I am kara_marie (https://keybase.io/kara_marie) on keybase.
- I have a public key ASA0lF0WvH6NgUqy7Yvzik0LgJX8zVfoNh1IH-FNU3Aj4go
To claim this, I am signing this object:
| ### Keybase proof | |
| I hereby claim: | |
| * I am 1-14x0r on github. | |
| * I am kara_marie (https://keybase.io/kara_marie) on keybase. | |
| * I have a public key ASCb-PWwhAwNrRXqkbqaRIgIHNt3_owseKKZFpzk44XL7Qo | |
| To claim this, I am signing this object: |
I hereby claim:
To claim this, I am signing this object:
| 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 |
| 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 |
| /* | |
| * COMPONENT - ACTIVE-CIRCUIT-CHAT | |
| */ | |
| #component.circuitLayout #wrapper.activeCircuitChat { | |
| height: 100%; | |
| } | |
| #component.circuitLayout #component.activeCircuitChat { | |
| height: 100%; | |
| } |
| 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 |
| /* | |
| * COMPONENT - ACTIVE-CIRCUIT-CHAT | |
| */ | |
| #component.circuitLayout #wrapper.activeCircuitChat { | |
| height: 100%; | |
| } | |
| #component.circuitLayout #component.activeCircuitChat { | |
| height: 100%; | |
| } |
| 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 |
| 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 |
| /* | |
| * COMPONENT - ACTIVE-CIRCUIT-CHAT | |
| */ | |
| #component.circuitLayout #wrapper.activeCircuitChat { | |
| height: 100%; | |
| } | |
| #component.circuitLayout #component.activeCircuitChat { | |
| height: 100%; | |
| } |