CCI-Tools / cate-app

A single page web application that provides a GUI for Cate
MIT License
0 stars 0 forks source link

Show Cate's core Python dependencies #155

Closed forman closed 3 years ago

forman commented 3 years ago

Renamed "About" tab in Preferences Dialog into "System". There we now also display the versions of Cate's core Python package dependencies:

image

forman commented 3 years ago

The default api paths are not correct in config.ts. Should be users not user:

const MANAG_API_PATH = '/users/{username}/webapis'; const CLOSE_API_PATH = '/users/{username}/webapis';

This was the previous PR.

forman commented 3 years ago

@dzelge fixed it. @AliceBalfanz merging without your ok, need to move on