MarcoWel
MarcoWel
There should be quick search field in the shipment area. The user should be able to throw a tracking ID, recipient name or shipment reference there and have the results...
It would be awesome to have some insight in the shipping stats within the karrio dashboard, maybe in a separate "Stats" menu. Some ideas: - Shipment count per day/month/year (configurable)...
Currently, orders can only be created through API. However, it is a useful tool for creating collective shipments or managing customer orders manually, and thus should be available for manual...
Lists for shipments, orders and trackers should be sortable by clicking the column header.
On a computer without cameras, the line `const cameraDevices = useDeviceList();` causes an uncaught runtime error "Requested device not found". IMO this should just create an empty array [].
getCertificateInfoFromFile() function does not parse cert subject correctly. https://github.com/NginxProxyManager/nginx-proxy-manager/blob/63d06da8a8591e7a9b2a1873eb91ce1c42b2b0f9/backend/internal/certificate.js#L734 It expects the CN as first item (by reading `match[1]`), which is not always the case. **Example:** `openssl x509 -in cert.crt...