web-ui icon indicating copy to clipboard operation
web-ui copied to clipboard

A new web frontend for Hashtopolis

Results 7 web-ui issues
Sort by recently updated
recently updated
newest added

Since the last merge, we have addressed multiple issues arising from the framework migration. Today, we conducted tests by resetting the image to identify initial configuration problems. - Tested login...

Changed the cache keys of renderUserLink to check for both userId and _id. Closes #95

The cache key of the function ```renderUserLink``` was set to ```userId``` while the object did not contain this key, but instead used ```_id```. Because of this the links generated for...

Added frontend components for benchmark cache: https://github.com/hashtopolis/server/pull/955

This pull request is really important and affects Web UI and API V2 if wrong key is used. After some tests, we found that when the payload is being sent...

bug

Some issues with unittests mostly regarding missing imports were fixed.