Skip to content

Commit

Permalink
Added message announcing drag/drop
Browse files Browse the repository at this point in the history
  • Loading branch information
tconfrey committed Feb 21, 2025
1 parent c7ada6a commit 269c7e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/messageManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const messageManager = (() => {
"Welcome to the BrainTool 1.2!<br/>See the <a target='_blank' href='https://braintool.org/support/releaseNotes.html'>release notes</a> for a list of changes.",
"The Topic Manager can now run inside the browser window in a side panel. See Settings.",
"Check out the new ToDo and search results filtering! Click the ⭐️ or <img src='resources/filter.svg' style='height:20px;vertical-align:middle'> button in Search.",
"You can now drag a tab from the URL bar and drop onto the Topic Manager to add a page to a given topic.",
];
const introSlidesArray = [
`<p>This window is the <b>Topic Manager</b>.</p><p>It allows you to open and close tabs, tab groups, and browser windows, organize them into nested <b>Topics</b> and find them again when you need them.</p><img class="introImage" src="resources/slide1.png"/>`,
Expand Down

0 comments on commit 269c7e9

Please sign in to comment.