#7889 - Implmenet main shortcuts #655

Merged
jsegarra merged 6 commits from 7889_main_shortcuts into dev 2024-09-02 13:03:20 +00:00
Member

En esta PR , SOLO está implementada la lógica base.
Queda implementar la keyBinding para cada modulo y reflejarlo en el dashboard

En esta PR , SOLO está implementada la lógica base. Queda implementar la keyBinding para cada modulo y reflejarlo en el dashboard
jsegarra added 1 commit 2024-08-28 14:11:29 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
d8e3f9dfd9
feat: apply mixin
jsegarra added 1 commit 2024-08-30 22:12:23 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
af9a58a3df
Merge branch 'dev' into 7889_main_shortcuts
jsegarra changed title from WIP: #7889 - Implmenet main shortcuts to #7889 - Implmenet main shortcuts 2024-08-30 22:12:25 +00:00
jsegarra requested review from jgallego 2024-08-30 22:13:14 +00:00
jgallego requested changes 2024-09-02 06:12:54 +00:00
Dismissed
@ -0,0 +17,4 @@
const combination = `${ctrlKey ? 'Ctrl+' : ''}${
altKey ? 'Alt+' : ''
}${key.toLowerCase()}`;
console.log(ctrlKey, altKey, key, combination);
Owner

??

??
Author
Member

Solved
💣

Solved 💣
jsegarra added 2 commits 2024-09-02 07:34:36 +00:00
jsegarra requested review from jgallego 2024-09-02 07:37:01 +00:00
jgallego requested changes 2024-09-02 12:53:52 +00:00
Dismissed
@ -6,3 +6,3 @@
meta: {
title: 'routes',
icon: 'vn:delivery',
icon: 'vn:delivesry',
Owner

fallo?

fallo?
Author
Member

Dios, bien visto
Totalmente

Dios, bien visto Totalmente
jsegarra added 1 commit 2024-09-02 12:56:47 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
c51af96ca7
fix: module icon
jsegarra requested review from jgallego 2024-09-02 12:56:59 +00:00
jgallego approved these changes 2024-09-02 12:58:36 +00:00
jsegarra added 1 commit 2024-09-02 13:02:08 +00:00
gitea/salix-front/pipeline/pr-dev This commit looks good Details
5d511c7b1b
Merge branch 'dev' into 7889_main_shortcuts
jsegarra merged commit d65b52804d into dev 2024-09-02 13:03:20 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix-front#655
No description provided.