-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Excel viewer displaying data #76
base: new-api
Are you sure you want to change the base?
Conversation
New API version with Todos
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
General Feedback on dependecies
we want to limit our dependencies on external libraries, especially for very specific use. Therefore it would be great if you remove the "moment" library and write a js func instead.
Also remove the "swr" library and make use of "useMemo". Same for tailwind-merge, remove dependency on it.
If possible -> replace react-tabs for simple buttons since we do not use the concepts of tabs anywhere else.
Regarding the icons library "lucid-react", we can agree on switching from heroicons -> for this change, please identify where heroicons are used and also replace them to assert consistency. Then remove the "heroicons/react" lib
One personal request
The "New Conversation" button was introduced in the latest new-api merge on main. The button looks a bit weirdly placed in the ChatWindow component. It would be nice if you style it prettier when changing the Icons.
I will revisit the code later on |
…eys in sourcesdisplay
export action handler response
Feature/example llama
## Changed - Fixed type activeSource to be initially null and can be set to Source[] or [] by user - added prop .href .description to Source
Fix: ActiveSources + type Sources
change provider name and improve chat format
Feat: New API (onAction) Documentation
Feature/allow basic user feedback
Feat: Python package for new api + bumped dependencies
# Conflicts: # lexio/lib/components/ContentDisplay/ContentDisplay.tsx # lexio/lib/types.ts # lexio/package-lock.json # lexio/package.json
No description provided.