Skip to content

Commit

Permalink
Poc 145 (#1676)
Browse files Browse the repository at this point in the history
* addedreported test date and result to family history

* added reported test date and result to family history

* Added locator map details component

* locator map 1

* POC-145: UI

* test

* add button

* added data to UI

* locator-map add button

* added view button

* added view and edit buttons

* added view

* add view button

* pop-up

* all

* modal component

* dismiss modal

* spacing

* Add locator-pretty viewer

* Add locator data

* Add download functionality

* Remove unused code

* generate correct mappings

* Worked on requested changes

* Update package-lock.json

* Fix lint errors

* Work on requested changes

* Fix prettier issues

* Add peds details

* Delete .vscode/launch.json

---------

Co-authored-by: Saningo Lekalantula <[email protected]>
Co-authored-by: Angie-540 <[email protected]>
Co-authored-by: Angie-540 <[email protected]>
Co-authored-by: kantush <sainingo>
Co-authored-by: Drizzentic <[email protected]>
  • Loading branch information
5 people authored Oct 6, 2023
1 parent 5c74692 commit e11ddd6
Show file tree
Hide file tree
Showing 20 changed files with 1,609 additions and 57 deletions.
38 changes: 0 additions & 38 deletions .vscode/launch.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
p {
padding: 8px;
background-color: rgba(29, 112, 219, 0.842);
color: #fff;
border-radius: 3px;
}

h4 {
padding: 8px;
color: #fff;
background-color: yellowgreen;
border-radius: 2px;
}

.header {
font-size: 16px;
font-weight: 600;
margin-left: 20px;
color: rgb(5, 102, 212);
display: block;
width: 100%;
}

.wrapper-container {
margin-top: 18px;
width: 100%;
}

.self-container {
margin-top: 18px;
width: 100%;
}

.wrapper {
padding-bottom: 32px;
}

.btn-print {
font-size: 24px;
float: right;
margin-right: 20px;
cursor: pointer;
}
Loading

0 comments on commit e11ddd6

Please sign in to comment.