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.
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.
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.