Commit Graph

369 Commits

Author SHA1 Message Date
Loewy
2f33b7fd86 bargraph now can be called from chart container, add chartType to chartcomponents, conditional xaxis props, remove bar graph test and test from chart-container 2024-02-15 11:44:15 -08:00
8efbd676ce Merge pull request 'Move to segment index' (#115) from ivan/move-to-segment-index into master
Reviewed-on: railbird/railbird-mobile#115
2024-02-14 09:59:27 -07:00
2fc7c8ab1e Move to segment index 2024-02-14 09:56:32 -07:00
dc5a90cf1a Merge pull request 'ChartContainer -- axis render parent component for graphs' (#42) from loewy/chart-container-wrapper into master
Reviewed-on: railbird/railbird-mobile#42
Reviewed-by: Kat Huang <kkathuang@gmail.com>
2024-02-13 16:16:50 -07:00
Loewy
2e49bc4709 link issues to todo comments 2024-02-13 15:00:35 -08:00
Loewy
4e7046bd28 update test to be for the container rather than component 2024-02-13 15:00:35 -08:00
Loewy
3eab510f5a wip: types updated, works with x axis wrapped in container 2024-02-13 15:00:35 -08:00
Loewy
8c3b745d4d wip: minor changes 2024-02-13 15:00:35 -08:00
db9475cf3b Merge pull request 'Set up svg transformer' (#114) from loewy/set-up-svg-transformer into master
Reviewed-on: railbird/railbird-mobile#114
Reviewed-by: Kat Huang <kkathuang@gmail.com>
2024-02-13 15:59:57 -07:00
Loewy
31c212807b remove comments 2024-02-12 21:59:01 -08:00
Loewy
aca8caa5c3 test with icon 2024-02-12 21:56:26 -08:00
Loewy
b30ef2ef2b wip: builds, need to test with icons, fixes import issue for assets 2024-02-12 21:35:09 -08:00
62637badcb Merge pull request 'Move camera access permissions' (#113) from loewy/permissions into master
Reviewed-on: railbird/railbird-mobile#113
Reviewed-by: Kat Huang <kkathuang@gmail.com>
2024-02-12 14:57:21 -07:00
Loewy
ddcd9899b3 add type to consts + remove if block 2024-02-12 13:47:50 -08:00
Loewy
d3db06a90c add function to check platform and return alert 2024-02-12 12:51:04 -08:00
Loewy
92e211a21a fix prettier 2024-02-12 10:32:53 -08:00
Loewy
1098ba4c7d move permissions to record 2024-02-12 10:32:53 -08:00
2c5a843835 Merge pull request 'Login + Profile -- UI' (#109) from loewy/login-ui into master
Reviewed-on: railbird/railbird-mobile#109
Reviewed-by: Kat Huang <kkathuang@gmail.com>
2024-02-12 11:22:03 -07:00
204e289627 Actually regenerate code 2024-02-11 22:46:11 -07:00
fd731b2ecf Fix video uplaod 2024-02-11 22:44:18 -07:00
e733e413ef Small tweaks 2024-02-11 22:42:37 -07:00
Loewy
e1abd8e85c prettier 2024-02-08 13:31:01 -08:00
Loewy
3b1abc9ae8 working, needs testing on physical device 2024-02-08 13:03:39 -08:00
Loewy
6b8737e182 wip: needs testing on physical devices 2024-02-08 13:03:39 -08:00
Loewy
baab800a1c working with email on create user / sign in -- not getting expected error from firebase 2024-02-08 13:03:39 -08:00
Loewy
e2bde3bd01 wip, ui toggle mocked 2024-02-08 13:03:39 -08:00
Loewy
f849780aac some stuff 2024-02-08 13:03:39 -08:00
Loewy
37004a1f6e minor changes 2024-02-08 13:03:39 -08:00
Loewy
d483be05a6 sketch out profile screen so we have a logout, minor clean up 2024-02-08 13:03:39 -08:00
0c89178542 Merge pull request 'Properly support orientation in recorded video' (#106) from ivan/orientation into master
Reviewed-on: railbird/railbird-mobile#106
2024-02-08 11:34:19 -07:00
c8999f8250 Properly support orientation in recorded video
Fixes #72
2024-02-08 11:19:11 -07:00
2fd1f26325 Merge pull request 'move App.tsx to src' (#105) from loewy/move-app-tsx-to-src into master
Reviewed-on: railbird/railbird-mobile#105
2024-02-07 23:04:39 -07:00
Loewy
03774a540f move App.tsx to src 2024-02-07 21:24:24 -08:00
f559c1e215 Merge pull request 'Auth-Context -- Navigation' (#103) from loewy/auth-context into master
Reviewed-on: railbird/railbird-mobile#103
Reviewed-by: Ivan Malison <ivanmalison@gmail.com>
2024-02-07 22:02:20 -07:00
Loewy
ea130df02b remove loading for now 2024-02-07 17:49:08 -08:00
Loewy
2ac780bdaa put sign out back on sessiontsx for now 2024-02-07 17:37:58 -08:00
Loewy
a9f474fa62 revert screens, ready for pr 2024-02-07 17:33:27 -08:00
Andy Malkin
3a476e0db4 here you go loewy 2024-02-07 16:59:11 -08:00
Loewy
b9221fa949 wip: almost there, needs dev mode sorted + loading 2024-02-07 15:39:11 -08:00
Loewy
07db6e21db undo some changes to keep history clean 2024-02-07 11:22:25 -08:00
Loewy
e5e998df36 sketch out nav with auth 2024-02-07 11:21:41 -08:00
112ed5b140 Merge pull request 'Add cmake to flake' (#101) from ivan/add-cmake-to-flake into master
Reviewed-on: railbird/railbird-mobile#101
2024-02-07 00:38:04 -07:00
a781510a41 Add cmake to flake 2024-02-07 00:08:36 -07:00
bbbcffcfcb Merge pull request 'write script to use env variables' (#100) from andy/start-script into master
Reviewed-on: railbird/railbird-mobile#100
2024-02-06 21:09:27 -07:00
Loewy
13bdfff9f8 remove logs, tested 2024-02-06 16:15:46 -08:00
Andy Malkin
ef7c39e4e9 update script to keep colors 2024-02-06 16:06:09 -08:00
Andy Malkin
ee085cbbb1 write script to use env variables 2024-02-06 15:53:04 -08:00
35a94b4a75 Merge pull request 'loewy/move-app-to-src' (#99) from loewy/move-app-to-src into master
Reviewed-on: railbird/railbird-mobile#99
2024-02-06 16:52:12 -07:00
Loewy
da68d87a5f import sort 2024-02-06 15:12:54 -08:00
Loewy
af28d5c65b mvoe mock, fix imports 2024-02-06 15:08:19 -08:00