pullrequests Search Results · language:B4X language:C++ language:Java language:TypeScript language:JavaScript language:TypeScript
Filter by
221M results
Summary
- Unified userName prop casing — DropdownProps used username (lowercase n); now matches NavbarProps.userName
throughout
- Consolidated icon libraries — removed react-icons/fi; hamburger ...
Summary
- Deletes NextAuth runtime + @auth/drizzle-adapter encryption wrap + the four Auth.js DB tables. Manage Your CLI is
local single-user — pairing happens via the existing device-token / 6-digit ...
Summary
The app crashes with SQLiteException: no such table: User when navigating to the user management screen. Root cause:
SQLiteDateBaseConfig.GetTables() uses getPackageName() → mobidever.godutch.activity, ...
Prettier Fix - Sun May 31 02:38:38 UTC 2026
Summary
Two formatting bugs on mobile /calendar:
1. ** + New event pill wrapped to two lines** on narrow viewports — the text rendered as New / even with the t clipped
at the bar s edge. Fixed by ...
Summary
- move the offline pack controls above the long 16-day schedule on the plan page
- teach the browser controller to include offline pack status in DOM snapshots
Verification
- tools/zastolom ...
Summary
Opening Control now lists connected/available devices across every transport, populated asynchronously and deduped by
transport endpoint.
- Discovery on open: live connections + serial ports ...
What
First phase of running the app as a cloud-hosted, single-user web app (full roadmap: browser-controls-hardware via
WebSerial + compile-in-cloud/flash-in-browser). This PR adds the two foundations ...
本次主要优化工作流画布节点配置能力:
1. 点击画布节点后打开右侧 Drawer 配置面板
2. 使用 selectedNode 记录当前选中的节点
3. 配置面板根据节点类型动态渲染表单
4. 表单修改后同步写回 FlowGram 节点数据
5. 节点卡片只展示摘要,详细配置放在 Drawer 中
6. 新增 condition、plugin、database 等节点默认数据
7. ...