128 Commits

Author SHA1 Message Date
Gabriel Tofvesson
c01b258e51 Return proper value from click handler 2024-10-12 01:04:38 +02:00
Gabriel Tofvesson
4425e1b0c7 Add request page button to item detail 2024-10-12 01:02:57 +02:00
Gabriel Tofvesson
3095b399b2 Use plural for text label 2024-10-12 00:52:22 +02:00
Gabriel Tofvesson
6bbe23983d Set nice background colors for item details 2024-10-12 00:51:28 +02:00
Gabriel Tofvesson
145bc90eae Redesign simple item info 2024-10-12 00:48:31 +02:00
Gabriel Tofvesson
1a63a7054f Handle events in children before parents 2024-10-12 00:41:26 +02:00
Gabriel Tofvesson
63e1e54462 Center item detail title 2024-10-12 00:37:11 +02:00
Gabriel Tofvesson
2b4baf7b76 Fix issue where max-durability items report 0 damage 2024-10-12 00:26:02 +02:00
Gabriel Tofvesson
4acde58d5c Fix resize call for horizontal inactive field 2024-10-12 00:17:03 +02:00
Gabriel Tofvesson
7cd370e8ef Fix setX -> getX 2024-10-12 00:15:39 +02:00
Gabriel Tofvesson
0bd63f6804 Set default Progress orientation to HORIZONTAL 2024-10-12 00:11:39 +02:00
Gabriel Tofvesson
7248f777a0 Set reasonable Progress color defaults 2024-10-11 23:51:07 +02:00
Gabriel Tofvesson
685303e4e5 Use bgColor instead of fgColor 2024-10-11 23:48:59 +02:00
Gabriel Tofvesson
0a8209d3fe Guard window color assignments in element setters 2024-10-11 23:47:43 +02:00
Gabriel Tofvesson
b816a81f3b Apply colors to children of Progress 2024-10-11 23:45:37 +02:00
Gabriel Tofvesson
99c9158488 Propogate setDirty for Progress children 2024-10-11 23:39:25 +02:00
Gabriel Tofvesson
3ab4c97fae Define size for Progress 2024-10-11 23:30:35 +02:00
Gabriel Tofvesson
a483a319e6 Pass args to resize() by name 2024-10-11 23:27:02 +02:00
Gabriel Tofvesson
b9cb08bff5 Fix removed function calls 2024-10-11 23:19:23 +02:00
Gabriel Tofvesson
658b69dbf8 Fix orientation prop in Progress 2024-10-11 23:18:19 +02:00
Gabriel Tofvesson
4071e380b1 Conditionally display item damage in detail 2024-10-11 23:15:57 +02:00
Gabriel Tofvesson
bad85564b1 Add damage getters to ItemGroup 2024-10-11 23:15:47 +02:00
Gabriel Tofvesson
fece7532c2 Pad info list 2024-10-11 23:05:25 +02:00
Gabriel Tofvesson
31f53ef521 Add more status info to details page 2024-10-11 22:49:03 +02:00
Gabriel Tofvesson
f6c9801635 Add constants for orientations 2024-10-11 22:48:52 +02:00
Gabriel Tofvesson
25a998a542 Fix orientation bug 2024-10-11 22:01:33 +02:00
Gabriel Tofvesson
2b24904c6f Iterate over children as normal 2024-10-09 23:18:37 +02:00
Gabriel Tofvesson
dd04c0c449 Just use default ipairs 2024-10-09 23:14:08 +02:00
Gabriel Tofvesson
705ad20481 Fix child iterator 2024-10-09 23:12:09 +02:00
Gabriel Tofvesson
655ac6f4b2 Index children by UID 2024-10-09 06:36:18 +02:00
Gabriel Tofvesson
3960eb0cd2 Specify unique identifier for props 2024-10-09 06:35:54 +02:00
Gabriel Tofvesson
fe5f08f62f Fix iterator nil deref 2024-10-09 06:22:39 +02:00
Gabriel Tofvesson
f06a979536 Place text in freeform container 2024-10-09 06:21:07 +02:00
Gabriel Tofvesson
3bb7a69577 Lift common functionality to prop 2024-10-09 06:17:23 +02:00
Gabriel Tofvesson
a96102dc48 Implement freeform container 2024-10-09 06:00:32 +02:00
Gabriel Tofvesson
bbc528988f Implement progress bar 2024-10-09 06:00:02 +02:00
Gabriel Tofvesson
4721410240 Implement abstract element properties 2024-10-09 05:59:45 +02:00
Gabriel Tofvesson
05c4dbdbcb Move parent assignment to renderDefault 2024-10-09 04:29:51 +02:00
Gabriel Tofvesson
32361db152 Color-code itemstacks with nbt data 2024-10-09 04:27:07 +02:00
Gabriel Tofvesson
3f3dd111c1 Track nbt entries 2024-10-09 04:26:39 +02:00
Gabriel Tofvesson
df93ccf801 Implement basic page-switching 2024-10-09 04:10:10 +02:00
Gabriel Tofvesson
ffde1b2978 Abstract page state 2024-10-09 03:57:16 +02:00
Gabriel Tofvesson
37dfa98e42 Fix data-race for istack data in transfer to empty stack 2024-10-09 03:32:47 +02:00
Gabriel Tofvesson
8ecf32dae9 Queue dummy event on refresh 2024-10-09 01:02:08 +02:00
Gabriel Tofvesson
e1fa432b64 Refresh page after import 2024-10-09 00:58:19 +02:00
Gabriel Tofvesson
269eaeb344 Fix inventory naming bug 2024-10-08 23:52:54 +02:00
Gabriel Tofvesson
dd15e2a01e Fix nil dereference in getSimpleName 2024-10-08 23:36:57 +02:00
Gabriel Tofvesson
20fda03d50 Rescan access node chest 2024-10-08 20:15:25 +02:00
Gabriel Tofvesson
f6e61c839c Use simple names 2024-10-08 20:05:24 +02:00
Gabriel Tofvesson
c0f37e1630 Add non-nil name for itemgroup 2024-10-08 20:05:03 +02:00