loklamlok/dsh-queue-director

Plugin ⭐ 0 MIT other

DSH web plugin: reorder queued messages (up / down / top / bottom) before the agent processes them.

Install

# 1. Clone the repository anywhere you like
git clone https://github.com/loklamlok/dsh-queue-director

# 2. In your DSH web profile directory ($DSH_HOME/profiles/web),
#    add the dependency (adjust the path to your clone):
#    "dependencies": { "dsh-queue-director": "link:<path-to-repo>" }

# 3. Register the bundle in package.json:
#    "dsh": { "profile": { "bundles": [..., "dsh-queue-director"] } }

# 4. Install and restart
pnpm install
# restart `dsh web`, then hard-refresh the page (Cmd/Ctrl+Shift+R)

Add loklamlok/dsh-queue-director to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.