WeSearch

Menubar Apps Are Underrated. Here's Why I Keep Building Them.

·2 min read · 0 reactions · 0 comments · 2 views
Menubar Apps Are Underrated. Here's Why I Keep Building Them.

All tests run on an 8-year-old MacBook Air. Every app I've built recently lives in the menubar. Not...

Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3851832) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } hiyoyo Posted on Apr 30 Menubar Apps Are Underrated. Here's Why I Keep Building Them. #tauri #rust #product #programming All tests run on an 8-year-old MacBook Air. Every app I've built recently lives in the menubar. Not because it's trendy. Because it's the right form factor for tools that need to stay out of your way until you need them. The problem with full-window apps Full-window apps demand attention. You open them, they take over the screen, you do the thing, you close them.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)