[READ-ONLY] Mirror of https://github.com/improsocial/impro An extensible Bluesky client for web impro.social
6

Configure Feed

Select the types of activity you want to include in your feed.

Increase error overlay close button size

Grace Kind (Jul 13, 2026, 4:33 PM -0500) 9fdce966 ea98ac13

+2 -2
+1 -1
package.json
··· 1 1 { 2 2 "name": "impro", 3 - "version": "0.17.142", 3 + "version": "0.17.143", 4 4 "type": "module", 5 5 "scripts": { 6 6 "start": "rm -rf \"${BUILD_DIR:-build}\" && NODE_ENV=development eleventy --serve",
+1 -1
src/js/errorLogs.js
··· 53 53 <div style="padding:15px;background:${background};color:${color};"> 54 54 ${message} 55 55 <button 56 - style="color:${color};float:right;margin-left:10px;border:none;background:none;cursor:pointer;" 56 + style="color:${color};float:right;margin-left:10px;border:none;background:none;cursor:pointer;font-size:20px;" 57 57 @click=${() => entry.remove()} 58 58 > 59 59