\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n- Login as superadmin/admin\n- Go to Admin Dashboard\n- Go to Organization Tab\n- See the current UI \n\n\n\n**Expected Design**\n >[!TIP]\nRefer to desing for dept/team under any facility and match the exact design like table and card\n\nhttps://github.com/user-attachments/assets/1b63cc23-5d85-4477-b0c0-32776bb811bf\n\n---\n\n### 🚨 DO NOT EDIT BELOW THIS LINE \n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[],13042,"ohcnetwork","care_fe","open","Update the design for Goverance, Supplier and Roles under Organization tab","2025-07-28T05:44:38Z","https://github.com/ohcnetwork/care_fe/issues/13042",0.7553964,{"description":3180,"labels":3181,"number":3182,"owner":3172,"repository":3173,"state":3174,"title":3183,"updated_at":3184,"url":3185,"score":3186},"**Describe**\n\n\u003Cimg width=\"1440\" height=\"846\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/551d6d23-583c-49ae-b64b-206b02f1ff7e\" />\n\n\n**Expected behavior**\nRefer to resizable feature present for organization subtabs in Admin Dashboard page\n\n\n\n---\n\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[],13057,"Add Resizable feature for Dept/team listing page","2025-07-23T10:06:36Z","https://github.com/ohcnetwork/care_fe/issues/13057",0.77723575,{"description":3188,"labels":3189,"number":3193,"owner":3172,"repository":3173,"state":3194,"title":3195,"updated_at":3196,"url":3197,"score":3198},"**Describe the bug**\nA hydration error occurs because a \n\\\u003Cdiv> is rendered as a child of a \\\u003Cp> element, which is invalid HTML. This results in the following warning during development:\n\"Warning: validateDOMNesting(...): \\\u003Cdiv> cannot appear as a descendant of \\\u003Cp>\"\nThis breaks HTML semantics and can cause React hydration mismatches in server-side rendered environments (like Next.js or Remix), potentially leading to layout shifts or unexpected DOM behavior.\n\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to 'Admin dashboard'.\n2. Click on 'valuesets page present in sidebar'.\n3. open console.\n4. See error\n\n**Expected behavior**\nThe component structure should respect valid HTML semantics. \\\u003CExpandableText> should not return a \\\u003Cdiv> if it's going to be used inside a \\\u003Cp>.\n\nEither:\n\n\\\u003CExpandableText> should return only inline/phrasing elements (\\\u003Cspan>, etc.), OR\n\nIt should be documented/validated that the component must not be used inside a \\\u003Cp>.\n\n**Screenshots**\n\n\u003Cimg width=\"1919\" height=\"995\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/20baacce-244b-4ce0-a1cc-4a64dc0e588e\" />\n\n**Desktop (please complete the following information):**\n\n- OS: [e.g. iOS]\n- Browser [e.g. chrome, safari]\n- Version [e.g. 22]\n\n**Smartphone (please complete the following information):**\n\n- Device: [e.g. iPhone6]\n- OS: [e.g. iOS8.1]\n- Browser [e.g. stock browser, safari]\n- Version [e.g. 22]\n\n**Additional context**\n1. The invalid HTML can cause accessibility and SEO issues.\n\n2. This can be especially problematic in SSR environments due to DOM mismatch between server-rendered and hydrated versions.\n\n3. It also affects maintainability for contributors unaware of this subtle nesting rule.\n\n---\n\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[3190],{"name":3191,"color":3192},"stale","688388",13249,"closed","Hydration warning due to \u003Cdiv> inside \u003Cp> in ExpandableText component","2025-10-03T14:16:28Z","https://github.com/ohcnetwork/care_fe/issues/13249",0.6420205,{"description":3200,"labels":3201,"number":3202,"owner":3172,"repository":3173,"state":3194,"title":3203,"updated_at":3204,"url":3205,"score":3206},"**Describe the bug**\nIn the **Encounters → **Allergysection**, the UI is rendering a `\u003Ctr>` element directly inside a `\u003Cdiv>`. This is invalid HTML since `\u003Ctr>` must be a child of `\u003Ctable>`, `\u003Cthead>`, `\u003Ctbody>`, or `\u003Ctfoot>`. As a result, a hydration error is thrown in the console (`\u003Ctr> cannot be a child of \u003Cdiv>`).\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to the Encounters page.\n2. Add a allergy so that a row is rendered in the collapsible card.\n3. Open browser console → observe error:\n\n**Expected behavior**\n`\u003Ctr>` elements should only be used inside a proper `\u003Ctable>` structure.\n\n**Screenshots**\n\n\u003Cimg width=\"1887\" height=\"849\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/92d43507-0334-4452-acc6-6f8396e57552\" />\n\n**Desktop (please complete the following information):**\n\n- OS: [e.g. iOS]\n- Browser [e.g. chrome, safari]\n- Version [e.g. 22]\n\n**Smartphone (please complete the following information):**\n\n- Device: [e.g. iPhone6]\n- OS: [e.g. iOS8.1]\n- Browser [e.g. stock browser, safari]\n- Version [e.g. 22]\n\n**Additional context**\nAdd any other context about the problem here.\n\n---\n\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[],13668,"Invalid \u003Ctr> Placement Causing Hydration Error","2025-10-08T13:25:47Z","https://github.com/ohcnetwork/care_fe/issues/13668",0.6915908,{"description":3208,"labels":3209,"number":3210,"owner":3172,"repository":3173,"state":3194,"title":3211,"updated_at":3212,"url":3213,"score":3214},"**Describe the bug**\nWhen using `AlertDialogDescription` in `DischargeConfirmationDialog.tsx`, the component renders a `\u003Cp>` tag by default. \nSince the children passed to it include multiple `\u003Cp>` tags and a `\u003Cul>`, this results in invalid HTML (`\u003Cp>` cannot contain another `\u003Cp>` or `\u003Cul>`). \nThis causes hydration errors\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to Ecounters.\n2. Click on view encounters of person and click on update details.\n3. click on update Encounter and then click on Mark for discharge.\n4. See error in console\nDirect link for local development view: [click here ](http://localhost:4000/facility/f50f0b79-461f-4e17-a55a-3df9b757978a/patient/106a9452-b0ad-4729-a33c-df8c302b4f62/encounter/08af18c2-6347-4546-a904-ab97aeb39927/questionnaire/encounter)\n\n**Expected behavior**\nNo hydration error in console.\n\n**Screenshots**\n\n\u003Cimg width=\"1896\" height=\"996\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/892fa113-6ca2-4741-ad5d-bb74d70dc269\" />\n\n**Desktop (please complete the following information):**\n\n- OS: [e.g. iOS]\n- Browser [e.g. chrome, safari]\n- Version [e.g. 22]\n\n**Smartphone (please complete the following information):**\n\n- Device: [e.g. iPhone6]\n- OS: [e.g. iOS8.1]\n- Browser [e.g. stock browser, safari]\n- Version [e.g. 22]\n\n**Additional context**\nThis issue occurs because AlertDialogPrimitive.Description renders a `\u003Cp>` by default.\nWhen multiple block elements (`\u003Cp>`, `\u003Cul>`) are provided as children, it generates invalid nested markup.\nA possible solution is to use asChild and render a `\u003Cdiv>` instead of `\u003Cp>`, allowing the children to include valid block elements.\n\n---\n\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[],13884,"Use asChild with AlertDialogDescription to prevent nested \u003Cp> tags and hydration errors","2025-10-01T09:13:56Z","https://github.com/ohcnetwork/care_fe/issues/13884",0.7143411,{"description":3216,"labels":3217,"number":3218,"owner":3172,"repository":3173,"state":3194,"title":3219,"updated_at":3220,"url":3221,"score":3222},"**Describe the bug**\nMake the width full to improve UI and maintain consistency\n\n\u003Cimg width=\"310\" height=\"451\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/de72fde1-1b9e-4888-95a8-81b95b9068c7\" />\n\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to Billings\n2. Click on Accounts\n3. See error in mobile view\n\n**Expected behavior**\nA clear and concise description of what you expected to happen.\n\n**Screenshots**\nIf applicable, add screenshots to help explain your problem.\n\n**Desktop (please complete the following information):**\n\n- OS: [e.g. iOS]\n- Browser [e.g. chrome, safari]\n- Version [e.g. 22]\n\n**Smartphone (please complete the following information):**\n\n- Device: [e.g. iPhone6]\n- OS: [e.g. iOS8.1]\n- Browser [e.g. stock browser, safari]\n- Version [e.g. 22]\n\n**Additional context**\nAdd any other context about the problem here.\n\n---\n\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[],13404,"Adjust width of filter containers of Accounts page for Mobile View UI","2025-08-29T09:17:06Z","https://github.com/ohcnetwork/care_fe/issues/13404",0.7503033,{"description":3224,"labels":3225,"number":3232,"owner":3172,"repository":3173,"state":3194,"title":3233,"updated_at":3234,"url":3235,"score":3236},"**Describe the bug**\nWhen we go to the medication tab in the encounter, the page cannot find error appears. It shows up when we navigate through the organization route instead of the facility.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to 'encounter through organization'\n2. Click on 'medication tab'\n3. See error\n\n**Expected behavior**\nA clear and concise description of what you expected to happen.\n\n**Screenshots**\nIf applicable, add screenshots to help explain your problem.\n\n\u003Cimg width=\"1918\" height=\"942\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/4a19675a-0246-487b-81d6-6f342a8c6d3c\" />\n\n**Desktop (please complete the following information):**\n\n- OS: [e.g. iOS]\n- Browser [e.g. chrome, safari]\n- Version [e.g. 22]\n\n**Smartphone (please complete the following information):**\n\n- Device: [e.g. iPhone6]\n- OS: [e.g. iOS8.1]\n- Browser [e.g. stock browser, safari]\n- Version [e.g. 22]\n\n**Additional context**\nAdd any other context about the problem here.\n\n---\n\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[3226,3229],{"name":3227,"color":3228},"question","d876e3",{"name":3230,"color":3231},"needs-triage","ededed",13398,"Page could not find error when navigate to medication tab through organization route","2025-08-18T16:01:50Z","https://github.com/ohcnetwork/care_fe/issues/13398",0.759222,{"description":3238,"labels":3239,"number":3240,"owner":3172,"repository":3173,"state":3194,"title":3241,"updated_at":3242,"url":3243,"score":3244},"**Describe the bug**\nWhen we are going in org (Staff/Doctors) , then we need to do hard refresh to fetch all the data\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to [link](https://care.ohc.network/organization/0b769676-a71b-49fc-8187-b8d81101109e)\n2. Click on Staff/Doctors/Administrator\n3. See error\n\n**Expected behavior**\nData should be fetched without hard refresh\n\n**Screenshots**\n\nhttps://github.com/user-attachments/assets/88693628-3489-4f2f-8ea4-f82e08b1fbcf\n\n\n**Desktop (please complete the following information):**\n\n- OS: [e.g. iOS]\n- Browser [e.g. chrome, safari]\n- Version [e.g. 22]\n\n**Smartphone (please complete the following information):**\n\n- Device: [e.g. iPhone6]\n- OS: [e.g. iOS8.1]\n- Browser [e.g. stock browser, safari]\n- Version [e.g. 22]\n\n**Additional context**\nAdd any other context about the problem here.\n\n---\n\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[],12487,"Bug: Org page required hard refresh to fetch data","2025-06-04T09:02:21Z","https://github.com/ohcnetwork/care_fe/issues/12487",0.75961524,{"description":3246,"labels":3247,"number":3248,"owner":3172,"repository":3173,"state":3194,"title":3249,"updated_at":3250,"url":3251,"score":3252},"## Describe the bug\nWhen navigating to the organization page, React console shows a warning about missing key props in the navigation sidebar. The warning indicates that each child in a list should have a unique \"key\" prop, affecting the `SidebarMenu` component.\n\n## To Reproduce\nSteps to reproduce the behavior:\n1. Navigate to organization page (https://care.ohc.network/organization/5d5f30f5-8a0c-41c8-890f-3efcc816111f)\n2. Open browser developer console\n3. See the warning: \"Each child in a list should have a unique 'key' prop\"\n\n## Expected behavior\nThe navigation sidebar should render without any React key prop warnings in the console.\n\n## Video\n\nhttps://github.com/user-attachments/assets/fd4497a1-fa89-49f4-bf9d-d701ee9a0832\n\n## Desktop (please complete the following information):\n- OS: Windows 10\n- Browser: Chrome\n- Version: Latest\n\n## Smartphone (please complete the following information):\n- Device: [Not applicable]\n- OS: [Not applicable]\n- Browser: [Not applicable]\n- Version: [Not applicable]\n\n## Additional context\nThe issue occurs in the `NavMain` component where list items are being rendered without proper key props. This affects the React reconciliation process and could potentially impact performance.\n\n🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\nInstructions for Requesting Assignment:\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\nDescribe your solution clearly:\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\nExpected Timeline:\n\nEnd date: [Expected submission date of a completed Pull Request]\n\nAdditional Context:\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.",[],12542,"Bug: React Key Prop Warning in Navigation Sidebar","2025-06-09T11:51:52Z","https://github.com/ohcnetwork/care_fe/issues/12542",0.75988084,{"description":3254,"labels":3255,"number":3262,"owner":3172,"repository":3173,"state":3194,"title":3263,"updated_at":3264,"url":3265,"score":3266},"**Describe the bug**\n\nDouble horizontal scrolling is there and the UI is not proper and consistent when description text is long. This is affecting user experience.\n\nhttps://github.com/user-attachments/assets/214743ca-9021-4d25-8d1a-ee63dd940b14\n\n**Expected behavior**\nDescription section should have responsiveness. We can add ExpandText component when text is more than the normal \n\n**Screenshots**\nIf applicable, add screenshots to help explain your problem.\n\n**Desktop (please complete the following information):**\n\n- OS: [e.g. iOS]\n- Browser [e.g. chrome, safari]\n- Version [e.g. 22]\n\n**Smartphone (please complete the following information):**\n\n- Device: [e.g. iPhone6]\n- OS: [e.g. iOS8.1]\n- Browser [e.g. stock browser, safari]\n- Version [e.g. 22]\n\n**Additional context**\nAdd any other context about the problem here.\n\n---\n\n### 🚨 DO NOT EDIT BELOW THIS LINE 🚨\n\n### Instructions for Requesting Assignment:\n\nTo request assignment, please clearly outline your solution and timeline by commenting on the issue using the format below:\n\n**Describe your solution clearly:**\nProvide a detailed explanation of your proposed solution, including your approach, key implementation steps, and relevant examples or references. Mention any dependencies, assumptions, or risks you foresee that might affect your timeline or implementation.\n\n**Expected Timeline:**\n- End date: [Expected submission date of a completed Pull Request]\n\n**Additional Context:**\nInclude any other relevant context, links, screenshots, or resources that support your proposed solution.\n\n> 🚨 Your assignment may be unassigned if there is no activity or progress within the stated timeline unless communicated clearly and agreed upon.\n",[3256,3259],{"name":3257,"color":3258},"needs testing","bc1bf7",{"name":3260,"color":3261},"needs review","CCF900",12990,"Bug: Improve the UI for table of Tag Config Page","2025-08-19T06:47:46Z","https://github.com/ohcnetwork/care_fe/issues/12990",0.77035016,["Reactive",3268],{},["Set"],["ShallowReactive",3271],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f4XYtFJ6dcsUTKCf7fwCl0R_lYZiBhiPBQXLrYZR0UxA":-1},"/ohcnetwork/care_fe/13552"]