Basalt
Basalt copied to clipboard
A UI Framework for CC:Tweaked
### What happened? basalt overrides custom palettes ```lua -- Modified version of @1Turtle's GNOME palette -- black set back to default -- and using the phoenix installer orange local GNOME...
### Describe the bug If the text (or `value`) in the button is longer than its width, the text will overflow the button's bounding box. ### Minimal Working Example ```lua...
### Problem Currently, if you have multiple dropdowns in a frame, they are prioritized in the order they were added (last in the top). This means that if you are...
### Problem Making a frame with borders 1-wide creates seemingly undefined behaviour (in terms of how the borders will be drawn). In general, only one side is drawn at a...
My internet where I am is trash (less than 500kbps). I tried downloading Basalt with `wget run https://basalt.madefor.cc/install.lua packed`, and got this error: 
**Describe the bug** Side-specific border coloring when making the UI with .xml does not work properly. **To Reproduce** Steps to reproduce the behavior: 1. Create a simple Basalt UI with...
### Is your feature request related to a problem? Please describe. It seems like `basalt.autoUpdate()` does not return true errors upon failure. Instead, it prints the error itself, and returns...
**Describe the bug** I'm trying to run a code snippet shared in https://basalt.madefor.cc/#/objects/Frame ```lua local basalt = require("basalt") -- we need basalt here local main = basalt.createFrame():setTheme({FrameBG = colors.lightGray, FrameFG...
**Describe the bug** Im new to this framework and just Lua in general btw. I was just writing code to add titlebars and stuff for some movable windows and all...
**Is your feature request related to a problem? Please describe.** The hard cap to 100 entries in Graph is limiting the ability for Telem's integration to show more data: https://github.com/cyberbit/telem/issues/49...