-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Should the backend handle converting a theme into colors that Studio can apply?
Pros:
- Can log from the backend if anything goes wrong with converting the colors
- Reduces the size of the payload we have to send to the client
- Can cache theme colors for quick responses by the same client, or other client's that access the same theme
Cons:
- More CPU usage on the backend to perform this calculation
Relevant links:
- Roblox API dump: https://raw.githubusercontent.com/CloneTrooper1019/Roblox-Client-Tracker/roblox/API-Dump.json
- It might be worthwhile to pull in all members with a category of "Script Editor Colors" and compare that against the static color map to see if there's any new additions
- Dump Roblox types: https://github.com/JohnnyMorganz/luau-lsp/blob/main/scripts/dumpRobloxTypes.py
Metadata
Metadata
Assignees
Labels
No labels