Testing_GO / src /components

Commit History

Add comprehensive BUILD_GUIDE.md for building a MongoDB Data Viewer React app, detailing setup, CSS architecture, component design, and deployment to Hugging Face. Update DataTable component sort indicator from '↕️' to '⇵' for improved clarity.
1bcf29b

James McCool commited on

Enhance DataTable sorting functionality to support three-state sorting (asc, desc, none) and update sort indicator logic for better user experience.
e74f850

James McCool commited on

Add sorting functionality to DataTable component with visual indicators for column headers
9f63aed

James McCool commited on

Refactor DataTable component layout by removing unnecessary width constraint from the main div for improved responsiveness.
f0d329b

James McCool commited on

Remove unused files and dependencies, including .gitattributes, App.css, and App.test.js. Update package.json and package-lock.json to remove @radix-ui/react-slot dependency. Modify DataTable component title for clarity and refactor Button component to simplify its implementation.
e860c42

James McCool commited on

Remove PostCSS and Tailwind configuration files, and refactor CSS styles in index.css to implement custom styles. Update button and table components to use new class names for styling consistency. Delete utility functions for class name merging.
a458144

James McCool commited on

Initial commit from LLM generated shadcn table logic
b967c2c

James McCool commited on