Commit Graph

89 Commits

Author SHA1 Message Date
David Westgate
32ce2f9169 change default chip selections 2025-03-09 16:04:20 -07:00
David Westgate
648d815647 fix tests 2025-03-09 15:53:13 -07:00
David Westgate
abdffcef71 fix rounding issue 2025-03-09 15:45:20 -07:00
David Westgate
01303b625a stop rendering 0 dist chips 2025-03-09 15:10:14 -07:00
David Westgate
ca042b3afb update buyin label 2025-03-09 15:05:48 -07:00
David Westgate
bfa66d5856 limit ranges for buy in selector 2025-03-09 14:59:08 -07:00
David Westgate
f04496bf24 better distribution with fibbonachi 2025-03-09 14:30:45 -07:00
David Westgate
1216e76381 add back comments 2025-03-09 12:54:39 -07:00
Vutukuri15
31e0a7a995
Merge pull request #54 from djwesty/vutukuri15/53
Fixed text input box for white chips # 53
2025-03-08 12:16:06 -08:00
vutukuri15
c41db0db8b Fixed text input box for white chips 2025-03-07 11:37:48 -08:00
David Westgate
5265730c0c
Merge pull request #52 from djwesty/djwesty/51
Improve layout of decrement+increment buttons (Issue #51)
2025-03-07 10:39:36 -08:00
David Westgate
07cbfe7172 move buttons around; add optional style prop to section container 2025-03-07 09:18:25 -08:00
Vutukuri15
8b17649e96
Merge pull request #50 from djwesty/vutukuri15/47
Fixed typescript errors # 47
2025-03-05 19:10:36 -08:00
vutukuri15
868d9aec54 Fixed typescript errors 2025-03-05 12:47:51 -08:00
Vutukuri15
b7238d11d4
Merge pull request #49 from djwesty/vutukuri15/35
Implemented Language Selector # 35
2025-03-04 09:11:25 -08:00
vutukuri15
56ce3c9bc2 Implemented changes 2025-03-04 00:35:50 -08:00
vutukuri15
d27743017c Implemented Language Selector 2025-03-03 16:35:46 -08:00
David Westgate
93cc07c28c
Merge pull request #48 from djwesty/djwesty/39
Consistent Application Styling #39
2025-03-02 16:53:49 -08:00
David Westgate
4b27aea688 style refactor 2025-03-02 16:21:33 -08:00
Vutukuri15
8cc8f006df
Merge pull request #46 from djwesty/vutukuri15/34
Implemented Currency Selector # 34
2025-03-01 12:08:46 -08:00
vutukuri15
624d8b0b1d Updated index file 2025-02-28 20:58:36 -08:00
vutukuri15
2a3ffc8ca2 Removed unnecessary package 2025-02-28 19:59:29 -08:00
vutukuri15
29abd384d8 Modified requested changes 2025-02-28 19:33:46 -08:00
vutukuri15
297b0fc026 Implementd Currency Selector 2025-02-28 11:19:22 -08:00
Vutukuri15
41791516f7
Merge pull request #44 from djwesty/vutukuri15/43
Fixing icon #43
2025-02-27 18:37:10 -08:00
vutukuri15
a6c0c5c2d3 Fixing icon 2025-02-27 18:13:10 -08:00
David Westgate
ec5521c542
Merge pull request #42 from djwesty/djwesty/41
Added instructions to build APK
2025-02-27 14:50:10 -08:00
Vutukuri15
f7d97cc1c1
Merge pull request #36 from djwesty/vutukuri15/HWtest
Update Unit Tests for BuyInSelector Component
2025-02-27 14:47:23 -08:00
David Westgate
c65a3506bd fix typo 2025-02-27 12:26:15 -08:00
David Westgate
96fe517c6a added instructions to build APK 2025-02-26 22:38:49 -08:00
Mantasha Altab Noyela
25dc61006b
Merge pull request #38 from djwesty/MantashaNoyela/27
Restores the previous state when reopened
2025-02-26 22:01:48 -08:00
Mantasha Altab Noyela
1ebdaf5c9f
Merge branch 'main' into MantashaNoyela/27 2025-02-25 23:54:00 -08:00
Mantasha Altab Noyela
077f314f20
Merge pull request #37 from djwesty/MantashaNoyela/26
Ability to save and load calculator states into two slots
2025-02-25 23:28:55 -08:00
Mantasha Altab Noyela
9512d92448
Update package.json 2025-02-25 23:21:05 -08:00
Mantasha Altab Noyela
cb44965e30
Update index.tsx
I have updated the index file
2025-02-25 23:13:57 -08:00
Mantasha Altab Noyela
a3288e2a31
Update index.tsx 2025-02-25 22:20:02 -08:00
MantashaNoyela
d878e93eb4 Restores the previous state when reopened 2025-02-25 20:46:59 -08:00
MantashaNoyela
9952ea3687 Ability to save and load calculator states into two slots 2025-02-25 20:33:33 -08:00
vutukuri15
b1c9ce1ce2 Assignment6 test code 2025-02-25 18:49:25 -08:00
David Westgate
0aee45d534
Merge pull request #33 from djwesty/vutukuri15/6
Displaying Chip value contribution #6
2025-02-25 11:00:20 -08:00
David Westgate
85c4a9d518 fix tests 2025-02-24 22:21:28 -08:00
David Westgate
0f5d7316de optimizations and comments 2025-02-24 22:02:17 -08:00
David Westgate
4cc8db3e9c improve styles 2025-02-24 19:44:27 -08:00
David Westgate
8d3641095b somewhat working algorithm 2025-02-24 18:48:22 -08:00
David Westgate
c812ca066f Merge remote-tracking branch 'origin/main' into vutukuri15/6 2025-02-24 00:20:14 -08:00
Vutukuri15
ce222a0ed3
Merge pull request #32 from djwesty/vutukuri15/30
Fixed welcome screen issue # 30
2025-02-24 00:09:29 -08:00
David Westgate
349e936453 update doc+template; fix personal env issue with dep pinning 2025-02-24 00:03:18 -08:00
vutukuri15
150edf99a7 used api url from .env 2025-02-23 23:38:32 -08:00
vutukuri15
07c93e8800 Fixed Welcome Screen Issue 2025-02-23 23:38:32 -08:00
David Westgate
dd75f58519 more sophistication for invalid distriubtions 2025-02-23 23:20:36 -08:00