Skip to content

Commit

Permalink
First Message Highlight 1.1.2
Browse files Browse the repository at this point in the history
* Fixed: Add padding to the bottom of the settings page to ensure the color pickers remain fully visible.
  • Loading branch information
SirStendec committed Jan 17, 2024
1 parent b4e0f30 commit 9b5b457
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions src/first-message-highlighter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,14 @@ class FirstMessageHighlight extends Addon {
}
});

this.settings.addUI('first_message_highlight.pad-bottom', {
path: 'Add-Ons > First Message Highlight >> Returning Chatter',
sort: 1000,
component: 'setting-spacer',
top: '25rem',
force_seen: true
});

this.chat.addHighlightReason('first-message', 'First message from a user during this session');
this.chat.addHighlightReason('first-time-chatter', 'First messages from a user new to the channel');
this.chat.addHighlightReason('returning-chatter', 'First messages from a user returning to the channel');
Expand Down
4 changes: 2 additions & 2 deletions src/first-message-highlighter/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"enabled": true,
"requires": [],
"version": "1.1.1",
"version": "1.1.2",
"icon": "https://i.imgur.com/Db2zP1l.png",
"short_name": "first_msg_highlight",
"name": "First Message Highlight",
"author": "deko_ration",
"description": "Addon to highlight the first message of a user during the current session. Useful for community-driven chats and welcoming.",
"settings": "add_ons.first_message_highlight",
"created": "2021-12-01T14:32:46.254Z",
"updated": "2024-01-16T20:17:22.813Z"
"updated": "2024-01-17T20:33:51.465Z"
}

0 comments on commit 9b5b457

Please sign in to comment.