GDC Intern
Creative thinking
1x
2 Issues Created
2x
16 Issues Created
3x
128 Issues Created
4x
1024 Issues Created
Problem Solving
1x
2 Pulls Created
2x
16 Pulls Created
3x
128 Pulls Created
4x
1024 Pulls Created
Practical/Professional Skills
Communication Skills
1x
100th Community Interaction
2x
1000th Community Interaction
3x
10000th Community Interaction
Collaboration
1x
2 Pulls Created
2x
16 Pulls Created
3x
128 Pulls Created
4x
1024 Pulls Created
Community Engagement
1x
100 Activity Points
2x
1000 Activity Points
3x
10000 Activity Points
Leadership
1x
Promoted to a team leader
Learn How to Learn
1x
Completed the course work
Skills to apply digital & technology solutions
1x
1 Project Completed Successfully
2x
2 Projects Completed Successfully
3x
3 Projects Completed Successfully
Critical Thinking
Autonomy And Responsibility
1x
2 issues identified and resolved
2x
16 issues identified and resolved
3x
128 issues identified and resolved
4x
1024 issues identified and resolved
Empathy
Value inculcation
Multicultural Competence
Individual Skills
Creative thinking
Problem Solving
Practical/Professional Skills
Team Skills
Communication Skills
Collaboration
Community Engagement
Leadership
Learn How to Learn
Skills to apply digital & technology solutions
Critical Thinking
Advanced Skills
Autonomy And Responsibility
Empathy
Value inculcation
Multicultural Competence
Cultural Skills
Web Development 101
Web Development 202
Web Development 301
Teaching Assistant & Internship
Industry Placement
Alumni & Teaching Fellow
Shared a comment on an issue in coronasafe/care on June 17, 2023 at 12:23:37 AM
Hey @gitone912 are you still working on this?
https://github.com/coronasafe/care/issues/1327#issuecomment-1595510086
Shared a comment on an issue in coronasafe/care_fe on June 9, 2023 at 12:04:50 PM
Hey @nikhilagastya you can check out this file https://github.com/coronasafe/care_fe/blob/develop/src/Components/Facility/Consultations/PrimaryParametersPlot.tsx#L20 The rhythm card is present there.
https://github.com/coronasafe/care_fe/issues/5468#issuecomment-1584469356
Shared a comment on a pull request in coronasafe/care_fe on June 1, 2023 at 3:09:46 AM
hey @Pranshu1902 https://github.com/coronasafe/care_fe/issues/5540 would solve the problem altogether as there is only a single file upload component on both the pages.
https://github.com/coronasafe/care_fe/pull/5576#issuecomment-1571263126
Shared a comment on an issue in coronasafe/care_fe on June 1, 2023 at 3:08:53 AM
hey @Pranshu1902 #5540 would solve the problem altogether as there is only a single file upload component in both the pages
https://github.com/coronasafe/care_fe/issues/5575#issuecomment-1571262642
Shared a comment on a pull request in coronasafe/care_fe on May 30, 2023 at 7:01:17 AM
I have created a backend issue for the same https://github.com/coronasafe/care/issues/1327
https://github.com/coronasafe/care_fe/pull/5566#issuecomment-1567875114
Shared a comment on a pull request in coronasafe/care_fe on May 30, 2023 at 6:54:50 AM
yeah sure @rithviknishad i am creating a backend issue for this
https://github.com/coronasafe/care_fe/pull/5566#issuecomment-1567867614
Shared a comment on an issue in coronasafe/care_fe on May 28, 2023 at 8:33:30 AM
@sindhuyamsani Visit this link https://care.coronasafe.in/facility/eaab75f4-4f5c-4685-b769-bbfada64488e/patient/64de85fc-05f6-4e22-a80f-5413bf4d0d5c/consultation/cb398050-51db-4c6c-80c6-5ab2cb678cf9 Click on Discharge from care btn 
https://github.com/coronasafe/care_fe/issues/5407#issuecomment-1565996366
Shared a comment on an issue in coronasafe/care_fe on May 20, 2023 at 11:57:28 AM
yeah i would try give a PR by sunday @rithviknishad
https://github.com/coronasafe/care_fe/issues/5332#issuecomment-1555895733
Shared a comment on a pull request in coronasafe/care_fe on May 16, 2023 at 1:53:20 AM
Hey @nihal467 i have removed the procedure from medicine tab
https://github.com/coronasafe/care_fe/pull/5464#issuecomment-1548850749
Shared a comment on a pull request in coronasafe/care_fe on April 29, 2023 at 7:47:18 PM
Hey @nihal467 i have fixed the bug
https://github.com/coronasafe/care_fe/pull/5043#issuecomment-1528859512
Shared a comment on a pull request in coronasafe/care_fe on April 25, 2023 at 6:14:33 PM
Hey @nihal467 I have added the location name to monitor card 
https://github.com/coronasafe/care_fe/pull/5378#issuecomment-1522212042
Shared a comment on a pull request in coronasafe/care_fe on April 19, 2023 at 4:10:23 PM
> @patelaryan7751 it seems like we are introducing quite a few hacks to manage something simple. > > It did work before without these many hacks before. Isn't it as simple as getting the filter state from query parama, resolving it to object by the parent component, passing the resolved filter objects to the FiltersSlideOver component without needing to manage too many states inside the FiltersSlideOver component itself as it's already managed by the parent? > > cc: @khavinshankar @rithviknishad Yes it is simple to just pass the query param to the filterState of respective advanced filters but there are fields that cannot be directly assigned from query params specifically the fields which are involving selecting facility from the dropdown. There is a different state variable prefix()_ref type in the filterState which contains all info of the selected facility we need to assign it to null in order to clear the advanced filter state when a badge is cleared. So, directly passing it to the parent state need some modifications, which I did, using useEffect hook . In simple terms, I am trying to sync the filterState of advanced filters with the query params when there is any change caused by badges outside. If there is any other method to do this then I can rework on it.
https://github.com/coronasafe/care_fe/pull/5328#issuecomment-1515000948
Shared a comment on a pull request in coronasafe/care_fe on April 12, 2023 at 11:17:26 AM
Hey @nihal467 the bug is fixed.
https://github.com/coronasafe/care_fe/pull/5274#issuecomment-1505095712
Shared a comment on a pull request in coronasafe/care_fe on March 29, 2023 at 2:40:45 AM
Hey @nihal467 i have fixed the bug 
https://github.com/coronasafe/care_fe/pull/5186#issuecomment-1487867160
Shared a comment on a pull request in coronasafe/care_fe on March 28, 2023 at 1:04:12 PM
hey @nihal467  i have fixed the bug
https://github.com/coronasafe/care_fe/pull/5186#issuecomment-1486850344
Shared a comment on a pull request in coronasafe/care_fe on March 13, 2023 at 5:31:05 PM
Hey @nihal467  the bug is fixed
https://github.com/coronasafe/care_fe/pull/5097#issuecomment-1466594545
Shared a comment on a pull request in coronasafe/care_fe on February 28, 2023 at 4:54:17 AM
closing this working on a new PR
https://github.com/coronasafe/care_fe/pull/4663#issuecomment-1447573821
Shared a comment on a pull request in coronasafe/care_fe on February 16, 2023 at 3:20:02 AM
Hey @khavinshankar i have removed all consolelogs
https://github.com/coronasafe/care_fe/pull/4609#issuecomment-1432440975
Shared a comment on a pull request in coronasafe/care_fe on February 15, 2023 at 5:54:32 AM
openning a new PR
https://github.com/coronasafe/care_fe/pull/4608#issuecomment-1430792776
Shared a comment on a pull request in coronasafe/care_fe on February 6, 2023 at 12:10:20 PM
The Role button will refactored as a whole this PR is not relevant
https://github.com/coronasafe/care_fe/pull/4369#issuecomment-1418981716
Shared a comment on a pull request in coronasafe/care_fe on February 6, 2023 at 12:10:20 PM
The Role button will refactored as a whole this PR is not relevant
https://github.com/coronasafe/care_fe/pull/4369#issuecomment-1418981716
Shared a comment on a pull request in coronasafe/care_fe on February 5, 2023 at 5:16:57 AM
> @patelaryan7751  > > make the alignment proper Hey @nihal467 it is done
https://github.com/coronasafe/care_fe/pull/4426#issuecomment-1416925538
Shared a comment on a pull request in coronasafe/care_fe on February 5, 2023 at 5:15:03 AM
Opening a new PR
https://github.com/coronasafe/care_fe/pull/4428#issuecomment-1416925318
Shared a comment on an issue in coronasafe/care_fe on February 5, 2023 at 2:45:42 AM
The issue is not relevant
https://github.com/coronasafe/care_fe/issues/3646#issuecomment-1416907130
Shared a comment on an issue in coronasafe/care_fe on January 28, 2023 at 6:36:41 AM
Hey @aparnacoronasafe i have made a PR https://github.com/coronasafe/care_fe/pull/4687
https://github.com/coronasafe/care_fe/issues/4617#issuecomment-1407309756
Shared a comment on an issue in coronasafe/care_fe on January 27, 2023 at 4:45:27 PM
@aparnacoronasafe i would complete this by monday
https://github.com/coronasafe/care_fe/issues/4617#issuecomment-1406763639
Shared a comment on a pull request in coronasafe/care_fe on January 18, 2023 at 3:59:48 PM
Hey @nihal467 i have fixed the bug 
https://github.com/coronasafe/care_fe/pull/4609#issuecomment-1387307292
Shared a comment on a pull request in coronasafe/care_fe on January 17, 2023 at 6:43:34 AM
Hey @nihal467 the tooltip will be visible when the navbar is collapsed please collapse it and check
https://github.com/coronasafe/care_fe/pull/4609#issuecomment-1384905494
Shared a comment on a pull request in coronasafe/care_fe on January 17, 2023 at 6:07:36 AM
Hey @nihal467 it's done
https://github.com/coronasafe/care_fe/pull/4564#issuecomment-1384878512
Shared a comment on a pull request in coronasafe/care_fe on January 16, 2023 at 3:33:29 PM
Hey @nihal467 it is fixed now 
https://github.com/coronasafe/care_fe/pull/4564#issuecomment-1384220830
Shared a comment on a pull request in coronasafe/care_fe on January 9, 2023 at 1:34:48 PM
Hey @nihal467 i have fixed the bug
https://github.com/coronasafe/care_fe/pull/4432#issuecomment-1375635114
Shared a comment on an issue in coronasafe/care_fe on January 9, 2023 at 1:08:19 PM
i would be working on it
https://github.com/coronasafe/care_fe/issues/4414#issuecomment-1375600065
Shared a comment on an issue in coronasafe/care_fe on January 9, 2023 at 1:07:38 PM
i would be working on it
https://github.com/coronasafe/care_fe/issues/4415#issuecomment-1375599062
Shared a comment on an issue in coronasafe/care_fe on January 9, 2023 at 1:07:15 PM
i would be working on it
https://github.com/coronasafe/care_fe/issues/4417#issuecomment-1375598381
Shared a comment on an issue in coronasafe/care_fe on January 9, 2023 at 1:06:32 PM
i would be working on it
https://github.com/coronasafe/care_fe/issues/4418#issuecomment-1375597279
Shared a comment on an issue in coronasafe/care_fe on January 9, 2023 at 1:06:11 PM
It would be done in 2 days
https://github.com/coronasafe/care_fe/issues/4419#issuecomment-1375596774
Shared a comment on an issue in coronasafe/care_fe on January 3, 2023 at 1:40:54 PM
@nihal467 I would be working on it
https://github.com/coronasafe/care_fe/issues/4340#issuecomment-1369783386
Shared a comment on an issue in coronasafe/care_fe on January 3, 2023 at 1:06:24 PM
@nihal467 i would be working on it
https://github.com/coronasafe/care_fe/issues/4370#issuecomment-1369746230
Shared a comment on a pull request in coronasafe/care_fe on December 30, 2022 at 4:10:15 AM

https://github.com/coronasafe/care_fe/pull/4266#issuecomment-1367713731
Shared a comment on an issue in coronasafe/care_fe on December 29, 2022 at 7:15:59 AM
yeah i would be doing it by today
https://github.com/coronasafe/care_fe/issues/4139#issuecomment-1367118915
Shared a comment on a pull request in coronasafe/care_fe on December 28, 2022 at 3:13:20 AM
Closing this openning a fresh and clean PR
https://github.com/coronasafe/care_fe/pull/4089#issuecomment-1366335753
Shared a comment on a pull request in coronasafe/care_fe on December 24, 2022 at 6:49:01 PM
Hey @rithviknishad i have done the changes specific to this issue only.
https://github.com/coronasafe/care_fe/pull/4408#issuecomment-1364571015
Shared a comment on an issue in coronasafe/care_fe on December 24, 2022 at 2:01:30 PM
@cp-Coder What is the status on the https://github.com/coronasafe/care/pull/1112 .
https://github.com/coronasafe/care_fe/issues/4179#issuecomment-1364534648
Shared a comment on a pull request in coronasafe/care_fe on December 7, 2022 at 6:32:48 AM
> Design For Fields discussed in EOD @nihal467  @nihal467 this is the image he told to refer while having color in input and textarea boxes
https://github.com/coronasafe/care_fe/pull/4144#issuecomment-1340462387
Shared a comment on a pull request in coronasafe/care_fe on December 7, 2022 at 6:30:38 AM
Hey @nihal467 according to the discussion in EOD Gigin told to keep the input box white so i have changed it from grey to white . Gigin told to keep small input box white and textarea fields grey in color
https://github.com/coronasafe/care_fe/pull/4144#issuecomment-1340460909
Shared a comment on a pull request in coronasafe/care_fe on December 5, 2022 at 9:44:12 AM
Hey @nihal467 all the modal Ui changes are done. 
https://github.com/coronasafe/care_fe/pull/4008#issuecomment-1337039850
Shared a comment on a pull request in coronasafe/care_fe on December 5, 2022 at 8:41:03 AM
Hey @nihal467 it is the same i have only done some code refactoring it's the whole same thing.
https://github.com/coronasafe/care_fe/pull/4144#issuecomment-1336961961
Shared a comment on an issue in coronasafe/care_fe on December 4, 2022 at 4:18:57 AM
I would be working on it and giving a PR soon.
https://github.com/coronasafe/care_fe/issues/3950#issuecomment-1336317134
Shared a comment on a pull request in coronasafe/care_fe on December 1, 2022 at 10:45:58 PM
 This is a P1 release of the functionality this feature would be improved more in seperate issues.
https://github.com/coronasafe/care_fe/pull/3716#issuecomment-1334541885
Shared a comment on a pull request in coronasafe/care_fe on December 1, 2022 at 2:29:50 PM
Design For Fields discussed in EOD @nihal467 
https://github.com/coronasafe/care_fe/pull/4144#issuecomment-1333852211
Shared a comment on a pull request in coronasafe/care_fe on December 1, 2022 at 11:03:17 AM
I am openning a fresh PR for this issue
https://github.com/coronasafe/care_fe/pull/3586#issuecomment-1333588568
Shared a comment on a pull request in coronasafe/care_fe on November 27, 2022 at 3:58:34 PM
@mathew-alex yeah sure ! Frontend is done mostly backend PRs remaining. @cp-Coder https://github.com/coronasafe/care/issues/1078 https://github.com/coronasafe/care/issues/1079 https://github.com/coronasafe/care/issues/1080 what's status on this PRs?
https://github.com/coronasafe/care_fe/pull/3716#issuecomment-1328275811
Shared a comment on an issue in coronasafe/care_fe on November 19, 2022 at 4:27:49 AM
i am working on it i would be giving a PR this week
https://github.com/coronasafe/care_fe/issues/3950#issuecomment-1320794806
Shared a comment on a pull request in coronasafe/care_fe on November 9, 2022 at 2:15:55 PM
You can work on it it is not fixed yet
https://github.com/coronasafe/care_fe/pull/3175#issuecomment-1308830989
Shared a comment on a pull request in coronasafe/care_fe on November 9, 2022 at 2:15:31 PM
Hey actually i tried to fix it the ui changed so i unassigned it @Ritesh-Aggarwal
https://github.com/coronasafe/care_fe/pull/3175#issuecomment-1308830460
Shared a comment on a pull request in coronasafe/care_fe on November 1, 2022 at 7:08:32 AM
@rithviknishad i tried it it didn't work so i just hidden the div when using the hook
https://github.com/coronasafe/care_fe/pull/3901#issuecomment-1298111204
Shared a comment on an issue in coronasafe/care_fe on November 1, 2022 at 6:11:40 AM
PR has already been made https://github.com/coronasafe/care_fe/pull/3892
https://github.com/coronasafe/care_fe/issues/3780#issuecomment-1298073902
Shared a comment on an issue in coronasafe/care_fe on October 31, 2022 at 8:55:02 AM
Hey @mathew-alex i think we need to allow localhost.
https://github.com/coronasafe/care_fe/issues/3895#issuecomment-1296784218
Shared a comment on a pull request in coronasafe/care_fe on October 26, 2022 at 8:34:04 PM
Hey @nihal467 the issues are #3366 #3367 for restriction backend issues have been created https://github.com/coronasafe/care/issues/1078 https://github.com/coronasafe/care/issues/1079 https://github.com/coronasafe/care/issues/1080 This are as per discussion in yesterday's eod.
https://github.com/coronasafe/care_fe/pull/3716#issuecomment-1292622175
Shared a comment on a pull request in coronasafe/care_fe on October 24, 2022 at 1:25:39 PM
> @patelaryan7751 >  > > anyone can archive the file uploaded to a patient, irrespective of the uploader, was it an intentional behaviour @nihal467 yes it is done intentionally
https://github.com/coronasafe/care_fe/pull/3716#issuecomment-1289032374
Shared a comment on a pull request in coronasafe/care_fe on October 24, 2022 at 6:51:02 AM
Hey @khavinshankar i have made the changes and aslo did some ui changes 
https://github.com/coronasafe/care_fe/pull/3716#issuecomment-1288501855
Shared a comment on a pull request in coronasafe/care_fe on October 20, 2022 at 11:21:35 AM
yeah @nihal467 it's done
https://github.com/coronasafe/care_fe/pull/3669#issuecomment-1285355408
Shared a comment on an issue in coronasafe/care_fe on October 16, 2022 at 1:57:47 PM
This issue will be discussed in next eod an resolved.
https://github.com/coronasafe/care_fe/issues/3646#issuecomment-1279975377
Shared a comment on a pull request in coronasafe/care_fe on October 16, 2022 at 1:56:11 PM
This issue would be disscussed in nest eod and resolved in next eod.
https://github.com/coronasafe/care_fe/pull/3647#issuecomment-1279975134
Shared a comment on a pull request in coronasafe/care_fe on October 16, 2022 at 1:54:42 PM
Hey @khavinshankar i have done the changes.
https://github.com/coronasafe/care_fe/pull/3586#issuecomment-1279974888
Shared a comment on a pull request in coronasafe/care_fe on October 16, 2022 at 1:25:21 PM
Hey @nihal467 , @gigincg has given to have the stats for nerds buttons so its good for testing.
https://github.com/coronasafe/care_fe/pull/3669#issuecomment-1279969752
Shared a comment on an issue in coronasafe/care_fe on October 7, 2022 at 2:35:58 AM
Filed for adding reason is been tracked here https://github.com/coronasafe/care/issues/1054
https://github.com/coronasafe/care_fe/issues/3366#issuecomment-1271034923
Shared a comment on a pull request in coronasafe/care_fe on October 7, 2022 at 2:16:31 AM
a new PR has been created to work on this https://github.com/coronasafe/care_fe/pull/3716
https://github.com/coronasafe/care_fe/pull/3495#issuecomment-1271021601
Shared a comment on a pull request in coronasafe/care_fe on October 4, 2022 at 7:48:40 AM
> @patelaryan7751 how about keeping all the breakpoint constants as a const record like below, and use it like: > > ```ts > // breakpoints.ts > > const breakpoints = { > extremeSmall: ..., > mobile: ..., > }; > > export const breakpoints; > ``` > > ```ts > // exampleUsage.ts > > import breakpoints.ts > const width = useWindowDimensions(); > const isMobile = width < breakpoints.mobile; > ``` @rithviknishad the breakpoint is on your requirement what you want 348 can be extremely small 640 can be for Mobile it totally depends upon the user hence i didn't make global because regular breakpoints are already present md,xl,vs. ,lg
https://github.com/coronasafe/care_fe/pull/3701#issuecomment-1266540290
Shared a comment on a pull request in coronasafe/care_fe on October 4, 2022 at 7:15:53 AM
Hey @rithviknishad i have made the changes
https://github.com/coronasafe/care_fe/pull/3701#issuecomment-1266510378
Shared a comment on a pull request in coronasafe/care_fe on October 4, 2022 at 4:13:53 AM
@rithviknishad got it.
https://github.com/coronasafe/care_fe/pull/3701#issuecomment-1266373997
Shared a comment on an issue in coronasafe/care_fe on October 4, 2022 at 3:36:09 AM
The backend issue https://github.com/coronasafe/care_fe/issues/3366 is tracked here
https://github.com/coronasafe/care_fe/issues/3366#issuecomment-1266353138
Shared a comment on a pull request in coronasafe/care_fe on October 3, 2022 at 6:46:36 AM
Hey @Ashesh3 @nihal467 is this okay ? 
https://github.com/coronasafe/care_fe/pull/3647#issuecomment-1265004296
Shared a comment on an issue in coronasafe/care_fe on October 2, 2022 at 1:05:43 PM
This issue is no longer valid we would be having option to archive the file.
https://github.com/coronasafe/care_fe/issues/2288#issuecomment-1264639234
Shared a comment on a pull request in coronasafe/care_fe on October 2, 2022 at 12:31:25 PM
Yeah @Ashesh3 let's bring this up in the next EOD .
https://github.com/coronasafe/care_fe/pull/3669#issuecomment-1264632700
Shared a comment on a pull request in coronasafe/care_fe on October 2, 2022 at 12:30:00 PM
Hey @rithviknishad then i am working on the alignment issue .
https://github.com/coronasafe/care_fe/pull/3680#issuecomment-1264632416
Shared a comment on a pull request in coronasafe/care_fe on October 2, 2022 at 12:28:13 PM
Hey @Ashesh3 yeah sure i am working on it.
https://github.com/coronasafe/care_fe/pull/3680#issuecomment-1264632032
Shared a comment on a pull request in coronasafe/care_fe on October 1, 2022 at 6:14:43 AM
Hey @nihal467 i have done the changes ## Camera configure page  ## MonitorConfigure page 
https://github.com/coronasafe/care_fe/pull/3586#issuecomment-1264260780
Shared a comment on an issue in coronasafe/care_fe on October 1, 2022 at 2:27:06 AM
I am working on this issue it will be completed by this week itself.
https://github.com/coronasafe/care_fe/issues/3084#issuecomment-1264204000
Shared a comment on a pull request in coronasafe/care_fe on September 28, 2022 at 6:51:59 AM
Hey @nihal467 i have added the icon 
https://github.com/coronasafe/care_fe/pull/3651#issuecomment-1260465735
Shared a comment on an issue in coronasafe/care_fe on September 27, 2022 at 7:28:13 PM
@khavinshankar yes the issue is still present [ ](https://care.coronasafe.in/facility/015ad911-39b7-4104-b304-bf8178c33830/patient/76742faa-30dd-4eb9-9649-fe718f947ec0/consultation/2ad89b7c-7bff-4035-a3c6-36d53551a8f0/summary) view this in samsung fold refresh the page then view it.
https://github.com/coronasafe/care_fe/issues/3642#issuecomment-1259954480
Shared a comment on a pull request in coronasafe/care_fe on September 27, 2022 at 7:06:18 AM
@nihal467 the icon is added
https://github.com/coronasafe/care_fe/pull/3651#issuecomment-1259075074
Shared a comment on a pull request in coronasafe/care_fe on September 23, 2022 at 8:11:36 PM
Hey @nihal467 i have fixed the bug 
https://github.com/coronasafe/care_fe/pull/3322#issuecomment-1256629811
Shared a comment on a pull request in coronasafe/care_fe on September 21, 2022 at 3:21:03 AM
@nihal467 yeah sure it can be done.
https://github.com/coronasafe/care_fe/pull/3586#issuecomment-1253155835
Shared a comment on a pull request in coronasafe/care_fe on September 17, 2022 at 6:54:50 PM
Hey @developedBySJ i have refractored the code
https://github.com/coronasafe/care_fe/pull/3586#issuecomment-1250123688
Shared a comment on a pull request in coronasafe/care_fe on September 16, 2022 at 1:19:26 PM
@developedBySJ i have implemented useReducer hook
https://github.com/coronasafe/care_fe/pull/3586#issuecomment-1249356863
Shared a comment on a pull request in coronasafe/care_fe on September 13, 2022 at 3:37:22 AM
@nihal467 i have merged the latest development branch. Do you have any questions?
https://github.com/coronasafe/care_fe/pull/3549#issuecomment-1244856117
Shared a comment on a pull request in coronasafe/care_fe on September 12, 2022 at 1:28:12 PM
Working on this on a different PR
https://github.com/coronasafe/care_fe/pull/3315#issuecomment-1243744157
Shared a comment on an issue in coronasafe/care_fe on September 12, 2022 at 1:25:52 PM
Issue is resolved in staging
https://github.com/coronasafe/care_fe/issues/3276#issuecomment-1243740852
Shared a comment on a pull request in coronasafe/care_fe on September 12, 2022 at 1:08:35 PM
Hey @nihal467 can you provide the patient details where you facing the stretch ?
https://github.com/coronasafe/care_fe/pull/3322#issuecomment-1243716080
Shared a comment on a pull request in coronasafe/care_fe on September 12, 2022 at 12:54:23 PM
new Ui  more icons to be added for all types of file when this PR https://github.com/coronasafe/care/pull/1019 is meged
https://github.com/coronasafe/care_fe/pull/3495#issuecomment-1243699113
Shared a comment on a pull request in coronasafe/care_fe on September 3, 2022 at 9:54:48 PM
@nihal i have fixed all bugs updated UI to as disscused in EOD new UI :  Samsung Fold : 
https://github.com/coronasafe/care_fe/pull/3495#issuecomment-1236203803
Shared a comment on a pull request in coronasafe/care_fe on September 1, 2022 at 10:43:35 AM
okay got it sorry my bad 😅
https://github.com/coronasafe/care_fe/pull/3110#issuecomment-1234095134
Shared a comment on a pull request in coronasafe/care_fe on September 1, 2022 at 10:31:07 AM
Hey @iamsdas actually the camera_type variable is required in the api so in that day Gigin told to remove the required thing as there is no need of the field. Let's discuss it one to one ?
https://github.com/coronasafe/care_fe/pull/3110#issuecomment-1234082282
Shared a comment on a pull request in coronasafe/care_fe on September 1, 2022 at 9:08:32 AM
@khavinshankar there is some api related issue @iamsdas is working on it.
https://github.com/coronasafe/care_fe/pull/3110#issuecomment-1233986253
Shared a comment on a pull request in coronasafe/care_fe on August 30, 2022 at 9:55:34 PM
It was not intentional i have fixed the bug  Now the page would look like this in samsung fold 
https://github.com/coronasafe/care_fe/pull/3408#issuecomment-1232209431
Shared a comment on a pull request in coronasafe/care_fe on August 30, 2022 at 9:33:13 PM
@nihal467 Yes it is fixed.
https://github.com/coronasafe/care_fe/pull/3370#issuecomment-1232192084
Shared a comment on a pull request in coronasafe/care_fe on August 16, 2022 at 2:14:54 PM
@khavinshankar i have done the changes
https://github.com/coronasafe/care_fe/pull/3007#issuecomment-1216697406
Shared a comment on a pull request in coronasafe/care_fe on August 16, 2022 at 1:43:39 PM
@arpancodes It's done 
https://github.com/coronasafe/care_fe/pull/3386#issuecomment-1216658544
Shared a comment on a pull request in coronasafe/care_fe on August 16, 2022 at 1:21:21 PM
@nihal467 I have done the changes.
https://github.com/coronasafe/care_fe/pull/3110#issuecomment-1216630883
Shared a comment on a pull request in coronasafe/care_fe on August 16, 2022 at 4:39:10 AM
LGTM
https://github.com/coronasafe/care_fe/pull/3410#issuecomment-1216136149
Shared a comment on a pull request in coronasafe/care_fe on August 15, 2022 at 8:38:13 PM
@nihal467 i have fixed the bug its working now https://www.loom.com/share/45ff7c06755d49a19c0a58cad33b703f
https://github.com/coronasafe/care_fe/pull/3110#issuecomment-1215766695
Shared a comment on a pull request in coronasafe/care_fe on August 15, 2022 at 12:31:27 PM
@nihal467 it's coming up 
https://github.com/coronasafe/care_fe/pull/3110#issuecomment-1214958784
Shared a comment on a pull request in coronasafe/care_fe on August 15, 2022 at 7:28:22 AM
Hey @nihal467 i am also working on the filter modal responsiveness on a different issue https://github.com/coronasafe/care_fe/pull/3386
https://github.com/coronasafe/care_fe/pull/3295#issuecomment-1214704631
Shared a comment on a pull request in coronasafe/care_fe on August 15, 2022 at 7:25:41 AM
> @GokulramGHV  > > can you make the advance filter responsive
https://github.com/coronasafe/care_fe/pull/3295#issuecomment-1214702821
Shared a comment on a pull request in coronasafe/care_fe on August 13, 2022 at 9:23:06 AM
Hey, @gigincg I have added the screenshots of the new UI.
https://github.com/coronasafe/care_fe/pull/3110#issuecomment-1214080370
Shared a comment on a pull request in coronasafe/care_fe on August 13, 2022 at 9:14:46 AM
@gigincg yeah sure
https://github.com/coronasafe/care_fe/pull/3110#issuecomment-1214068792
Shared a comment on a pull request in coronasafe/care_fe on August 13, 2022 at 9:10:02 AM
there is a pr on this https://github.com/coronasafe/care_fe/pull/3175
https://github.com/coronasafe/care_fe/pull/3393#issuecomment-1214062227
Shared a comment on an issue in coronasafe/care_fe on August 13, 2022 at 9:08:52 AM
duplicate issue https://github.com/coronasafe/care_fe/issues/3148
https://github.com/coronasafe/care_fe/issues/3392#issuecomment-1214060759
Shared a comment on a pull request in coronasafe/care_fe on August 11, 2022 at 4:15:49 AM
Hey, @nihal467 I am not able to reproduce the stretch. https://www.loom.com/share/962ab37aef5140d593fba45f33fb06be
https://github.com/coronasafe/care_fe/pull/3322#issuecomment-1211535898
Shared a comment on a pull request in coronasafe/care_fe on August 11, 2022 at 4:01:05 AM
@nihal467 @khavinshankar is there anything else to be done?
https://github.com/coronasafe/care_fe/pull/3007#issuecomment-1211528693
Shared a comment on a pull request in coronasafe/care_fe on August 10, 2022 at 12:47:33 AM
@nihal467 please refresh the page after changing the media queries if you don't refresh you see this view.
https://github.com/coronasafe/care_fe/pull/3322#issuecomment-1210028838
Shared a comment on a pull request in coronasafe/care_fe on August 8, 2022 at 12:13:53 PM
@developedBySJ i have done the changes.
https://github.com/coronasafe/care_fe/pull/3322#issuecomment-1208048471
Shared a comment on an issue in coronasafe/care_fe on August 6, 2022 at 5:13:47 AM
https://github.com/coronasafe/care_fe/issues/3238 issue already made.
https://github.com/coronasafe/care_fe/issues/3340#issuecomment-1207148896
Shared a comment on a pull request in coronasafe/care_fe on August 5, 2022 at 2:32:29 PM
@developedBySJ yeah sure 👍
https://github.com/coronasafe/care_fe/pull/3322#issuecomment-1206524561
Shared a comment on a pull request in coronasafe/care_fe on August 2, 2022 at 9:24:50 PM
@khavinshankar I have made the function readable by adding comments and removing else statements as suggested.
https://github.com/coronasafe/care_fe/pull/3226#issuecomment-1203228983
Shared a comment on an issue in coronasafe/care_fe on August 2, 2022 at 8:31:20 PM
@Marmik2003 is the delete API endpoint has been maid?
https://github.com/coronasafe/care_fe/issues/2288#issuecomment-1203184869
Shared a comment on a pull request in coronasafe/care_fe on August 2, 2022 at 8:28:57 PM
Hey, @nihal467 to solve the issue some major changes need to be done . I discussed it with @gigincg once in an EOD meet.
https://github.com/coronasafe/care_fe/pull/2674#issuecomment-1203182830
Shared a comment on a pull request in coronasafe/care_fe on August 2, 2022 at 8:25:14 PM
@nihal467 made the button responsive 
https://github.com/coronasafe/care_fe/pull/3099#issuecomment-1203179586
Shared a comment on a pull request in coronasafe/care_fe on August 2, 2022 at 12:44:35 PM
@nihal467 done.
https://github.com/coronasafe/care_fe/pull/3175#issuecomment-1202457642
Shared a comment on a pull request in coronasafe/care_fe on August 2, 2022 at 4:22:51 AM
Hey, @nihal467 I have done the changes as discussed in EOD.
https://github.com/coronasafe/care_fe/pull/3278#issuecomment-1202000158
Shared a comment on an issue in coronasafe/care_fe on July 31, 2022 at 2:16:32 AM
@nihal he would be seeing the facilities of that particular district. Right?
https://github.com/coronasafe/care_fe/issues/3276#issuecomment-1200332806
Shared a comment on a pull request in coronasafe/care_fe on July 29, 2022 at 10:41:24 AM
@developedBySJ I have done the changes.
https://github.com/coronasafe/care_fe/pull/3175#issuecomment-1199130704
Shared a comment on a pull request in coronasafe/care_fe on July 23, 2022 at 8:04:54 AM
Hey @nihal467 is this okay? 
https://github.com/coronasafe/care_fe/pull/2916#issuecomment-1193083630
Shared a comment on a pull request in coronasafe/care_fe on July 22, 2022 at 10:14:33 PM
Hey, @nihal467 I have done the suggested changes 
https://github.com/coronasafe/care_fe/pull/2869#issuecomment-1192973744
Shared a comment on a pull request in coronasafe/care_fe on July 22, 2022 at 8:46:47 PM
@nihal467 the reset link is working now.
https://github.com/coronasafe/care_fe/pull/3122#issuecomment-1192923243
Shared a comment on a pull request in coronasafe/care_fe on July 22, 2022 at 8:21:12 PM
Hey, @nihal467 I have done the changes 
https://github.com/coronasafe/care_fe/pull/2848#issuecomment-1192907495
Shared a comment on a pull request in coronasafe/care_fe on July 22, 2022 at 12:48:52 PM
Hey, @developedBySJ I have migrated the buttons to tailwind.
https://github.com/coronasafe/care_fe/pull/3175#issuecomment-1192539184
Shared a comment on a pull request in coronasafe/care_fe on July 21, 2022 at 7:44:02 AM
Hey, @khavinshankar I have resolved the merge conflicts.
https://github.com/coronasafe/care_fe/pull/2812#issuecomment-1191155307
Shared a comment on a pull request in coronasafe/care_fe on July 21, 2022 at 5:47:52 AM
@khavinshankar @nihal467 i also think the same shall i implement it ?
https://github.com/coronasafe/care_fe/pull/3007#issuecomment-1191066489
Shared a comment on a pull request in coronasafe/care_fe on July 21, 2022 at 3:57:13 AM
@developedBySJ i have done the changes.
https://github.com/coronasafe/care_fe/pull/3174#issuecomment-1191009922
Shared a comment on a pull request in coronasafe/care_fe on July 20, 2022 at 3:27:53 PM
@nihal467 i am working on it my laptop had crashed
https://github.com/coronasafe/care_fe/pull/2848#issuecomment-1190429794
Shared a comment on an issue in coronasafe/care_fe on July 15, 2022 at 11:25:44 AM
Hey, @nihal467 are you viewing this in Samsung fold ?
https://github.com/coronasafe/care_fe/issues/3148#issuecomment-1185451412
Shared a comment on an issue in coronasafe/care_fe on July 15, 2022 at 9:54:55 AM
Fixed in #2812
https://github.com/coronasafe/care_fe/issues/3141#issuecomment-1185380923
Shared a comment on an issue in coronasafe/care_fe on July 15, 2022 at 8:49:13 AM
Fixed in #2812
https://github.com/coronasafe/care_fe/issues/3139#issuecomment-1185325046
Shared a comment on an issue in coronasafe/care_fe on July 14, 2022 at 2:09:44 PM
I have made an issue in the backend https://github.com/coronasafe/care/issues/925
https://github.com/coronasafe/care_fe/issues/2975#issuecomment-1184495943
Shared a comment on a pull request in coronasafe/care_fe on July 14, 2022 at 1:09:56 PM
@developedBySJ I have added a solid variant icon 
https://github.com/coronasafe/care_fe/pull/3117#issuecomment-1184429403
Shared a comment on an issue in coronasafe/care_fe on July 14, 2022 at 12:18:51 PM
@nihal467 yeah i checked on it it's mostly like an issue from the backend let me ask about this to Gigin in today's eod.
https://github.com/coronasafe/care_fe/issues/2975#issuecomment-1184378732
Shared a comment on an issue in coronasafe/care_fe on July 14, 2022 at 12:16:02 PM
@developedBySJ this page is displayed when the password reset link expires so I think he was talking about the UI. Because the reset password functionality is working perfectly.
https://github.com/coronasafe/care_fe/issues/3120#issuecomment-1184376077
Shared a comment on a pull request in coronasafe/care_fe on July 14, 2022 at 5:57:56 AM
Hey, @kunatastic I have moved the SVG icons to a component so they can be reused.
https://github.com/coronasafe/care_fe/pull/3117#issuecomment-1184028533
Shared a comment on a pull request in coronasafe/care_fe on July 13, 2022 at 7:54:47 PM
# New UI of ONVIF Camera Page  # New UI of HL7 Monitor Page 
https://github.com/coronasafe/care_fe/pull/3110#issuecomment-1183618380
Shared a comment on a pull request in coronasafe/care_fe on July 13, 2022 at 6:40:21 PM
@gigincg Added validation for IP address on both pages and fixed all minor errors. 
https://github.com/coronasafe/care_fe/pull/3110#issuecomment-1183555021
Shared a comment on an issue in coronasafe/care_fe on July 13, 2022 at 11:35:08 AM
issue resolved
https://github.com/coronasafe/care_fe/issues/1663#issuecomment-1183110055
Shared a comment on a pull request in coronasafe/care_fe on July 9, 2022 at 11:53:28 AM
Hey, @nihal https://github.com/coronasafe/care_fe/pull/3007 it is already done here.
https://github.com/coronasafe/care_fe/pull/3091#issuecomment-1179530626
Shared a comment on an issue in coronasafe/care_fe on July 9, 2022 at 9:58:55 AM
@nihal467 shall I add a "*" to show it's mandatory or make the "Enter File name" field optional?
https://github.com/coronasafe/care_fe/issues/3086#issuecomment-1179516165
Shared a comment on a pull request in coronasafe/care_fe on July 8, 2022 at 12:30:36 PM
@khavinshankar i have made it optional now 
https://github.com/coronasafe/care_fe/pull/2957#issuecomment-1178934592
Shared a comment on a pull request in coronasafe/care_fe on July 8, 2022 at 12:14:23 PM
Hey, @nihal467 added district in location card 
https://github.com/coronasafe/care_fe/pull/2897#issuecomment-1178919823
Shared a comment on a pull request in coronasafe/care_fe on July 8, 2022 at 11:40:21 AM
Hey @nihal467 the downloaded file is working, https://user-images.githubusercontent.com/59426397/177985324-3a996d3e-defc-443e-8a88-3a04ac43d263.mp4
https://github.com/coronasafe/care_fe/pull/3003#issuecomment-1178888326
Shared a comment on a pull request in coronasafe/care_fe on July 8, 2022 at 11:12:29 AM
Hey, @nihal467 is this okay 
https://github.com/coronasafe/care_fe/pull/3007#issuecomment-1178865018
Shared a comment on a pull request in coronasafe/care_fe on July 4, 2022 at 9:53:18 AM
@khavinshankar yeah sure 👍
https://github.com/coronasafe/care_fe/pull/2768#issuecomment-1173607743
Shared a comment on a pull request in coronasafe/care_fe on July 4, 2022 at 2:33:31 AM
@rithviknishad I have made the required changes.
https://github.com/coronasafe/care_fe/pull/2870#issuecomment-1173274209
Shared a comment on a pull request in coronasafe/care_fe on June 28, 2022 at 5:57:49 AM
@rithviknishad can you check it now i guess it is fixed.
https://github.com/coronasafe/care_fe/pull/2930#issuecomment-1168261330
Shared a comment on a pull request in coronasafe/care_fe on June 28, 2022 at 5:39:53 AM
> @patelaryan7751 > > Maybe fix this too? The column is being chopped. > >  Hey @rithviknishad can you give the screen length at which you are viewing?
https://github.com/coronasafe/care_fe/pull/2930#issuecomment-1168249182
Shared a comment on a pull request in coronasafe/care_fe on June 28, 2022 at 5:57:49 AM
@rithviknishad can you check it now i guess it is fixed.
https://github.com/coronasafe/care_fe/pull/2930#issuecomment-1168261330
Shared a comment on a pull request in coronasafe/care_fe on June 28, 2022 at 5:39:53 AM
> @patelaryan7751 > > Maybe fix this too? The column is being chopped. > >  Hey @rithviknishad can you give the screen length at which you are viewing?
https://github.com/coronasafe/care_fe/pull/2930#issuecomment-1168249182
Shared a comment on a pull request in coronasafe/care_fe on June 27, 2022 at 6:55:14 PM
@nihal467 Now it is responsive in Samsung fold I guess 
https://github.com/coronasafe/care_fe/pull/2866#issuecomment-1167755917
Shared a comment on a pull request in coronasafe/care_fe on June 27, 2022 at 6:15:36 PM
@nihal467 can you close that download bar and see ? If i go to dev tools and decrease the height it's working fine but if i see by decreasing chrome window size or with a download bar like this it's showing like this .
https://github.com/coronasafe/care_fe/pull/2914#issuecomment-1167708723
Shared a comment on a pull request in coronasafe/care_fe on June 27, 2022 at 5:10:41 PM
@nihal467 I have changed the title to Sample Test History  I also changed the title "Covid Suspect Detail" to "Patient Detail" 
https://github.com/coronasafe/care_fe/pull/2897#issuecomment-1167628575
Shared a comment on a pull request in coronasafe/care_fe on June 27, 2022 at 1:44:32 PM
Fixes #2824 # Bugs Fixed ## Made responsive for i-pad air  ## Made responsive for i-pad mini 
https://github.com/coronasafe/care_fe/pull/2812#issuecomment-1167371797
Shared a comment on a pull request in coronasafe/care_fe on June 27, 2022 at 6:55:14 PM
@nihal467 Now it is responsive in Samsung fold I guess 
https://github.com/coronasafe/care_fe/pull/2866#issuecomment-1167755917
Shared a comment on a pull request in coronasafe/care_fe on June 27, 2022 at 6:15:36 PM
@nihal467 can you close that download bar and see ? If i go to dev tools and decrease the height it's working fine but if i see by decreasing chrome window size or with a download bar like this it's showing like this .
https://github.com/coronasafe/care_fe/pull/2914#issuecomment-1167708723
Shared a comment on a pull request in coronasafe/care_fe on June 27, 2022 at 5:10:41 PM
@nihal467 I have changed the title to Sample Test History  I also changed the title "Covid Suspect Detail" to "Patient Detail" 
https://github.com/coronasafe/care_fe/pull/2897#issuecomment-1167628575
Shared a comment on a pull request in coronasafe/care_fe on June 27, 2022 at 1:44:32 PM
Fixes #2824 # Bugs Fixed ## Made responsive for i-pad air  ## Made responsive for i-pad mini 
https://github.com/coronasafe/care_fe/pull/2812#issuecomment-1167371797
Shared a comment on a pull request in coronasafe/care_fe on June 27, 2022 at 1:47:09 AM
Hey @Pranshu1902 this issue has been fixed in this PR https://github.com/coronasafe/care_fe/pull/2812
https://github.com/coronasafe/care_fe/pull/2910#issuecomment-1166732151
Shared a comment on an issue in coronasafe/care_fe on June 25, 2022 at 1:40:29 PM
@nihal467 I think the whole UI of Location management changed in this https://github.com/coronasafe/care_fe/pull/2744 PR
https://github.com/coronasafe/care_fe/issues/2899#issuecomment-1166289294
Shared a comment on an issue in coronasafe/care_fe on June 25, 2022 at 11:52:58 AM
Yeah, sure . @gigincg https://github.com/coronasafe/care/issues/881 this one.
https://github.com/coronasafe/care_fe/issues/2759#issuecomment-1166266364
Shared a comment on an issue in coronasafe/care on June 25, 2022 at 11:51:47 AM
No, it is different. It's just the icons
https://github.com/coronasafe/care/issues/881#issuecomment-1166266182
Shared a comment on an issue in coronasafe/care_fe on June 25, 2022 at 1:40:29 PM
@nihal467 I think the whole UI of Location management changed in this https://github.com/coronasafe/care_fe/pull/2744 PR
https://github.com/coronasafe/care_fe/issues/2899#issuecomment-1166289294
Shared a comment on an issue in coronasafe/care_fe on June 25, 2022 at 11:52:58 AM
Yeah, sure . @gigincg https://github.com/coronasafe/care/issues/881 this one.
https://github.com/coronasafe/care_fe/issues/2759#issuecomment-1166266364
Shared a comment on an issue in coronasafe/care on June 25, 2022 at 11:51:47 AM
No, it is different. It's just the icons
https://github.com/coronasafe/care/issues/881#issuecomment-1166266182
Shared a comment on an issue in coronasafe/care_fe on June 24, 2022 at 9:16:58 PM
@cp-Coder no :cry:
https://github.com/coronasafe/care_fe/issues/2834#issuecomment-1165947211
Shared a comment on an issue in coronasafe/care_fe on June 24, 2022 at 8:16:42 PM
Which browser are you using? @cp-Coder
https://github.com/coronasafe/care_fe/issues/2834#issuecomment-1165904560
Shared a comment on an issue in coronasafe/care_fe on June 24, 2022 at 8:14:51 PM
Yeah, but in my case, the drop list is a rectangle. are you viewing curve drop list?
https://github.com/coronasafe/care_fe/issues/2834#issuecomment-1165903426
Shared a comment on an issue in coronasafe/care_fe on June 24, 2022 at 8:07:39 PM
Hey, @nihal467 it is a rectangle in my browser. Can you provide the steps to reproduce it?
https://github.com/coronasafe/care_fe/issues/2834#issuecomment-1165898762
Shared a comment on a pull request in coronasafe/care_fe on June 24, 2022 at 6:26:10 PM
Deploy Preview Ready https://deploy-preview-2847--care-net.netlify.app/
https://github.com/coronasafe/care_fe/pull/2847#issuecomment-1165827638
Shared a comment on a pull request in coronasafe/care_fe on June 24, 2022 at 6:34:45 AM
Deploy Preview Ready https://deploy-preview-2812--care-net.netlify.app/
https://github.com/coronasafe/care_fe/pull/2812#issuecomment-1165249519
Shared a comment on an issue in coronasafe/care_fe on June 24, 2022 at 9:16:58 PM
@cp-Coder no :cry:
https://github.com/coronasafe/care_fe/issues/2834#issuecomment-1165947211
Shared a comment on an issue in coronasafe/care_fe on June 24, 2022 at 8:16:42 PM
Which browser are you using? @cp-Coder
https://github.com/coronasafe/care_fe/issues/2834#issuecomment-1165904560
Shared a comment on an issue in coronasafe/care_fe on June 24, 2022 at 8:14:51 PM
Yeah, but in my case, the drop list is a rectangle. are you viewing curve drop list?
https://github.com/coronasafe/care_fe/issues/2834#issuecomment-1165903426
Shared a comment on an issue in coronasafe/care_fe on June 24, 2022 at 8:07:39 PM
Hey, @nihal467 it is a rectangle in my browser. Can you provide the steps to reproduce it?
https://github.com/coronasafe/care_fe/issues/2834#issuecomment-1165898762
Shared a comment on a pull request in coronasafe/care_fe on June 24, 2022 at 6:26:10 PM
Deploy Preview Ready https://deploy-preview-2847--care-net.netlify.app/
https://github.com/coronasafe/care_fe/pull/2847#issuecomment-1165827638
Shared a comment on a pull request in coronasafe/care_fe on June 24, 2022 at 6:34:45 AM
Deploy Preview Ready https://deploy-preview-2812--care-net.netlify.app/
https://github.com/coronasafe/care_fe/pull/2812#issuecomment-1165249519
Shared a comment on an issue in coronasafe/care_fe on June 23, 2022 at 4:17:06 PM
Created a backend issue for this https://github.com/coronasafe/care/issues/879
https://github.com/coronasafe/care_fe/issues/2787#issuecomment-1164614058
Shared a comment on a pull request in coronasafe/care_fe on June 23, 2022 at 1:00:39 PM
> @patelaryan7751 just a suggestion, usually in care we have all of the action buttons to the right especially in forms, so I think it would be better if the button is right aligned instead of the center, thinking what do you think? @khavinshankar I think it would look odd as there is only one input field but if you want I can do it :)
https://github.com/coronasafe/care_fe/pull/2689#issuecomment-1164379709
Shared a comment on an issue in coronasafe/care_fe on June 23, 2022 at 4:17:06 PM
Created a backend issue for this https://github.com/coronasafe/care/issues/879
https://github.com/coronasafe/care_fe/issues/2787#issuecomment-1164614058
Shared a comment on a pull request in coronasafe/care_fe on June 23, 2022 at 1:00:39 PM
> @patelaryan7751 just a suggestion, usually in care we have all of the action buttons to the right especially in forms, so I think it would be better if the button is right aligned instead of the center, thinking what do you think? @khavinshankar I think it would look odd as there is only one input field but if you want I can do it :)
https://github.com/coronasafe/care_fe/pull/2689#issuecomment-1164379709
Shared a comment on a pull request in coronasafe/care_fe on June 22, 2022 at 4:17:45 PM
@nihal467 i am working on it
https://github.com/coronasafe/care_fe/pull/2675#issuecomment-1163328782
Shared a comment on a pull request in coronasafe/care_fe on June 22, 2022 at 7:34:21 AM
Deploy preview ready https://deploy-preview-2797--care-net.netlify.app/
https://github.com/coronasafe/care_fe/pull/2797#issuecomment-1162753818
Shared a comment on a pull request in coronasafe/care_fe on June 20, 2022 at 5:57:28 PM
Deploy Preview Ready https://deploy-preview-2791--care-net.netlify.app/
https://github.com/coronasafe/care_fe/pull/2791#issuecomment-1160712189
Shared a comment on a pull request in coronasafe/care_fe on June 20, 2022 at 5:55:26 PM
Deploy Preview Ready https://deploy-preview-2786--care-net.netlify.app/
https://github.com/coronasafe/care_fe/pull/2786#issuecomment-1160710762
Shared a comment on a pull request in coronasafe/care_fe on June 20, 2022 at 8:43:34 AM
@skks1212 yeah right. Nice idea i am working on it.
https://github.com/coronasafe/care_fe/pull/2675#issuecomment-1160153039
Shared a comment on a pull request in coronasafe/care_fe on June 20, 2022 at 5:06:31 AM
Deploy Preview Ready https://deploy-preview-2778--care-net.netlify.app/
https://github.com/coronasafe/care_fe/pull/2778#issuecomment-1159976957
Shared a comment on a pull request in coronasafe/care_fe on June 20, 2022 at 3:17:09 AM
Hey @developedBySJ , I have improved the UI 
https://github.com/coronasafe/care_fe/pull/2689#issuecomment-1159921863
Shared a comment on a pull request in coronasafe/care_fe on June 20, 2022 at 2:12:59 AM
Deploy Preview Ready https://deploy-preview-2772--care-net.netlify.app/
https://github.com/coronasafe/care_fe/pull/2772#issuecomment-1159891661
Shared a comment on a pull request in coronasafe/care_fe on June 20, 2022 at 2:11:02 AM
Deploy Preview Ready https://deploy-preview-2675--care-net.netlify.app/
https://github.com/coronasafe/care_fe/pull/2675#issuecomment-1159890478
Shared a comment on a pull request in coronasafe/care_fe