• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

blockexchange / blockexchange / 13549447711

26 Feb 2025 05:08PM UTC coverage: 51.158% (-1.1%) from 52.251%
13549447711

push

github

web-flow
simple `/bx` command

* bx menu

* profile stub

* ui util / styling

* ui

* wip

* ui nav

* `/bx` info

* bump timeout

---------

Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>

15 of 75 new or added lines in 3 files covered. (20.0%)

16 existing lines in 3 files now uncovered.

994 of 1943 relevant lines covered (51.16%)

1271.47 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

30.77
/util/ui.lua
1

2
-- namespace
3
local ui = {}
1✔
4
blockexchange.ui = ui
1✔
5

6
function ui.formspec(w, h)
1✔
NEW
7
    return [[
×
8
        formspec_version[3]
NEW
9
        size[]] .. w .. [[,]] .. h .. [[]
×
10
        no_prepend[]
11
        bgcolor[;neither;]
12
        background9[0,0;0,0;blockexchange_button_square_flat.png;true;8]
NEW
13
    ]]
×
14
end
15

16
function ui.button_exit(x,y,w,h,name,label)
1✔
NEW
17
    return "image_button_exit[" ..
×
NEW
18
        x..","..y..";"..w..","..h..";" ..
×
NEW
19
        "blockexchange_button_rectangle_depth_border.png;" ..
×
NEW
20
        name..";"..label..";" ..
×
NEW
21
        "true;false;" ..
×
NEW
22
        "blockexchange_button_rectangle_border.png" ..
×
23
        "]"
24
end
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc