You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- User can change order of rooms via drag and drop
- User can change order of rooms via arrow keys
- introduced lib "vue-router-mock" to simplify router test suite injections
- introduced room.store.ts, putting together all composables and rest api endpoints in one single source of truth regarding room rest calls
- unified error translation keys for entities and common actions like duplicate, copy, create ...
- error notifications added to async-util functions, allowing to further reduce code written to do axios rest calls
- introduced explicit axios async util, covering 4xx http codes to further enrich notification error messages
- introduced pluralisation for the newly added error notifications of a given entity type
- AlertContainer fix checking for a translation key before using removing a warning in console
- Aligned layout of rooms with layout of boards in terms of appearance and usage - see screenshot
0 commit comments