Skip to content

Commit

Permalink
Merge branch 'rithviknishad/fix/remove-unused-references' of https://…
Browse files Browse the repository at this point in the history
…github.com/ohcnetwork/care_fe into rithviknishad/fix/remove-unused-references
  • Loading branch information
gigincg committed Oct 8, 2024
2 parents 60cc46b + bd8e3fb commit 3e87d7e
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 122 deletions.
1 change: 0 additions & 1 deletion .example.env
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ REACT_KASP_FULL_STRING=Karunya Arogya Suraksha Padhathi

# Sample format file paths
REACT_SAMPLE_FORMAT_ASSET_IMPORT=/asset-import-template.xlsx
REACT_SAMPLE_FORMAT_EXTERNAL_RESULT_IMPORT=/External-Results-Template.csv

# Camera feed, still watching idle timeout (in seconds; default: 180)
REACT_STILL_WATCHING_IDLE_TIMEOUT=
Expand Down
3 changes: 0 additions & 3 deletions care.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ const careConfig = {
sampleFormats: {
assetImport:
env.REACT_SAMPLE_FORMAT_ASSET_IMPORT || "/asset-import-template.xlsx",
externalResultImport:
env.REACT_SAMPLE_FORMAT_EXTERNAL_RESULT_IMPORT ||
"/External-Results-Template.csv",
},

wartimeShifting: env.REACT_WARTIME_SHIFTING === "true",
Expand Down
41 changes: 0 additions & 41 deletions cypress/e2e/external_results_spec/ExternalResultsAdvanceFilters.ts

This file was deleted.

68 changes: 0 additions & 68 deletions cypress/e2e/external_results_spec/ExternalResultsHomepage.cy.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/Common/hooks/useActiveLink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const activeLinkPriority = {
"/sample": "/sample",
"/shifting": "/shifting",
"/resource": "/resource",
"/external_results": "/external_results",
"/users": "/users",
"/notice_board": "/notice_board",
"/facility": "/facility",
Expand Down
3 changes: 1 addition & 2 deletions src/Locale/kn.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@
"Sample Test": "ಮಾದರಿ ಪರೀಕ್ಷೆ",
"Shifting": "ಸ್ಥಳಾಂತರ",
"Resource": "ಸಂಪನ್ಮೂಲ",
"External Results": "ಬಾಹ್ಯ ಫಲಿತಾಂಶಗಳು",
"Users": "ಬಳಕೆದಾರರು",
"Profile": "ಪ್ರೊಫೈಲ್",
"Dashboard": "ಡ್ಯಾಶ್‌ಬೋರ್ಡ್",
Expand Down Expand Up @@ -810,4 +809,4 @@
"search_by_username": "ಬಳಕೆದಾರ ಹೆಸರಿನ ಮೂಲಕ ಹುಡುಕಿ",
"last_online": "ಕೊನೆಯ ಆನ್‌ಲೈನ್",
"total_users": "ಒಟ್ಟು ಬಳಕೆದಾರರು"
}
}
3 changes: 1 addition & 2 deletions src/Locale/ml.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@
"Sample Test": "സാമ്പിൾ ടെസ്റ്റ്",
"Shifting": "ഫെസിലിറ്റി മാറ്റല്‍ ",
"Resource": "സഹായം",
"External Results": "ബാഹ്യ ഫലങ്ങൾ",
"Users": "ഉപയോക്താക്കൾ",
"Profile": "പ്രൊഫൈൽ",
"Dashboard": "ഡാഷ്ബോർഡ്",
Expand Down Expand Up @@ -810,4 +809,4 @@
"search_by_username": "ഉപയോക്തൃനാമം ഉപയോഗിച്ച് തിരയുക",
"last_online": "അവസാനമായി ഓൺലൈൻ",
"total_users": "മൊത്തം ഉപയോക്താക്കൾ"
}
}
1 change: 0 additions & 1 deletion src/Locale/mr.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"Sample Test": "नमुना तपासणी ",
"Shifting": "शिफ्टिंग",
"Resource": "संसाधन",
"External Results": "बाह्य परिणाम",
"Users": "युजर्स",
"Profile": "प्रोफाइल",
"Dashboard": "डॅशबोर्ड",
Expand Down
3 changes: 1 addition & 2 deletions src/Locale/ta.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@
"Sample Test": "மாதிரி சோதனை",
"Shifting": "மாற்றுதல்",
"Resource": "வளம்",
"External Results": "வெளி முடிவு",
"Users": "பயனர்கள்",
"Profile": "சுயவிவரம்",
"Dashboard": "டாஷ்போர்டு",
Expand Down Expand Up @@ -810,4 +809,4 @@
"search_by_username": "பயனர்பெயர் மூலம் தேடவும்",
"last_online": "கடைசியாக ஆன்லைன்",
"total_users": "மொத்த பயனர்கள்"
}
}
1 change: 0 additions & 1 deletion src/vite-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ interface ImportMetaEnv {
readonly REACT_KASP_STRING?: string;
readonly REACT_KASP_FULL_STRING?: string;
readonly REACT_SAMPLE_FORMAT_ASSET_IMPORT?: string;
readonly REACT_SAMPLE_FORMAT_EXTERNAL_RESULT_IMPORT?: string;
readonly REACT_WARTIME_SHIFTING?: string;
readonly REACT_STILL_WATCHING_IDLE_TIMEOUT?: string;
readonly REACT_STILL_WATCHING_PROMPT_DURATION?: string;
Expand Down

0 comments on commit 3e87d7e

Please sign in to comment.