\n\n\u003Cimg width=\"463\" height=\"905\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/ad733062-ee4e-477e-98be-73c4bdd11574\" />\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",[],13638,"Prescription details page is not properly aligned in mobile view","2025-09-07T07:27:17Z","https://github.com/ohcnetwork/care_fe/issues/13638",0.7202235,{"description":3188,"labels":3189,"number":3190,"owner":3172,"repository":3173,"state":3174,"title":3191,"updated_at":3192,"url":3193,"score":3194},"\n\n\u003Cimg width=\"1440\" height=\"897\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/725b6347-d7e4-433b-ae5e-b5b5415d4e72\" />\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n- Go to any live encounter\n- go to medication request question\n- see the error for tablet screen size \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",[],13095,"Medication Request Question UI is breaking on tablet screens","2025-07-25T18:35:09Z","https://github.com/ohcnetwork/care_fe/issues/13095",0.7270095,{"description":3196,"labels":3197,"number":3198,"owner":3172,"repository":3173,"state":3199,"title":3200,"updated_at":3201,"url":3202,"score":3203},"**Is your feature request related to a problem? Please describe.**\nCurrently, in places like token tables, appointment tables, etc., we display a plain \"Loading...\" text while data is being fetched. This results in a less polished and inconsistent user experience.\n\nhttps://github.com/user-attachments/assets/24a95c76-9674-4d55-84f2-aa3ef73772f5\n\n**Describe the solution you'd like**\nReplace the simple \"Loading...\" text with a TableSkeleton component wherever loading states are shown\n\n**Describe alternatives you've considered**\nA clear and concise description of any alternative solutions or features you've considered.\n\n**Additional context**\nAdd any other context or screenshots about the feature request here.\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",[],13781,"closed","Replace Simple Loading text to Table Skeleton in Token , appointment tables","2025-09-30T10:58:37Z","https://github.com/ohcnetwork/care_fe/issues/13781",0.678347,{"description":3205,"labels":3206,"number":3207,"owner":3172,"repository":3173,"state":3199,"title":3208,"updated_at":3209,"url":3210,"score":3211},"**Is your feature request related to a problem? Please describe.**\nIn the **My Schedule → Availability section**, the UI currently uses the **CareLoading** component while data is being fetched. However, across the rest of the app, we use **TableSkeleton** for consistency.\n\n**Describe the solution you'd like**\nReplace CareLoading with TableSkeleton in the Availability section to ensure consistent loading states across the platform\n\n**Describe alternatives you've considered**\nA clear and concise description of any alternative solutions or features you've considered.\n\n**Additional context**\n\nhttps://github.com/user-attachments/assets/d1bebed5-5b7b-4c35-b659-89df1b94638c\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",[],13837,"Replace CareLoading with TableSkeleton in Availability Section","2025-09-30T10:57:45Z","https://github.com/ohcnetwork/care_fe/issues/13837",0.705362,{"description":3213,"labels":3214,"number":3215,"owner":3172,"repository":3173,"state":3199,"title":3216,"updated_at":3217,"url":3218,"score":3219},"**Describe the bug**\n\nDue to uncontrolled width in Medication table, it is overflowing in the view causing whole screen scrolling horizontally which is bad for UI and UX and enable to fully access the button like Print and Edit \n\n- Ongoing tab in Medicines also has little bit of horizontal scroll which needs to fix\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go any Encounter \n2. Go to Medication Tab\n3. Add some medications if not present\n4. See error for medicines and ongoing medicines \n\n**Expected behavior**\nmake the width within the screen and only scroll table rows not the whole screen\n\n**Screenshots**\n\nhttps://github.com/user-attachments/assets/ac93c792-8975-46df-bd75-998fab7b2999\n\n**Desktop (please complete the following information):**\n\n- OS: macOS\n- Browser : Arc \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",[],12732,"Medication table overflowing in Encounter Medication Section","2025-07-10T07:10:52Z","https://github.com/ohcnetwork/care_fe/issues/12732",0.71624005,{"description":3221,"labels":3222,"number":3226,"owner":3172,"repository":3173,"state":3199,"title":3227,"updated_at":3228,"url":3229,"score":3230},"**Describe the bug**\nFor long medication names and notes and dosage instruction the tables overflows and break the UI for medication tab \n\nRefer to the video\n\nhttps://github.com/user-attachments/assets/4f4e352c-9b5b-4059-b87a-349920069646\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",[3223],{"name":3224,"color":3225},"stale","688388",13558,"Broken UI of Prescription and Medication Statement in Encounter","2025-10-01T09:19:25Z","https://github.com/ohcnetwork/care_fe/issues/13558",0.7165594,{"description":3232,"labels":3233,"number":3234,"owner":3172,"repository":3173,"state":3199,"title":3235,"updated_at":3236,"url":3237,"score":3238},"**Describe the bug**\nFirst-time users miss the text box in the Medication Notes screen because it’s anchored at the very bottom. They have to scroll down before they can even see where to type, which leads to confusion and dropped usage.\n\n\u003Cimg width=\"1694\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/273dbff6-d007-40f3-80bd-7b5d50b37b30\" />\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. 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**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",[],12605,"Medication Notes message input hidden at bottom, requires scrolling","2025-06-16T09:08:01Z","https://github.com/ohcnetwork/care_fe/issues/12605",0.7193703,{"description":3240,"labels":3241,"number":3242,"owner":3172,"repository":3173,"state":3199,"title":3243,"updated_at":3244,"url":3245,"score":3246},"**Describe the bug**\nCard UI is not proper\n\n\u003Cimg width=\"1346\" height=\"620\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/4e898b91-41cd-423b-b09d-92301d9668f6\" />\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to Patient\n2. Click on Health Profile tab\n\n**Expected behavior**\n\n- [ ] Add padding in description of Medication Statement\n\n**_Optionally:_**\nWe can add different empty blocks for allegies, diagnosis, symptoms as we are showing them also or we can make the medication statement card generic when there is no entry.\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",[],13406,"Improve the card ui when there is no medication statements in health profile","2025-08-18T12:19:26Z","https://github.com/ohcnetwork/care_fe/issues/13406",0.7240182,{"description":3248,"labels":3249,"number":3253,"owner":3172,"repository":3173,"state":3199,"title":3254,"updated_at":3255,"url":3256,"score":3257},"**Describe the bug**\nMake add button sticky in medication history sheet. Currently add button disappears and needs to be scrolled down to be viewed when there's more data\n\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\nMedication Request Structured question -> Medication History button -> Sheet opens\n\n**Expected behavior**\nMake add button sticky in medication history sheet\n\n**Screenshots**\n\n\u003Cimg width=\"771\" height=\"1295\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/bec762e1-a24e-46f5-a5e5-46051061bcab\" />\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",[3250],{"name":3251,"color":3252},"good first issue","7057ff",13599,"Medication History sheet - Make add button sticky","2025-09-03T13:57:37Z","https://github.com/ohcnetwork/care_fe/issues/13599",0.7283435,["Reactive",3259],{},["Set"],["ShallowReactive",3262],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fuzUjdUyxb6NR-aiDMNNCJDbGP2Fj8JBz5O1lk1U3c6M":-1},"/ohcnetwork/care_fe/13196"]