STORDIS / orca_ui

ORCA UI is a web application that provides a user interface for interacting with ORCA Backend. It is built using React. ORCA UI allows users to view the network topology, manage devices, and do various configurations.
https://stordis.github.io/
Apache License 2.0
3 stars 4 forks source link

History orcask #117

Closed vivek-metricdust closed 5 months ago

vivek-metricdust commented 6 months ago

fixes #112

Added history api to get the chats instead of variable storage. separated chat section as a component for better code maintenance. removed bar chart in historyChatSection.jsx but the old code is still in chatsection.jsx for future use.