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
The way I overwrite the default help menu shown in my list app is by setting SetShowHelp to false, then rendering my keymap my model.View() method as the bottom line.
This works ok but causes me to have to tweak other styling to ensure the components stay aligned etc. I was wondering what would be considered best practice here, and if I'm missing something obvious?
This discussion was converted from issue #596 on August 22, 2024 16:35.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The way I overwrite the default help menu shown in my list app is by setting
SetShowHelp
tofalse
, then rendering my keymap mymodel.View()
method as the bottom line.This works ok but causes me to have to tweak other styling to ensure the components stay aligned etc. I was wondering what would be considered best practice here, and if I'm missing something obvious?
Beta Was this translation helpful? Give feedback.
All reactions