Block a user
fix(DM): removed direct download link
Placeholder avatar is incosistent across components
To make the avatar consistent, please put robohash URL into app state and subscribe to its changes.
Add lint code style checks to CI pipeline
d9f9302ab8
Merge pull request 'issue-31' (#35) from issue-31 into main
202a18f73d
Merge branch 'main' of ssh://git.sigit.io:29418/sig/it into issue-31
819902eafb
chore: fixed code formatting
4e7f9d650e
feat: changed MIME type of the uploaded file to sigit
Convert .zip file to .sigit when uploading to file server
202a18f73d
Merge branch 'main' of ssh://git.sigit.io:29418/sig/it into issue-31
b48ab86aab
Merge pull request 'fix: change sign to create' (#34) from issue-24 into main
f35f469547
fix: change sign to create
819902eafb
chore: fixed code formatting
4e7f9d650e
feat: changed MIME type of the uploaded file to sigit
fix: failed DM error handling
The error message could be: Publishing to '${ralay}' caused the following error: '${error}'.
fix: when decrypting file, have better error messages
I would say that a more convenient and reliable approach to handle errors is to have dedicated errors of custom type as we did in sasjs@adapter https://github.com/sasjs/adapter/tree/master/src/types/errors
.
fix: when decrypting file, have better error messages
The message should be The decryption key is invalid.