feat: Add notification actions

This commit is contained in:
2024-01-26 08:48:27 +01:00
parent 2d2d47f55f
commit 0507722ecf
24 changed files with 1967 additions and 172 deletions

View File

@@ -5,6 +5,10 @@ default:
build:
npm run build
# Format code
format:
npm run format
# Lint extension code
lint:
npm run lint