Duke Pan
Duke Pan
I tried using `--balloon-arrow: none;` but it doesn't seem like that's a supported feature. Thanks.
Investigate if we can integrate TailwindCSS into Pear. Do the classes break anything existing? Gotta make sure they aren't overriding current classes. If nothing broke after integrating tailwind and testing,...
Currently with `yarn watch`, you should be able to see changes you make right after reloading your windows without closing it. But it seems that this fast reload doesn't apply...
- If the user has a previous chat, pressing `CMD+0` should bring that previous chat to the current chat panel. - Pressing this key again should bring back the most...
- Pressing `SHIFT+CMD+L` should start a new blank chat, replacing current chat. - Pressing it when chat panel is not opened, or if chat is already blank, should do no...
This is what our current logo looks like. Very very basic stock image logo of a pear. We need a better one!
`CMD+[` should resize the chat panel to this size AND close the left side folders. - This is used for when there's a lot of AI text that needs scrutinizing....
I made a change in the `auxiliaryBarActions.ts` file and changed a key binding. I ran the script to start/debug the app but the change was not reflected until I removed...
## **Context** - Currently, previous chats created are all displayed within the same chat panel, and when opened, hides the current chat with no preview aside from chat title. -...
Prerequisite on trypear/pearai-extension#13 - When pressing `CMD+L`, if there is code that is already selected, it should directly copy paste that code into the chat panel as well. - Limit...