Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Add show arrow and fix context behavior #115

Merged
merged 2 commits into from
Jul 23, 2020
Merged

Conversation

carolinegoncalveszup
Copy link
Contributor

- What I did
As pageview will be used to simulate a tabview behavior, the arrows can't be always shown. Therefore, we added an optional prop showArrow that will be used to hide the arrows to support the cases where the pageview is together with the tabBar

- How I did it
Add optional prop in interface and component

- How to verify it
Playground examples. Both, tabbar and pageview should be render correctly.

- Description for the changelog

Add show arrow prop

@github-actions
Copy link

Code coverage

Filename Statements Branches Functions Lines
src/utils/array.ts 100% 100% 100% 100%
src/provider.ts 0% 100% 100% 0%
src/index.ts 0% 100% 0% 0%
src/utils/beagleComponent.ts 0% 0% 0% 0%
src/BeagleId.tsx 0% 0% 0% 0%
src/components/BeagleListView/styled.ts 0% 0% 0% 0%
src/components/Spinner/index.ts 0% 100% 100% 0%
src/components/BeagleListView/index.tsx 0% 100% 0% 0%
src/components/index.ts 0% 100% 100% 0%
src/components/BeagleText/styled.ts 0% 0% 0% 0%
src/components/BeagleInput/index.tsx 0% 0% 0% 0%
src/components/BeagleText/index.tsx 0% 100% 0% 0%
src/components/BeagleTabView/context.ts 0% 100% 100% 0%
src/components/BeagleTabView/BeagleTabItem/styled.ts 0% 100% 100% 0%
src/components/BeagleTabView/styled.ts 0% 100% 100% 0%
src/components/BeagleTabView/BeagleTabItem/index.tsx 0% 0% 0% 0%
src/components/BeagleTabBar/styled.ts 0% 100% 100% 0%
src/components/BeagleTabView/index.tsx 0% 0% 0% 0%
src/components/utils/animation.ts 0% 100% 100% 0%
src/components/utils/withTheme.tsx 0% 100% 0% 0%
src/components/BeagleTabBar/index.tsx 0% 0% 0% 0%
src/components/BeagleImage/styled.ts 0% 100% 0% 0%
src/components/TextArea/styled.ts 0% 100% 100% 0%
src/components/BeagleImage/index.tsx 0% 0% 0% 0%
src/components/BeagleError/index.tsx 0% 100% 0% 0%
src/components/BeagleSimpleForm/index.tsx 0% 0% 0% 0%
src/components/TextArea/index.tsx 0% 0% 0% 0%
src/components/Markdown/styled.ts 0% 100% 100% 0%
src/components/Markdown/index.tsx 0% 0% 0% 0%
src/components/BeagleButton/styled.ts 0% 100% 100% 0%
src/components/BeagleTouchable/styled.ts 0% 100% 100% 0%
src/components/BeagleTouchable/index.tsx 0% 0% 0% 0%
src/components/BeagleButton/index.tsx 0% 0% 0% 0%
src/components/BeagleWebView/styled.ts 0% 100% 100% 0%
src/components/BeagleContainer/styled.ts 0% 100% 100% 0%
src/components/BeagleWebView/index.tsx 0% 100% 0% 0%
src/components/BeagleContainer/index.tsx 0% 0% 0% 0%
src/components/BeaglePageView/KeyboardArrowLeft.tsx 0% 100% 0% 0%
src/components/BeaglePageView/styled.ts 0% 0% 0% 0%
src/components/BeaglePageIndicator/styled.ts 0% 0% 0% 0%
src/components/BeaglePageIndicator/index.tsx 0% 0% 0% 0%
src/components/commons.styled.ts 0% 100% 100% 0%
src/components/BeagleLazy/index.tsx 0% 0% 0% 0%
src/components/Modal/styled.ts 0% 100% 100% 0%
src/components/BeaglePageView/index.tsx 0% 0% 0% 0%
src/components/BeagleLoading/styled.ts 0% 100% 100% 0%
src/components/Modal/index.tsx 0% 0% 0% 0%
src/components/BeagleLoading/index.tsx 0% 100% 0% 0%
src/components/BeagleFutureListView/styled.ts 0% 0% 0% 0%
src/components/BeagleFutureListView/index.tsx 0% 0% 0% 0%
src/renderer.ts 0% 0% 0% 0%
src/component.tsx 0% 0% 0% 0%

@Tiagoperes Tiagoperes merged commit 2bc1909 into master Jul 23, 2020
@Tiagoperes Tiagoperes deleted the feat/add-show-arrow branch July 23, 2020 19:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants