feat(chat): add direct Live badge and harden Live monitor backend (#138)
* feat(chat): add direct live badge to session rows * fix(live): use session DB for conversations monitor * docs: add chat vs live monitor direction plan * fix(search): avoid numeric session search 500 without FTS table
This commit is contained in:
@@ -149,6 +149,10 @@ describe('ChatPanel session list', () => {
|
||||
|
||||
const liveRow = wrapper.findAll('.session-item').find(node => node.text().includes('Discord Active'))
|
||||
expect(liveRow?.find('.session-item-active-indicator').exists()).toBe(true)
|
||||
expect(liveRow?.text()).toContain('chat.liveMode')
|
||||
|
||||
const idleRow = wrapper.findAll('.session-item').find(node => node.text().includes('Discord Older'))
|
||||
expect(idleRow?.text()).not.toContain('chat.liveMode')
|
||||
|
||||
await wrapper.findAll('.session-item').find(node => node.text().includes('Slack Selected'))!.trigger('click')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user