bludnic
bludnic
- Vuetify upgraded to version 2 - Stylus replaced with SASS
- [ ] [Ensure correct Tx Inconsistency reasons and messages (PWA)](https://trello.com/c/PaerOWEo/466-ensure-correct-tx-inconsistency-reasons-and-messages-pwa) - [ ] [Feat/fix: Show duplicate in-chat coin transfer transactions](https://trello.com/c/vCK6FYib/368-feat-fix-show-duplicate-in-chat-coin-transfer-transactions) - [ ] refactor: get rid of mixins, use...
- Login: Show meaningful error message when trying to login where all ADM nodes are offline (previously "Incorrect passphrase") - Nodes: Added a wrapper to handle NODE_OFFLINE errors - Chat:...
- [x] feat(package.json): add `android:preview` and `android:build` scripts - [x] docs(README.md): add info about Android app - [x] chore(Capacitor): auto build Android app using Github Actions - [x] feat(Capacitor, Android):...
I will try to make it work at least for Electron. Managing custom nodes in the web version is problematic due to the CSP (Content Security Policy). The CSP rules...
Trying to combine Pinia with ReduxSaga
- Add `npm run release` command - Configure version bumping of `package.json` and `specification/openapi.yaml` - Configure Github manual release See configuration file: `.release-it.json`
- Fixed error when trying to pull a branch - Now you can specify the branch (e.g. `npm run wallets:data:generate dev`) when regenerating wallets - Git track newly added icons...