Unable to find specific component in Frontend 3.0

I was working on this issue https://issues.openmrs.org/browse/O3-1672 but as I am new to organization and micro-frontends . But I was unable to find the component in code I was able to find were the left nav is present but cannot able to find the specific file were it is comming from and its css file so if anyone who worked on this can help pls

this I was trying to find using dev console but cannot able to pin point the exact file pls help

hi @aryangypta05 check out this;

side-menu-component

side-nav-sass file

hope this is all you are looking for openmrs-esm-patient-chart/packages/esm-patient-chart-app/src/side-nav at main · openmrs/openmrs-esm-patient-chart · GitHub

@dkayiwa @dkigen @jwnasambu @vasharma05

cc: @dkayiwa @jwnasambu @vasharma05

Correct @thembo42. And more specifically, the LeftNav menu implementation in esm-core exists here openmrs-esm-core/index.tsx at 8f1b7f54330e70f5b420fc2f6685b4e334bcfbb2 · openmrs/openmrs-esm-core · GitHub.

1 Like

thanks @thembo42 i will look into this repository openmrs-esm-core/index.tsx at 8f1b7f54330e70f5b420fc2f6685b4e334bcfbb2 · openmrs/openmrs-esm-core · GitHub

Hi ,actually when I am trying to push my code to GitHub this error is showing

pls help @thembo42 @dkigen .

sorry @aryangypta05 , this normally happens when the origin repo is ahead of the local repo, meaning you will need to pull latest changes before you push.

always share your entire log using pastebin.com because i cant see the command you ran. additionally, scan through GITHUB-CONVETIONS for good measure.

1 Like

Thanks @thembo42 for help and I will remember to use pastebin.com in future