Alija
Alija
Great suggestions! Thanks a lot. Alternatively, we could save the link, to the documentation, in the component collection in a dedicated entry. I think this way, the procedure is more...
We should eventually also think about how the app should behave when no device is connected or connected after the electron app has been started. Currently, you'll only get some...
I've created a PR and added a first draft how I would approach modals. @klues Can you please have a look about the current changes? Opening/closing modals is possible, style...
> > I think we can drop CSS classes 'modal', 'modal-mask', and 'modal-wrapper'. > > Yes, currently the CSS is in `modal.css`. Probably we can drop most of it and...
> For the headers, probably also some generic code makes sense - possibility to simply pass a header text for the default case. > > Related to this: a generic...
Another question came up: should the default modal implementation contain the "X" for closing and a button "Cancel" for canceling? If so, are they any different or do they behave...
I'm wondering about `$t`. What is it? Where is it loaded? Where's the source? ```html {{ $t('cancel') }} {{ $t('insertWords') }} ``` This snippet is from `templateModal.vue`. Is this just...
Do you have an idea (a _klue_ :nerd_face:) what of the previous changes might have caused this error message? ```js mainVue.js:117 TypeError: Cannot read properties of null (reading 'id') at...
Initially I thought, the error may be caused by some changes in `gridEditView.vue`, but I've only changed some lines. And the error doesn't seem related. This is the line. I...
This is the entire console output. There is another line causing an error, that I didn't mention before. Maybe it helps..  