Skip to content

Commit 6df6596

Browse files
author
Ali Raheem
committed
Clean up layout and clarify usage
1 parent d4eaaab commit 6df6596

18 files changed

+2
-2
lines changed

.gitignore

100644100755
File mode changed.

LICENSE

100644100755
File mode changed.

README.md

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ zip -r ../aify.xpi *
4242
- [LOW] Model selection should be selectable from the context menu.
4343
- [MOD] Make it so any API could be used.
4444
- [HIGH] Styling and UX improvements.
45+
- [LOW] Mask API key in settings once saved.
4546

4647
## Privacy and Data Retention
4748

aify.xpi

100644100755
-44.8 KB
Binary file not shown.

plugin/background.js

100644100755
File mode changed.

plugin/content_scripts/compose.js

100644100755
File mode changed.

plugin/html/actions.css

100644100755
File mode changed.

plugin/html/actions.html

100644100755
File mode changed.

plugin/html/actions.js

100644100755
File mode changed.

plugin/html/draft.html

100644100755
File mode changed.

plugin/html/draft.js

100644100755
File mode changed.

plugin/html/settings.css

100644100755
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ select,
1111
textarea {
1212
width: 100%;
1313
padding: 12px;
14-
// margin-top: 6px
1514
border: 1px solid #ccc;
1615
border-radius: 4px;
1716
box-sizing: border-box;

plugin/html/settings.html

100644100755
File mode changed.

plugin/html/settings.js

100644100755
File mode changed.

plugin/images/icon-16px.png

100644100755
File mode changed.

plugin/images/icon-32px.png

100644100755
File mode changed.

plugin/images/icon-64px.png

100644100755
File mode changed.

plugin/manifest.json

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Aify",
4-
"version": "1.2",
4+
"version": "1.3",
55
"description": "A Thunderbird plugin to rewrite text based on user-selected actions using OpenAI's API.",
66
"author": "Ali Raheem",
77
"browser_specific_settings": {

0 commit comments

Comments
 (0)