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
{{ message }}
This repository was archived by the owner on Jun 10, 2025. It is now read-only.
Menu doesn't seem to contain anything right now :/
</div>
<divv-else><h2>Loading...</h2></div>
around midnight, when the menu is empty, ideally "nothing in menu" should be shown but instead no text is shown. ie condition 1 runs and renders a blank.
attempts to fix this boolean logic have been futile and resulting in broken functionality by getting stuck in condition 2 or 3 or exceptions on "undefined" menu making the component error out
unable to resolve this till now, but in
MessCodeScreen.vue, there are 3 conditions:coolpool/src/components/MessCodeScreen.vue
Lines 4 to 12 in 090239d
around midnight, when the menu is empty, ideally "nothing in menu" should be shown but instead no text is shown. ie condition 1 runs and renders a blank.
attempts to fix this boolean logic have been futile and resulting in broken functionality by getting stuck in condition 2 or 3 or exceptions on "undefined" menu making the component error out