hackclub / hack-hour

Every Hour = More Power. Keep track of each hour of work you get done on your project.
https://hackhour.hackclub.com
12 stars 15 forks source link

Fixed string truncation "bug" in scrapbook modal #58

Closed TheScientist101 closed 1 week ago

TheScientist101 commented 1 week ago

This is a very small fix. A member on Slack discovered that truncating messages at half words can lead to undesired results, so this just truncates the string to the end of the last word before the 30 character limit, unless it is just one long 30 character word (so the user can identify the correct session).

For more information look at https://hackclub.slack.com/archives/C0266FRGV/p1718717652692109

techpixel commented 1 week ago

currently testing this!

techpixel commented 1 week ago

the code logic for this is incorrect & will break the bot, so I'm going to go ahead and close this