Skip to content

Commit 73fba46

Browse files
added dashboard view resize todo
1 parent d69cbbc commit 73fba46

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

vue/quasar/src/components/Dashboard.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,13 @@ export default {
255255
window.scrollTo(0, cardBounds.y)
256256
},
257257
258+
/**
259+
* Window resize handler
260+
*/
258261
resize (size) {
259-
console.log('dashboard:resize', size)
262+
// TODO: adjust chart card height
263+
// to fit bottom of the screen on larger screens
264+
//console.log('dashboard:resize', size)
260265
}
261266
}, // end of methods
262267

0 commit comments

Comments
 (0)