Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

React admin Web UI #864

Merged
merged 3 commits into from
Dec 17, 2020
Merged

React admin Web UI #864

merged 3 commits into from
Dec 17, 2020

Commits on Dec 17, 2020

  1. React Admin UI

    Rewrite WebUI using React with Reac admin, using Typescript to match
    project codebase, style and take advantage of its features.
    
    Modification to the API are necessary to correctly use the features of
    RA Datagrid, pager, etc.
    
    It stores Jobs in JSON to BuntDB, but if existing values are present in
    Proto format it converts them, this was necessary to use Sorting
    capabilities using BundDB indexes.
    
    The new UI is optional at the moment, it is possible to fallback to the
    old ui by setting the --ui param to false
    Victor Castell committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    695d203 View commit details
    Browse the repository at this point in the history
  2. Update docs

    Victor Castell committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    13cc053 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    Victor Castell committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    34cb446 View commit details
    Browse the repository at this point in the history