mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Add messaging to navigation
This commit is contained in:
@@ -123,6 +123,23 @@
|
||||
<span class="text">Functions</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="drop-list-item">
|
||||
<a
|
||||
class="drop-button"
|
||||
class:is-selected={$page.url.pathname.startsWith(
|
||||
`${projectPath}/messaging`
|
||||
)}
|
||||
on:click={() => trackEvent('click_menu_messaging')}
|
||||
href={`${projectPath}/messaging`}
|
||||
use:tooltip={{
|
||||
content: 'Messaging',
|
||||
placement: 'right',
|
||||
disabled: !narrow
|
||||
}}>
|
||||
<span class="icon-send" aria-hidden="true" />
|
||||
<span class="text">Messaging</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="drop-list-item">
|
||||
<a
|
||||
class="drop-button"
|
||||
|
||||
Reference in New Issue
Block a user