acdh-oeaw / vicav-vue3

Reimplementation of the VICAV Frontend based on Vue.js 3
https://vicav-vue.acdh-ch-dev.oeaw.ac.at
MIT License
0 stars 0 forks source link

make initial window width configurable #64

Open ctot-nondef opened 10 months ago

ctot-nondef commented 10 months ago

the initial width of newly opened windows should be configurable per window type

can be set in use-windows-store.ts

ctot-nondef commented 9 months ago

@simar0at whilst implementing #4 we basically resolved this as well, the windows initial width and height can now be passed to the function that opens it as an absolute value in px

it would be good to know if you want to specifiy default values for this in absolute values as well or as a percentage of a viewport/screenwidth

ttechnicus commented 8 months ago

@ctot-nondef @simar0at Is this task still relevant?

simar0at commented 8 months ago

I thought this is about the relative width hint that windows should provide.