Commit Graph

16 Commits

Author SHA1 Message Date
Cooldude2606
8638504550 Use new linter (#294)
* Use new linter

* Luacheck and Sumneko Lua fixes

* Bump CI action versions

* Fix excludes for ldoc
2024-05-29 15:39:37 +01:00
Cooldude2606
1c8a97a339 Feature: Toolbar Menu (#268)
* Fix left flow not using uids

* Mock Toolbar menu

* Fix task list after core gui change

* Allow show/hide override

* Fix autofill permissions

* Copy style from toolbar on change

* Open and close automatically

* Removed hacky prevent default

* Fixed more core issues

* Add reset button

* Allow for custom draw order on join

* Add methods to reorder ui flows

* Impliment move buttons

* Add locale

* Add toolbar to player data

* Better player data layout

* Picked a suitable datastore id

* Update locale for readme

* Fix swaping left flow order

* Fix datastore updates

* Code cleanup

* Fix incorrect top flow hashing on load

* Fix loading of malformed data

* Fixed loading state of left flows

* Dont save default data

* Dont open menu on join

* Lint

* Remove incorrect new index metamethod

* Revert method used for move_toolbar_button

* Fixed missing toolbar button

* Fixed desync between visibilty and toggle state

* Fix bad gui element path

* Fixed enable state of toggle button

* Change order of operations

* Fix reset not showing top flow
2024-01-16 00:01:00 +00:00
Cooldude2606
f7eb9c0c37 Final Fixes 2023-12-30 16:50:13 +00:00
Cooldude2606
51480e4ca5 Update core files 2023-12-30 16:47:21 +00:00
Cooldude2606
32507492b8 Fixed Existing Lua Check Errors 2020-05-26 18:21:10 +01:00
Cooldude2606
9214cc5239 Fixed tasklist bug 2020-04-07 17:38:54 +01:00
Cooldude2606
c9534de868 Updated Docs 2020-04-01 00:01:40 +01:00
Cooldude2606
c9b704b9a0 Working center gui 2020-03-23 18:03:29 +00:00
Cooldude2606
60467a7190 Cleaned gui modules 2020-03-18 21:19:54 +00:00
Cooldude2606
c2c535848d Cleaned core gui files 2020-03-17 22:36:52 +00:00
badgamernl
76f86b7a97 Added toolbar button color for open flows
* Added top flow button style `Gui.top_flow_button_visible_style`
* Added function to style toolbar buttons `Gui.left_toolbar_button_style`
* Modified code to call the toolbar button style function
2020-02-26 01:36:40 +01:00
badgamernl
2d90d1dcdd Rerenamed events 2020-02-26 00:49:57 +01:00
badgamernl
efd9c7b609 Renamed Gui.event to Gui.custom_event 2020-02-26 00:41:18 +01:00
badgamernl
3aa77227ca Removed goto usage 2020-02-26 00:35:55 +01:00
badgamernl
1273de4e86 Added custom event on_visibility_changed_by_click
Fixed warp flow issue because of this
2020-02-24 23:43:41 +01:00
Cooldude2606
bcde7943ad Split gui core into multiple files 2020-02-23 23:39:09 +00:00