MCPcopy Create free account

hub / github.com/boostcamp-2020/Project16-E-Account-Book / functions

Functions576 in github.com/boostcamp-2020/Project16-E-Account-Book

FunctionLeftLargeText
({ color, fontSize, fontWeight, children }: Props)
client/src/components/atoms/p/LeftLargeText/LeftLargeText.tsx:29
FunctionLeftNormalText
({ color, fontSize, fontWeight, wordBreak, children, }: Props)
client/src/components/atoms/p/LeftNormalText/LeftNormalText.tsx:32
FunctionLeftSmallText
({ color, fontSize, fontWeight, children }: Props)
client/src/components/atoms/p/LeftSmallText/LeftSmallText.tsx:29
FunctionLoginPage
()
client/src/views/NotFoundPage.tsx:15
FunctionLoginPage
({ location }: props)
client/src/views/LoginPage.tsx:19
FunctionLogoImage
()
client/src/components/atoms/img/Logo/Logo.tsx:10
FunctionLogoWithSlogan
({ slogan }: Props)
client/src/components/organisms/LogoWithSlogan/LogoWithSlogan.tsx:18
FunctionMainPage
()
client/src/views/MainPage.tsx:53
FunctionMonthNav
()
client/src/components/molecules/MonthNav/MonthNav.tsx:15
FunctionMyAccountInfoCard
({ link, info }: Props)
client/src/components/organisms/MyAccountInfoCard/MyAccountInfoCard.tsx:38
FunctionMyPage
()
client/src/views/MyPage.tsx:13
FunctionMyPageMenu
()
client/src/components/organisms/MyPageMenu/MyPageMenu.tsx:23
FunctionMyPageUserMenu
({ name, profile }: Props)
client/src/components/organisms/MyPageUserMenu/MyPageUserMenu.tsx:27
FunctionNavButton
({ iconColor, name, backgroundColor, moveUrl, width, height, onClick, }: Props)
client/src/components/atoms/button/NavButton/NavButton.tsx:37
FunctionNewTransactionButton
()
client/src/components/organisms/NewTransactionButton/NewTransactionButton.tsx:11
FunctionNotificationPage
()
client/src/views/NotificationPage.tsx:7
FunctionOAuthButtonList
()
client/src/components/molecules/OAuthButtonList/OAuthButtonList.tsx:8
FunctionPATCH_INVITATION
(id: number)
client/src/utils/api.ts:73
FunctionPATCH_SOCIAL_ACCOUNTBOOK
(bookId: number)
client/src/utils/api.ts:76
FunctionPieGraph
({ size, data, colors, fontColor, backgroundColor }: Props)
client/src/components/atoms/graph/PieGraph/PieGraph.tsx:79
FunctionRightLargeText
({ color, fontSize, fontWeight, children }: Props)
client/src/components/atoms/p/RightLargeText/RightLargeText.tsx:29
FunctionRightNormalText
({ color, fontSize, fontWeight, children }: Props)
client/src/components/atoms/p/RightNormalText/RightNormalText.tsx:29
FunctionRightSmallText
({ color, fontSize, fontWeight, children }: Props)
client/src/components/atoms/p/RightSmallText/RightSmallText.tsx:29
FunctionRoundButton
({ height, backgroundColor, children }: Props)
client/src/components/atoms/div/AccountBookBackground/AccountBookBackground.tsx:25
FunctionRoundButton
({ backgroundColor, color, children, onClick }: Props)
client/src/components/atoms/button/RoundButton/RoundButton.tsx:29
FunctionRoundLongButton
({ backgroundColor, color, isSubmit, children, onClick, }: Props)
client/src/components/atoms/button/RoundLongButton/RoundLongButton.tsx:31
FunctionRoundShortButton
({ backgroundColor, color, children, border, isSubmit, onClick, }: Props)
client/src/components/atoms/button/RoundShortButton/RoundShortButton.tsx:36
FunctionRoundShortChips
({ backgroundColor, width, height, fontSize, color, children, margin, }: Props)
client/src/components/atoms/div/RoundShortChips/RoundShortChips.tsx:41
FunctionRowBarGraph
({ maxWidth, amount, type }: Props)
client/src/components/atoms/graph/RowBarGraph/RowBarGraph.tsx:99
FunctionRowFlexContainer
({ children, ...props }: Props)
client/src/components/atoms/div/RowFlexContainer/RowFlexContainer.tsx:60
FunctionSmsParsingModal
({ setData }: props)
client/src/components/organisms/SmsParsingModal/SmsParsingModal.tsx:14
FunctionSquircleShortButton
({ backgroundColor, color, children, onClick, }: Props)
client/src/components/atoms/button/SquircleShortButton/SquircleShortButton.tsx:33
FunctionSquircleShortChips
({ backgroundColor, width, height, fontSize, color, children, }: Props)
client/src/components/atoms/div/SquircleShortChips/SquircleShortChips.tsx:38
FunctionStatisticsPage
()
client/src/views/StatisticsPage.tsx:32
FunctionTestLogin
({ size }: Props)
client/src/components/organisms/TestLogin/TestLogin.tsx:12
FunctionTextButton
({ color, padding, children, width, height, onClick, }: Props)
client/src/components/atoms/button/TextButton/TextButton.tsx:35
FunctionTextToggleButton
({ leftButtonName, rightButtonName, ...args }: Props)
client/src/components/atoms/div/TextToggleButton/TextToggleButton.tsx:36
FunctionToggleButton
({ leftButtonName, rightButtonName, isIncome, setIsIncome, ...args }: Props)
client/src/components/atoms/div/ToggleButton/ToggleButton.tsx:34
FunctionTopNavBar
({ backgroundColor }: Props)
client/src/components/organisms/TopNavBar/TopNavBar.tsx:38
FunctionTransactionInfo
({ id }: props)
client/src/components/molecules/TestLoginButton/TestLoginButton.tsx:49
FunctionTransactionInfo
({ data }: props)
client/src/components/molecules/TransactionInfo/TransactionInfo.tsx:20
FunctionTransactionPage
()
client/src/views/TransactionPage.tsx:10
FunctionTransactionPostPage
()
client/src/views/TransactionEditPage.tsx:31
FunctionTransactionPostPage
()
client/src/views/TransactionPostPage.tsx:30
FunctionTransactionTotal
({ data }: props)
client/src/components/molecules/TransactionTotal/TransactionTotal.tsx:16
FunctionTwoBarGraph
({ maxHeight, income, expend }: Props)
client/src/components/atoms/graph/TwoBarGraph/TwoBarGraph.tsx:99
FunctionTwoByTwoChips
({ data }: props)
client/src/components/molecules/TwoByTwoChips/TwoByTwoChips.tsx:20
FunctionUnderlineText
({ color, fontSize, fontWeight, children }: Props)
client/src/components/atoms/p/UnderlineText/UnderlineText.tsx:29
FunctionUserImage
({ link, zIndex, size }: Props)
client/src/components/atoms/img/UserImage/UserImage.tsx:26
FunctionUserInfoSettingModal
()
client/src/components/organisms/UserInfoSettingModal/UserInfoSettingModal.tsx:6
FunctionYellowOverlapBackground
()
client/src/components/molecules/YellowOverlapBackground/YellowOverlapBackground.tsx:13
FunctionaccountBook
( state: AccountBookState = initialState, action: AccountBookAction, )
client/src/reducers/accountbook.ts:15
FunctionaccountBookAcceptModal
()
client/src/components/organisms/InvitationManagementModal/InvitationManagementModal.stories.tsx:9
FunctionaccountBookBackground
()
client/src/components/atoms/div/Background/Background.stories.tsx:9
FunctionaccountBookBackground
({ backgroundColor }: Props)
client/src/components/atoms/div/AccountBookBackground/AccountBookBackground.stories.tsx:16
Functionafter
(app)
client/config/webpackDevServer.config.js:118
FunctionamountInputChange
(e)
client/src/components/organisms/TransactionForm/TransactionForm.tsx:75
FunctionbeeBackground
()
client/src/components/organisms/BeeBackground/BeeBackground.stories.tsx:9
FunctionbeeLogo
()
client/src/components/atoms/img/BeeLogo/BeeLogo.stories.tsx:9
Functionbefore
(app, server)
client/config/webpackDevServer.config.js:105
FunctionbellButton
({ ...args }: Props)
client/src/components/atoms/button/NavButton/NavButton.stories.tsx:31
FunctionboldSpan
({ label, ...args }: Props)
client/src/components/atoms/span/BoldSpan/BoldSpan.stories.tsx:17
Functioncalendar
({ dateData, monthData }: Props)
client/src/components/organisms/Calendar/Calendar.stories.tsx:14
Functioncalendar
({ dateData, monthData }: Props)
client/src/components/organisms/Calendar/Calendar.tsx:48
Functioncancel
()
client/src/views/TransactionEditPage.tsx:39
Functioncancel
()
client/src/views/TransactionPostPage.tsx:34
FunctioncardInfo
()
client/src/components/molecules/CardInfo/CardInfo.stories.tsx:9
FunctioncardInfo
({ title, description }: Props)
client/src/components/molecules/CardInfo/CardInfo.tsx:17
FunctioncardNumberText
({ fontSize, inMoney, exMoney }: Props)
client/src/components/molecules/CardNumberText/CardNumberText.tsx:27
FunctioncardNumberText
()
client/src/components/molecules/CardNumberText/CardNumberText.stories.tsx:9
Functioncategory
(state: PaymentState = initialState, action: PaymentAction)
client/src/reducers/payment.ts:14
Functioncategory
(state: CategoryState = initialState, action: CategoryAction)
client/src/reducers/category.ts:16
FunctioncenterContent
()
client/src/components/molecules/CenterContent/CenterContent.stories.tsx:9
FunctioncenterLargeText
({ ...args }: Props)
client/src/components/atoms/p/CenterLargeText/CenterLargeText.stories.tsx:21
FunctioncenterNormalText
({ ...args }: Props)
client/src/components/atoms/p/CenterNormalText/CenterNormalText.stories.tsx:21
FunctioncenterSmallText
({ ...args }: Props)
client/src/components/atoms/p/CenterSmallText/CenterSmallText.stories.tsx:21
FunctionchangeAccountbookColorCard
({ ...args }: Props)
client/src/components/molecules/ChangeAccountbookColorCard/ChangeAccountbookColorCard.stories.tsx:16
FunctionchangeHandler
(event)
client/src/components/organisms/SmsParsingModal/SmsParsingModal.tsx:22
FunctioncheckBoxWithNumber
({ onClick, checked, description, color, fontWeight, fontSize, money, }: Props)
client/src/components/molecules/CheckBoxWithNumber/CheckBoxWithNumber.tsx:24
FunctioncheckBoxWithNumber
()
client/src/components/molecules/CheckBoxWithNumber/CheckBoxWithNumber.stories.tsx:10
FunctioncircleGraph
({ ...args }: Props)
client/src/components/atoms/graph/CircleGraph/CircleGraph.stories.tsx:19
FunctioncircleIconButton
({ onClick, backgroundColor, children }: Props)
client/src/components/atoms/button/CircleIconButton/CircleIconButton.tsx:30
FunctioncircleIconButton
({ ...args }: Props)
client/src/components/atoms/button/CircleIconButton/CircleIconButton.stories.tsx:22
FunctionclearInput
()
client/src/components/organisms/TransactionForm/TransactionForm.tsx:86
FunctioncloseModal
()
client/src/components/molecules/Modal/Modal.tsx:67
FunctioncolorLabel
({ ...args }: Props)
client/src/components/atoms/div/ColorLabel/ColorLabel.stories.tsx:19
FunctioncolorLabelWithCheck
({ ...args }: Props)
client/src/components/molecules/ColorLabelWithCheck/ColorLabelWithCheck.stories.tsx:19
FunctioncoloredBackground
()
client/src/components/organisms/ColoredBackground/ColoredBackground.stories.tsx:10
FunctioncolumnFlexContainer
({ ...args }: Props)
client/src/components/atoms/div/ColumnFlexContainer/ColumnFlexContainer.stories.tsx:21
FunctionconfigureStore
(initialState = {})
client/src/store/index.ts:4
Functioncontent
()
client/src/components/atoms/div/Content/Content.stories.tsx:9
FunctioncreateAccountbook
(ctx: any)
server/src/socialBook/controller.ts:153
FunctioncreateAccountbook
( name: string, description: string, color: string, userId: Number, )
server/src/socialBook/service.ts:144
FunctioncreateAccountbookColorModal
()
client/src/components/organisms/CreateAccountbookColorModal/CreateAccountbookColorModal.stories.tsx:9
FunctioncreateAccountbookFormBox
()
client/src/components/organisms/CreateAccountbookFormBox/CreateAccountbookFormBox.stories.tsx:15
FunctioncreateAccountbookSetting
({ ...args }: Props)
client/src/components/organisms/CreateAccountbookSetting/CreateAccountbookSetting.stories.tsx:17
FunctioncreateAccountbookUser
(ctx: any)
server/src/socialBook/controller.ts:164
FunctioncreateAccountbookUser
( userId: Number, accountbookId: Number, state: Number, )
server/src/socialBook/service.ts:160
FunctioncreateBasePayment
(userId: number)
server/src/oauth/service.ts:46
FunctioncreateButton
()
client/src/components/atoms/button/CreateButton/CreateButton.stories.tsx:9
← previousnext →201–300 of 576, ranked by callers