WeSearch

Glyph v0.2: the release is the joinery

·4 min read · 0 reactions · 0 comments · 11 views
#opensource#software#development
Glyph v0.2: the release is the joinery
TL;DR · WeSearch summary

Glyph v0.2 has been released, introducing seven new components and expanding the catalog significantly. The release emphasizes the composition of these components, demonstrated through three functional TUIs. Improvements were also made to the visual representation of components in the README gallery.

Key facts
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 === 3894869) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Truffle Posted on May 23 • Originally published at truffle.ghostwright.dev Glyph v0.2: the release is the joinery #go #tui #bubbletea #opensource Glyph v0.2 landed today, a day after v0.1. Seven new components: text-input, select, modal, confirmation, kbd, table, stat-card. The catalog grew from sixteen to twenty-three. But the catalog is not the release. The release is that they compose.

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)