\n\n\u003Cimg width=\"1630\" height=\"843\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/f72643ca-d39b-4397-b30d-c4faef4e08f0\" />\n\n\u003Cimg width=\"1553\" height=\"819\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/c41c0bfc-9a13-4e42-adb6-5923c221b2a8\" />\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",[],13135,"ohcnetwork","care_fe","open","Unwanted API calls are triggered by the questions in Questionnaire Preview","2025-07-29T05:46:03Z","https://github.com/ohcnetwork/care_fe/issues/13135",0.71464497,{"description":3180,"labels":3181,"number":3182,"owner":3172,"repository":3173,"state":3174,"title":3183,"updated_at":3184,"url":3185,"score":3186},"**Describe the bug**\nA clear and concise description of what the bug is.\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**\n\nhttps://github.com/user-attachments/assets/2499c247-eb17-463b-ae65-21c466d9d90c\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",[],13954,"Queue & Service Point Forms Allow Whitespace and Enable Update Button Without Changes","2025-10-06T12:18:39Z","https://github.com/ohcnetwork/care_fe/issues/13954",0.72194034,{"description":3188,"labels":3189,"number":3190,"owner":3172,"repository":3173,"state":3174,"title":3191,"updated_at":3192,"url":3193,"score":3194},"**Describe the bug**\nWhen toggling the Auto-fill slot duration switch in the schedule template form, the Number of slots input throws a React warning:\n\"Input contains an input of type number with both value and defaultValue props.\nInput elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both).\"\n\nThis happens because the Input component is being passed both value (from react-hook-form) and defaultValue simultaneously.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to overview → Users → Create Schedule Template.\n2. Scroll to the Auto-fill slot duration toggle and enable it.\n3. The Number of slots input becomes visible.\n4. Observe the console warning in DevTools.\n\n**Expected behavior**\nThe input field should work without throwing controlled/uncontrolled warnings. It should only use value (via react-hook-form) or defaultValue (but not both).\n\n**Screenshots**\n\n\u003Cimg width=\"1917\" height=\"994\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/961f8b18-057f-4586-b67a-6769967b5ef2\" />\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**\nThe issue is caused in FormField → Input usage:\n\n\u003CInput\n type=\"number\"\n min={1}\n defaultValue={1} // ❌ conflict\n {...field} // includes value + onChange\n/>\n\nThis passes both value and defaultValue, leading to the React error.\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",[],13574,"Bug: Input field throws controlled/uncontrolled warning when using auto-fill slot duration toggle","2025-08-31T10:24:24Z","https://github.com/ohcnetwork/care_fe/issues/13574",0.7314054,{"description":3196,"labels":3197,"number":3198,"owner":3172,"repository":3173,"state":3174,"title":3199,"updated_at":3200,"url":3201,"score":3202},"**Describe the bug**\nWhen trying to upload files on encounter files using a mobile device with localhost(ip:4000), the application crashes with an error. The error occurs in both CameraCaptureDialog and AudioCaptureDialog components which appear to be using an unsupported method for accessing media devices on mobile browsers.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Host care on your desktop and open in mobile device using \u003Cip>:port\n2. Go to encounter \n3. Click on files\n5. See error\n\n**Expected behavior**\nNo error shown\n\n**Recording**\n\nhttps://github.com/user-attachments/assets/e595c6d3-5117-42e6-aa53-b04ee7211924\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",[],13677,"Mobile Media Access Error: navigator.mediaDevices.addEventListener is not a function in file upload components","2025-09-10T17:23:15Z","https://github.com/ohcnetwork/care_fe/issues/13677",0.7338716,{"description":3204,"labels":3205,"number":3209,"owner":3172,"repository":3173,"state":3210,"title":3211,"updated_at":3212,"url":3213,"score":3214},"**Describe the bug**\n1. Status button and edit button are not aligned properly.\n2. View Details button of Product Knowledge Container and Charge Item Container is overflowing in Mobile View UI\n\n\u003Cimg width=\"653\" height=\"527\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/fd402859-8d00-40c1-90f4-ee1b867b3b6d\" />\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",[3206],{"name":3207,"color":3208},"stale","688388",13146,"closed","Improve UI of Product page","2025-09-25T10:42:47Z","https://github.com/ohcnetwork/care_fe/issues/13146",0.72049165,{"description":3216,"labels":3217,"number":3224,"owner":3172,"repository":3173,"state":3210,"title":3225,"updated_at":3226,"url":3227,"score":3228},"**Describe the bug**\n\nDisable submit buttons of these questionnaire until valid changes are made\n\nhttps://github.com/user-attachments/assets/4e058af3-6deb-4417-b242-fc419df055bc\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",[3218,3221],{"name":3219,"color":3220},"question","d876e3",{"name":3222,"color":3223},"needs-triage","ededed",13204,"Disable submit buttons of allergy, diagnosis, symptoms questionnaire until valid changes are made","2025-08-04T04:33:00Z","https://github.com/ohcnetwork/care_fe/issues/13204",0.72201663,{"description":3230,"labels":3231,"number":3232,"owner":3172,"repository":3173,"state":3210,"title":3233,"updated_at":3234,"url":3235,"score":3236},"**Describe the bug**\nSearch inputs across Care trigger excessive API calls due to lack of debouncing.\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**\nSearch inputs should debounce user input, triggering API calls only after the user stops typing, to minimize unnecessary requests.\n\n**Screenshots**\n\nhttps://github.com/user-attachments/assets/c86054b0-71bf-4ceb-8678-c8082e01eb19\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",[],12637,"Implement Debouncing for Necessary Search Inputs Across Care to Reduce Unnecessary API Calls","2025-06-20T12:37:53Z","https://github.com/ohcnetwork/care_fe/issues/12637",0.72390985,{"description":3238,"labels":3239,"number":3240,"owner":3172,"repository":3173,"state":3210,"title":3241,"updated_at":3242,"url":3243,"score":3244},"**Describe the bug**\ncard ui is breaking on mobile and the category section is overflowing on medium screens.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to any facility\n2. Click on Settings and go to Activity Definitions\n3. switch to Mobile View and tablet view\n4. see the issue\n\n**Expected behavior**\nA clear and concise description of what you expected to happen.\n\n**Screenshots**\n\n\u003Cimg width=\"834\" height=\"872\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/3751583e-d1f5-4b49-afa2-706e545a94fe\" />\u003Cimg width=\"1325\" height=\"624\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/0666b8c3-6573-4619-81a0-fc183463a93e\" />\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",[],13573,"activity definition page ui breaking on medium and small screen","2025-09-04T16:46:25Z","https://github.com/ohcnetwork/care_fe/issues/13573",0.72788477,{"description":3246,"labels":3247,"number":3250,"owner":3172,"repository":3173,"state":3210,"title":3251,"updated_at":3252,"url":3253,"score":3254},"**Describe the bug**\n\nWhen attempting to change the avatar and camera access is blocked, clicking \"Open Camera\" causes the UI to move up and down in a flickering manner, instead of fixed screen.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n\n1. Go to 'Profile' and select \"Upload an avatar\".\n2. Click on 'Open camera'.\n3. See error , the white box is moving up and down\n\nhttps://github.com/user-attachments/assets/82017668-e3f1-4f08-9339-803c0a44ad89\n\n**Expected behavior**\nif camera access is blocked , It should remain fixed in place on the initial avatar upload screen,\nwith no movement or flickering.\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",[3248,3249],{"name":3219,"color":3220},{"name":3222,"color":3223},12819,"Profile Avatar Modal Flickers on Camera Access Denia in Avatar Upload Modal","2025-07-23T09:24:29Z","https://github.com/ohcnetwork/care_fe/issues/12819",0.7311369,{"description":3256,"labels":3257,"number":3258,"owner":3172,"repository":3173,"state":3210,"title":3259,"updated_at":3260,"url":3261,"score":3262},"**Describe the bug**\n\n\u003Cimg width=\"259\" height=\"401\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/dc7e6876-b5c8-4773-a7df-279f294be2fe\" />\n\nAlso disable the create button initially\n\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",[],13147,"Input of Base Price container is overflowing in Create Charge Definition Sheet","2025-07-30T04:39:05Z","https://github.com/ohcnetwork/care_fe/issues/13147",0.73484635,["Reactive",3264],{},["Set"],["ShallowReactive",3267],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fEOzdSBfpRkhtpmDD46fOPp98U8W5mHobJmoVoxJCNdg":-1},"/ohcnetwork/care_fe/12609"]