devuxd / active-doc-client

React, React-Bootstrap
MIT License
0 stars 4 forks source link

Changed from config file based API storage to browser localStorage #60

Closed HansonSoftware closed 6 months ago

HansonSoftware commented 6 months ago

In the PR I have added the component ConfigComponent (found in /ui/activeLLM/configComponent.js) to the Navbar.

Implementation notes:

Notes on styling:

    const buttonParent = {
      position: "absolute",
      top: "0",
      right: "0",
      zIndex: "1",
    };
SaharMehrpour commented 6 months ago

@HansonSoftware Thank you for the PR.