Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing broken Storybook component #96

Merged
merged 36 commits into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
f02d598
updates
vselvarajijay Nov 5, 2023
d83e620
Merge branch 'akello-io:main' into main
vselvarajijay Nov 5, 2023
ae76b11
check-point - major UI refactor
vselvarajijay Nov 5, 2023
e3ac5d7
updates
vselvarajijay Nov 5, 2023
f9c1f0d
udpates to react component library
vselvarajijay Nov 5, 2023
6db1e2d
Merge branch 'akello-io:main' into main
vselvarajijay Nov 5, 2023
f4f995e
publishing npm updates
vselvarajijay Nov 5, 2023
bd2a287
adding FHIR types
vselvarajijay Nov 5, 2023
899e5d1
Setting up new App
vselvarajijay Nov 5, 2023
ab9377e
More additions to new app
vselvarajijay Nov 5, 2023
48a2bcb
Updates to app
vselvarajijay Nov 5, 2023
280090b
merge
vselvarajijay Nov 5, 2023
42ff175
clearing out env
vselvarajijay Nov 5, 2023
3141e46
removing pages from react component library
vselvarajijay Nov 6, 2023
b457bc2
working version of core...
vselvarajijay Nov 6, 2023
54e27da
working core with API
vselvarajijay Nov 6, 2023
43626b5
init AkelloAPIService
vselvarajijay Nov 6, 2023
259afe4
Working PoC with external npm packages
vselvarajijay Nov 6, 2023
2f64922
checking in updates
vselvarajijay Nov 6, 2023
92c48b3
bulk updates - rebuild app-ui with component library
vselvarajijay Nov 7, 2023
4f7b88f
getting login/logout working..
vselvarajijay Nov 7, 2023
1eec08a
safe state
vselvarajijay Nov 7, 2023
3a5335a
saving state - refactoring
vselvarajijay Nov 7, 2023
cc566b9
auth updates
vselvarajijay Nov 7, 2023
32536f7
cleaning up
vselvarajijay Nov 7, 2023
42a1572
holding state
vselvarajijay Nov 7, 2023
03c2dae
update
vselvarajijay Nov 7, 2023
ea4d8e7
updates
vselvarajijay Nov 7, 2023
59634bc
updates
vselvarajijay Nov 7, 2023
5740e88
updates
vselvarajijay Nov 7, 2023
a625531
updates
vselvarajijay Nov 7, 2023
2eae6e7
updates
vselvarajijay Nov 8, 2023
a89b53b
saving states
vselvarajijay Nov 8, 2023
cb6ff15
merge upstream fork
vselvarajijay Nov 8, 2023
b1119a1
fixing component
vselvarajijay Nov 8, 2023
228e035
Merge remote-tracking branch 'upstream/main'
vselvarajijay Nov 8, 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
22 changes: 0 additions & 22 deletions packages/react/src/05_pages/HomePage/HomePage.stories.tsx

This file was deleted.

39 changes: 0 additions & 39 deletions packages/react/src/05_pages/HomePage/HomePage.tsx

This file was deleted.

1 change: 0 additions & 1 deletion packages/react/src/05_pages/HomePage/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/react/src/05_pages/index.ts

This file was deleted.

3 changes: 1 addition & 2 deletions packages/react/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export * from './01_atoms';
export * from './02_molecules';
export * from './03_organisms';
export * from './04_templates';
export * from './05_pages';
export * from './04_templates';