Skip to content

Commit

Permalink
dark mode web ui added
Browse files Browse the repository at this point in the history
  • Loading branch information
yohasebe committed Oct 28, 2023
1 parent 201af56 commit 98eb437
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Change Log

- 2.3.0 Dark mode web UI added 🎃
- 2.2.5 Check-for-update feature added
- 2.2.4: Added the ability to export/import chat history 💾
- 2.1.2: Added the ability to stream text responses from GPT 🤖💬
Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

**Recent Change Log**

- 2.3.0 Dark mode web UI added 🎃
- 2.2.5 Check-for-update feature added
- 2.2.4 Added the ability to export/import chat history 💾
- 2.1.2: Added the ability to stream text responses from GPT 🤖💬
Expand Down Expand Up @@ -86,11 +87,17 @@ You can open a web interface
- Method 1: Alfred textbox → keyword (`openai-textbox`)
- Method 2: set up a custom hotkey to `Open web interface`

** Using Google Chrome**
**Using Google Chrome**

If your default browser is Google Chrome and "duti" command is installed to the system, the web interface will be opened by Google Chrome. Otherwise, Safari will be used.

<kbd><img width="600" alt="SCR-20221207-st2" src="./docs/img/web-interface.png"></kbd>
**Light/Dark Modes**

Switch modes with `Dark Mode UI` checkbox in the settings.

<kbd><img width="600" src="./docs/img/web-interface.png"></kbd>

<kbd><img width="600" src="./docs/img/web-interface-dark.png"></kbd>

## Commands

Expand Down Expand Up @@ -300,6 +307,7 @@ To review your token usage for the current billing cycle on the OpenAI Usage Pag
- **Text to Speech**: If enabled, the results will be read aloud using the system's default text-to-speech language and voice. (default: `disabled`)
- **Output HTML Using Pandoc**: Show results in the default web browser if pandoc is installed. If unchecked (or Pandoc is not installed), Alfred's "Large Type" feature is used to display the result. (default: `enabled`)
- **Custom CSS**: You can specify CSS for the query results HTML. (default: `not set`)
- **Dark Mode UI**: If set, dark mode is enabled in the web user interface

#### Text to Speech

Expand Down
Binary file added docs/img/web-interface-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/web-interface.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified openai-chat-api.alfredworkflow
Binary file not shown.
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.5
2.3.0

0 comments on commit 98eb437

Please sign in to comment.