Skip to content

allow custom yabs option#111

Open
AhmadShamli wants to merge 1 commit into
cp6:mainfrom
AhmadShamli:main
Open

allow custom yabs option#111
AhmadShamli wants to merge 1 commit into
cp6:mainfrom
AhmadShamli:main

Conversation

@AhmadShamli

Copy link
Copy Markdown

by modifying yabs command, you can save yabs data without either disk speed test, speed test, or geekbench.

example:
curl -sL yabs.sh | bash -s -- -fig -s "https://host/api/yabs/id/keys"

added -fig to disable disk test(fio), network test(iperf) and benchmark test(geekbench).

@AhmadShamli AhmadShamli mentioned this pull request May 19, 2024
AlteredParadox added a commit to AlteredParadox/my-idlers that referenced this pull request Jul 10, 2026
…d the Columns menu

Browser testing surfaced three symptoms with one root cause plus a CSS bug:

1. Every index blade rendered a hand-written <tr><td colspan=N>No X
   found</td></tr> fallback when a table was empty. DataTables hard-throws
   on such a row ('Cannot set properties of undefined (_DT_CellIndex)') —
   the page script aborts, so any page whose (first) table was empty lost
   sorting, search and the Columns button entirely. Latent since these
   tables existed; the Columns button made it visible. All 21 fallback rows
   removed — DataTables' own language.emptyTable message (already
   configured per page) renders instead. Reproduced and verified headless
   against the app's exact jQuery/DataTables combination.

2. idlersDataTable() now wraps init in try/catch (with console.error) so a
   table DataTables chokes on degrades to a plain table instead of
   aborting every later table's init on the page.

3. The Columns menu was unreadable in dark mode: the theme stylesheets
   paint .dropdown-menu cp6#111 while the winning .dropdown-item rule leaves
   text near-invisible (the navbar has its own scoped colors, our menu
   didn't). The menu now inherits the page's computed body colors inline,
   readable under all three themes.

DataTableEmptyStateTest pins all 14 index pages emitting no colspan rows.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
AlteredParadox added a commit to AlteredParadox/my-idlers that referenced this pull request Jul 10, 2026
…abel text

The invisible menu labels were never a color problem: the theme
stylesheets hide the DataTables search label's text via
'.dataTables_wrapper .dataTables_filter label { font-size: 0 }', and this
menu's checkbox labels live inside that filter div. Checkboxes survived
because inputs don't inherit font-size. The menu's scoped style block now
restores font-size on its items — and the dark palette returns to the
theme's own dropdown black (cp6#111) instead of navbar slate.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant