Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load the web app for chat, search from the Desktop app #1086

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

debanjum
Copy link
Member

The desktop app specific chat, search pages were removed in #994.
This changes loads the web app chat, search pages fromthe Desktop app.

This deduplicates the development effort to maintain a separate set of
pages for the desktop app while still giving similar functionality.

The desktop app specific chat, search pages were removed in #994.
This changes loads the web app chat, search pages fromthe Desktop app.

This deduplicates the development effort to maintain a separate set of
pages for the desktop app while still giving the same functionality
@@ -735,6 +742,8 @@ app.whenReady().then(() => {
tray = new Tray(icon)

const contextMenu = Menu.buildFromTemplate([
{ label: 'Chat', type: 'normal', click: () => { openWindow(); }},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also add the home page, agents, automations, settings, as well right? Otherwise the links would be broken. I'm not sure if they'll all work either as intended.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These menu tray actions I added were just the main entry points (consistent with previous behavior). Adding all the top level web app pages to the system tray maybe too many items? The web app links all work consistently internally so you can reach the rest of the pages from the chat, search pages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants