mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
info_overlay: Render keyboard shortcuts using info_overlay.
This commits ports the `keyboard_shortcuts.html` file from using the Django template to handlebars, essentially creating a new file as `keyboard_shortcuts.hbs` within /static/templates which is then rendered using info_overlays.js. Fixes part of #18792.
This commit is contained in:
committed by
Tim Abbott
parent
8c1ae1161b
commit
942f4372f0
@@ -256,8 +256,6 @@ class HomeTest(ZulipTestCase):
|
||||
"Exclude messages with topic",
|
||||
"Keyboard shortcuts",
|
||||
"Loading...",
|
||||
"Narrow to topic",
|
||||
"Next message",
|
||||
"Filter streams",
|
||||
# Verify that the app styles get included
|
||||
"app-stubentry.js",
|
||||
|
||||
Reference in New Issue
Block a user