Skip to content

Commit

Permalink
Merge pull request #10 from firecamp-io/feat/platform
Browse files Browse the repository at this point in the history
Feat/platform
  • Loading branch information
Nishchit14 authored Sep 21, 2022
2 parents 977f36f + 700430a commit 45956c6
Show file tree
Hide file tree
Showing 75 changed files with 160 additions and 166 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { VscLock } from '@react-icons/all-files/vsc/VscLock';
import { AiTwotoneFolder } from '@react-icons/all-files/ai/AiTwotoneFolder';
import { AiTwotoneFolderOpen } from '@react-icons/all-files/ai/AiTwotoneFolderOpen';
import { VscJson } from '@react-icons/all-files/vsc/VscJson';
import { Button, ToolBar, EButtonColor, EButtonSize } from '@firecamp/ui-kit';
import { Button } from '@firecamp/ui-kit';
import { VscTrash } from '@react-icons/all-files/vsc/VscTrash';

export default {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ import {
ToolBar,
Empty,
Button,
EButtonSize,
EButtonColor,
} from '@firecamp/ui-kit';
import { VscRefresh } from '@react-icons/all-files/vsc/VscRefresh';
import { VscNewFolder } from '@react-icons/all-files/vsc/VscNewFolder';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import {
Dropdown,
Popover,
Button,
EButtonColor,
EButtonSize,


} from '@firecamp/ui-kit';
import { useForm } from 'react-hook-form';
import { ERequestTypes } from '@firecamp/types';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { FC, useState, useMemo } from 'react';
import { Dropdown, Button, EButtonSize } from '@firecamp/ui-kit';
import { Dropdown, Button, } from '@firecamp/ui-kit';
import classnames from 'classnames';
import { EEnvironmentScope, TId } from '@firecamp/types';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useState, useEffect, FC } from 'react';
import { Button, EButtonColor, EButtonSize } from '@firecamp/ui-kit';
import { Button, } from '@firecamp/ui-kit';
// import { VscEye } from '@react-icons/all-files/vsc/VscEye';
import shallow from 'zustand/shallow';
import { EEnvironmentScope, TId } from '@firecamp/types';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { FC, useCallback, useRef, useState } from 'react';
import {
Button,
EButtonColor,
EButtonSize,


Input,
TextArea,
Popover,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { VscGithub } from '@react-icons/all-files/vsc/VscGithub';
import { GrGoogle } from '@react-icons/all-files/gr/GrGoogle';

import _auth from '../../../services/auth';
import { Button, EButtonIconPosition, EButtonSize } from '@firecamp/ui-kit';
import { Button, EButtonIconPosition, } from '@firecamp/ui-kit';
import { EProvider } from '../../../services/auth/types';
// import { PROVIDER } from '../../constants';

Expand Down Expand Up @@ -121,7 +121,7 @@ const GithubGoogleAuth: FC<IGithubGoogleAuth> = ({ onClose }) => {
text="Continue with Google"
icon={<GrGoogle size={18} />}
iconLeft
size={EButtonSize.Medium}
md
className="!w-full mb-5"
onClick={_googleOAuth}
transparent={true}
Expand All @@ -130,7 +130,7 @@ const GithubGoogleAuth: FC<IGithubGoogleAuth> = ({ onClose }) => {
text="Continue with Github"
icon={<VscGithub size={18} />}
iconLeft
size={EButtonSize.Medium}
md
className="!w-full mb-5"
onClick={_githubOAuth}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
IModal,
Button,
EButtonIconPosition,
EButtonSize,

} from '@firecamp/ui-kit';
import { VscAccount } from '@react-icons/all-files/vsc/VscAccount';

Expand All @@ -29,7 +29,7 @@ const SignIn: FC<IModal> = () => {
text="Continue with Email"
icon={<VscAccount size={18} />}
iconLeft
size={EButtonSize.Medium}
md
className="!w-full mb-5"
onClick={() => AppService.modals.openSignInWithEmail()}
transparent={true}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import {
Input,
TabHeader,
Button,
EButtonColor,
EButtonSize,


Modal,
IModal,
ProgressBar,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import {
Input,
TabHeader,
Button,
EButtonColor,
EButtonSize,


Modal,
IModal,
Dropdown,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import {
Input,
TabHeader,
Button,
EButtonColor,
EButtonSize,


Modal,
IModal,
Dropdown,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import {
Input,
TabHeader,
Button,
EButtonColor,
EButtonSize,


Modal,
IModal,
ProgressBar,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {
Container,
TabHeader,
Button,
EButtonColor,
EButtonSize,


Modal,
IModal,
Alert,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import {
Container,
TabHeader,
Button,
EButtonColor,
EButtonSize,


Modal,
IModal,
Alert,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { FC, useEffect, useState } from 'react';
import {
Modal,
Button,
EButtonSize,
EButtonColor,


ProgressBar,
IModal,
} from '@firecamp/ui-kit';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {
TextArea,
TabHeader,
Button,
EButtonColor,
EButtonSize,


Modal,
IModal,
ProgressBar,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import {
Container,
TabHeader,
Button,
EButtonColor,
EButtonSize,


Modal,
IModal,
ProgressBar,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import {
AuthSetting,
Button,
Container,
EButtonColor,
EButtonSize,


TabHeader,
} from '@firecamp/ui-kit';
import _cloneDeep from 'lodash/cloneDeep';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {
TextArea,
TabHeader,
Button,
EButtonColor,
EButtonSize,


Container,
} from '@firecamp/ui-kit';
import { _object } from '@firecamp/utils';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { FC, useMemo } from 'react';
import {
Container,
Button,
EButtonColor,
EButtonSize,


TabHeader,
ScriptsTabs,
} from '@firecamp/ui-kit';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import {
Container,
TabHeader,
Button,
EButtonColor,
EButtonSize,


Modal,
IModal,
Alert,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import {
Modal,
IModal,
Button,
EButtonColor,
EButtonSize,


Container,
TabHeader,
CopyButton,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { FC, useEffect, useState } from 'react';
import {
Modal,
Button,
EButtonColor,
EButtonSize,


ProgressBar,
IModal,
} from '@firecamp/ui-kit';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import {
Container,
TabHeader,
Button,
EButtonColor,
EButtonSize,


Modal,
IModal,
Alert,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {
Container,
TabHeader,
Button,
EButtonColor,
EButtonSize,


} from '@firecamp/ui-kit';
import equal from 'deep-equal';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @ts-nocheck
import { FC, useState, useEffect } from 'react';

import { Dropdown, Button, EButtonColor, EButtonSize } from '@firecamp/ui-kit';
import { Dropdown, Button, } from '@firecamp/ui-kit';
const ActiveEnvDD: FC<IActiveEnvDD> = ({
environments = [],
activeEnv = '',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
Container,
TabHeader,
Button,
EButtonColor,

MultiLineIFE,
} from '@firecamp/ui-kit';
import equal from 'deep-equal';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { useState } from 'react';
import {
Container,
Button,
EButtonColor,
EButtonSize,


TabHeader,
ScriptsTabs,
} from '@firecamp/ui-kit';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import {
Container,
TabHeader,
Button,
EButtonColor,

Input,
EButtonSize,

} from '@firecamp/ui-kit';
import { _object } from '@firecamp/utils';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { FC, useState } from 'react';
import {
Container,
Button,
EButtonColor,
EButtonSize,


Modal,
} from '@firecamp/ui-kit';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import {
Container,
TabHeader,
Button,
EButtonColor,
EButtonSize,


EButtonIconPosition,
Input,
Popover,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import {
Container,
TabHeader,
Button,
EButtonColor,
EButtonSize,


CopyButton,
Column,
Input,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {
Container,
TabHeader,
Button,
EButtonColor,
EButtonSize,


} from '@firecamp/ui-kit';
import { EAuthTypes } from '@firecamp/types';
import equal from 'deep-equal';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { useState, useRef } from 'react';
import {
Container,
Button,
EButtonColor,
EButtonSize,


TabHeader,
ScriptsTabs,
} from '@firecamp/ui-kit';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {
Container,
TabHeader,
Button,
EButtonColor,
EButtonSize,


Input,
} from '@firecamp/ui-kit';
import { _object } from '@firecamp/utils';
Expand Down
Loading

0 comments on commit 45956c6

Please sign in to comment.