Skip to content

chore: automated code quality fixes (npx) - #2

Open
saurabhhhcodes wants to merge 1 commit into
mainfrom
autofix/Clinical-Insight-Engine-1785158475600
Open

chore: automated code quality fixes (npx)#2
saurabhhhcodes wants to merge 1 commit into
mainfrom
autofix/Clinical-Insight-Engine-1785158475600

Conversation

@saurabhhhcodes

Copy link
Copy Markdown
Owner

Automated code quality improvements using official language tools.

Tools applied: npx

Diff stats:
.local/state/replit/agent/.latest.json | 2 +-
ANALYSIS_README.md | 11 +
README.md | 36 ++-
...sk_&_Clinical_Decision_Support_1771956201814.md | 24 +-
client/index.html | 18 +-
client/requirements.md | 2 +
client/src/components/AssessmentResult.tsx | 165 ++++++++++----
client/src/components/layout/AppLayout.tsx | 22 +-
client/src/components/ui/accordion.tsx | 26 +--
client/src/components/ui/alert-dialog.tsx | 58 ++---
client/src/components/ui/alert.tsx | 24 +-
client/src/components/ui/aspect-ratio.tsx | 6 +-
client/src/components/ui/avatar.tsx | 29 +--
client/src/components/ui/badge.tsx | 15 +-
client/src/components/ui/breadcrumb.tsx | 48 ++--
client/src/components/ui/button.tsx | 30 +--
client/src/components/ui/calendar.tsx | 22 +-
client/src/components/ui/card.tsx | 28 +--
client/src/components/ui/carousel.tsx | 158 ++++++-------
client/src/components/ui/chart.tsx | 170 +++++++-------
client/src/components/ui/checkbox.tsx | 16 +-
client/src/components/ui/collapsible.tsx | 12 +-
client/src/components/ui/command.tsx | 62 ++---
client/src/components/ui/context-menu.tsx | 82 +++----
client/src/components/ui/dialog.tsx | 54 ++---
client/src/components/ui/drawer.tsx | 48 ++--
client/src/components/ui/dropdown-menu.tsx | 80 +++----
client/src/components/ui/form.tsx | 103 ++++-----
client/src/components/ui/hover-card.tsx | 20 +-
client/src/components/ui/input-otp.tsx | 36 +--
client/src/components/ui/input.tsx | 16 +-
client/src/components/ui/label.tsx | 18 +-
client/src/components/ui/menubar.tsx | 98 ++++----
client/src/components/ui/navigation-menu.tsx | 54 ++---
client/src/components/ui/pagination.tsx | 44 ++--
client/src/components/ui/popover.tsx | 18 +-
client/src/components/ui/progress.tsx | 16 +-
client/src/components/ui/radio-group.tsx | 24 +-
client/src/components/ui/resizable.tsx | 22 +-
client/src/components/ui/scroll-area.tsx | 18 +-
client/src/components/ui/select.tsx | 58 ++---
client/src/components/ui/separator.tsx | 18 +-
client/src/components/ui/sheet.tsx | 59 ++---
client/src/components/ui/sidebar.tsx | 252 ++++++++++-----------
client/src/components/ui/skeleton.tsx | 6 +-
client/src/components/ui/slider.tsx | 14 +-
client/src/components/ui/switch.tsx | 16 +-
client/src/components/ui/table.tsx | 44 ++--
client/src/components/ui/tabs.tsx | 28 +--
client/src/components/ui/textarea.tsx | 14 +-
client/src/components/ui/toast.tsx | 54 ++---
client/src/components/ui/toaster.tsx | 10 +-
client/src/components/ui/toggle-group.tsx | 30 +--
client/src/components/ui/toggle.tsx | 18 +-
client/src/components/ui/tooltip.tsx | 22 +-
client/src/hooks/use-assessments.ts | 31 ++-
client/src/hooks/use-mobile.tsx | 24 +-
client/src/hooks/use-toast.ts | 129 ++++++-----
client/src/index.css | 51 +++--
client/src/lib/utils.ts | 6 +-
client/src/pages/Dashboard.tsx | 226 ++++++++++++------
client/src/pages/History.tsx | 83 +++++--
client/src/pages/not-found.tsx | 4 +-
components.json | 38 ++--
patient.json | 11 +-
postcss.config.js | 2 +-
replit.md | 8 +
server/index.ts | 24 +-
server/routes.ts | 80 +++++--
server/storage.ts | 43 ++--
shared/routes.ts | 13 +-
shared/schema.ts | 17 +-
tailwind.config.ts | 8 +-
73 files changed, 1779 insertions(+), 1397 deletions(-)

This PR contains only automated fixes from linters/formatters (eslint, prettier, black, rustfmt, etc.).
No manual changes or AI-generated code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant