Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
f724ff2
added dist
May 4, 2022
01d2ea0
test change
May 4, 2022
9409340
Added second button
May 4, 2022
20d2225
Added close button function
May 4, 2022
8f44d06
Changed close button to x
May 4, 2022
d452f0d
Make cancel area on top smaller
May 4, 2022
2354334
adding margin to bottom of picker
May 4, 2022
fd4cb70
Chagned size parameter for animatable view
May 4, 2022
51bb525
added second close area and locked the sizes
May 4, 2022
3c4fb0f
Added bottom bar
May 4, 2022
5a32b53
removed bottom bar text color customization
May 4, 2022
b572a4c
Added bottom bar color
May 4, 2022
ce22580
Added title text prop
May 4, 2022
988c89e
Test for push
May 4, 2022
145e438
toolbar styling
May 4, 2022
1264bd3
ToolbarFormatting
May 4, 2022
fff70d6
center title text
May 4, 2022
ef5392e
text
May 4, 2022
724a35d
test
May 4, 2022
b90f15b
fixed height x width switch
May 4, 2022
316c7a8
text align center
May 4, 2022
b6258dd
centering text
May 4, 2022
fb3992d
Center align bottom bar
May 4, 2022
75fe8a9
Put width in correct containers
May 5, 2022
7af5d82
changed toolbar padding
May 5, 2022
e0be687
padding
May 5, 2022
fa35d4b
width fixes
May 5, 2022
404f9cb
test
May 5, 2022
233ae8d
color test
May 5, 2022
d00227c
removed extra styling
May 5, 2022
b3375e5
caasd
May 5, 2022
b615d20
centered bottom bar text
May 5, 2022
c25db48
bottom bar center
May 5, 2022
f182510
picker modal shape
May 5, 2022
ac70292
added padding to modal
May 5, 2022
51e0f93
rounded corners for modal
May 5, 2022
6d4f450
border radius and height
May 5, 2022
56c2a64
radius
May 5, 2022
74af3a8
bigger radius
May 5, 2022
1bdac37
Finished off changes audio segmented player
May 6, 2022
5cbbba3
feat: update layout, add customization
dzmitry-kham Jun 19, 2023
2b6a20b
fix: [BGM-1485] update state issue
Jun 19, 2023
1b61502
Merge pull request #5 from biblegateway/fix/BGM-1485/update-state-issue
Gooz92 Jun 19, 2023
124a751
Merge branch 'master' into feat/picker_lyout_update
dzmitry-kham Jun 19, 2023
7805c93
feat: update bundle.js.map
dzmitry-kham Jun 19, 2023
5e29681
Merge pull request #4 from bulletxenus/feat/picker_lyout_update
Gooz92 Jun 19, 2023
dee52e6
move scrollToIndex into conditions
eventsPortal Jun 22, 2023
8fca2f7
Merge pull request #6 from biblegateway/fix/BGMA-1490/scroll
Korbut-Yura Jun 23, 2023
c41c32c
fix: [BGM-1522] revert layout changes
Jul 26, 2023
a9633c8
Merge pull request #7 from biblegateway/fix/BGM-1522
Gooz92 Jul 27, 2023
998d0aa
[BGMA-106] feat: redesign picker
MAndriukhin Oct 31, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ npm-debug.log
yarn-error.log
package-lock.json
.npmrc
dist
# dist
__tests__/.artifacts
nohup.out
ios/RNSegmentedPicker.xcodeproj/project.xcworkspace/xcuserdata
Expand Down
Loading