Codehagen/propdock

Feature: Incorporate CMDK for Command Dialog

Codehagen opened this issue · 0 comments

Type of feature

💡 Feature

Current behavior

Currently, there is no command dialog functionality implemented. Users cannot use keyboard shortcuts like ctrl + j or ctrl + k to open a command dialog.

Suggested solution

Incorporate CMDK to enable a command dialog that opens with ctrl + j or ctrl + k. Refer to the example provided in the CMDK repository: CMDK Example.

For a styled command window, consider using the example provided in the shadcn UI documentation: shadcn Command Window Example.

Initially, the command dialog should allow users to navigate to the following directories:

  • /property
  • /tenants
  • /dashboard

No need to fetch or display any data from the database at this stage.