Michael

Results 40 comments of Michael

Also appears CI is failing for the frontend due to a couple small ESLint complaints.

@ChrisLenga Thanks for the suggestion. @tabarra and I have thought of separating certain permissions in the past. But one concern of ours was the number of permissions. We didn’t want...

@tabarra Thoughts about this? So I can adjust tracking as needed.

> If we decide to go for a full hierarchical permission list editor, this could really help for the Admin Manager to also set non-txadmin related permissions like vmenu. Are...

As stated in the PR's description, none of the implementation details above are considered *final* and are open to suggestions

> A way to get server diagnostic data would be _extremely_ useful too. What data specifically are you looking to consume? @Dalrae1

> > What data specifically are you looking to consume? > > > > I was thinking everything in the "diagnostics" tab, so: > > - Server uptime > >...

@Dalrae1 Thanks; we'll keep this suggestion in mind. My hesitation for adding an abstraction of this sort is just that it further increases the API surface that we need to...

Add the ability to dynamically add menu items defined by third party resources, to the "Main" page. A possible implementation could resemble the following: ```lua exports.monitor:addDialogOption({ id = 'myDialogOption', onSubmit...

@locomoco28 Although I 100% agree that some sort of logging bridge for transport to log aggregation and management systems is a very valid use case, keep in mind that this...