Basalt icon indicating copy to clipboard operation
Basalt copied to clipboard

A UI Framework for CC:Tweaked

Results 33 Basalt issues
Sort by recently updated
recently updated
newest added

### 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...

bug

### 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...

bug

### 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...

enhancement

### 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...

enhancement

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: ![image](https://user-images.githubusercontent.com/43142209/215284123-8a8e3437-21a0-484a-9e32-f4fdc928fb4c.png)

**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...

bug

### 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...

enhancement

**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...

bug

**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...

bug

**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...

enhancement