2022-12-31 |
Dynamic Interface
...
* pkey now can be in uppercase too
* Widgets now take as much space as they need
* Instead of just xml, lua files are supported too
* Removed small_widget (will be moved to the themes repo later)
Sammy
committed
on 31 Dec 2022
|
2022-12-29 |
Widgets will now be displayed correctly
Sammy
committed
on 29 Dec 2022
|
2022-12-28 |
Added scrolling
...
Also:
* Not working help button got commented out
* Added small_widget so the shop owner can switch to a more detailed listing view
* Removed example from products.lua
Sammy
committed
on 28 Dec 2022
|
2022-12-26 |
Added bubbles
...
Thoses bubbles basically are small speaking bubbles, allowing to display small informations temporarly.
* Also removed the description of items because its depricated.
Sammy
committed
on 26 Dec 2022
|
Small UI tweaks
...
* Item list will also refresh after purchase
Sammy
committed
on 26 Dec 2022
|
Backend now running in BG
...
* required stuff moved to init
* debug config is set in init period too
* paths for scripts now are relative
* "Meate" -> "Name" in widget xml
Sammy
committed
on 26 Dec 2022
|
fontend x abstractInv
...
* Small changed in UI
* UI now runs on monitor
* Item widget now has a fixed size
Sammy
committed
on 26 Dec 2022
|
2022-12-25 |
Frontend go brrr
...
* Updated Basalt
* Removed deprecated code
* Seperated frontend and init
* New UI
* Removed irelevant data from products
Sammy
committed
on 25 Dec 2022
|
2022-09-11 |
Working on showing products
...
* frames with id "products" gets filled with product widgets
* changed image object to nfp
* added bimg object
* button objects can now hold metadata (not for enduser)
Sammy
committed
on 11 Sep 2022
|
2022-09-04 |
Loads content properly now
...
Content is e.g. files in data:
* Pages, Fonts, Themes, Configs etc.
* Basalt is now its own actual folder and therfore can be modified too
* miniBDF now moved to basalt lib and is able to actually render text too
* Data structure is now more clean
* Simplified config files a bit
* Removed depricated content from init.lua and added more comments etc.
* We btw. need a logger really badly!!!
Sammy
committed
on 4 Sep 2022
|
2022-09-01 |
Code is now compatible with file structure
...
* Merged config to data folder
* init.lua now works with the expected file structure
* Added default page (templates will be added later )
* Small changes to default interface
* Products.lua file now supports some more meta data
Sammy
committed
on 1 Sep 2022
|