Lucien Greathouse
ec5b3f80ef
Fix theme component error regression
2020-07-03 12:21:49 -07:00
Lucien Greathouse
61c7ef3cb0
plugin: lazily access settings() to help with testing
2020-06-20 21:50:14 -07:00
Lucien Greathouse
2a46df1110
Expose two-way sync.
...
- Convert plugin DevSettings flag to settings panel feature
- Remove server feature, always enable write API
2020-03-18 10:39:40 -07:00
Lucien Greathouse
0e4f6dea2b
plugin: Add setting for opening scripts externally
2020-03-17 23:20:05 -07:00
Lucien Greathouse
a2356773dc
Add checkbox and fill out settings panel
2020-03-17 23:14:32 -07:00
Lucien Greathouse
4a4da4737d
Fix plugin settings persistent
2020-03-17 23:03:59 -07:00
Lucien Greathouse
2cefd1bf2e
plugin: Add PluginSettings context item, render it in settings screen
2020-03-17 23:03:01 -07:00
Lucien Greathouse
c5ce15fe34
plugin: Add dummy settings panel
2020-03-17 22:38:53 -07:00
Lucien Greathouse
830c242751
plugin: Stop using codename in dev mode
2020-03-17 22:25:04 -07:00
Lucien Greathouse
e8e3b7b985
plugin: Fix dark theme when resized to be wide
2020-03-10 20:34:12 -07:00
Lucien Greathouse
3107b1b21b
Dynamic theming. Closes #241 .
...
Upgrades to Roact master and introduces dynamic theme switching.
We branch on the theme name in order to try to use Rojo's brand
colors instead of Studio's. I kind of winged it with these colors
and we might want to choose slightly nicer dark theme colors
in the future.
I also took the opportunity to reorganize the color naming scheme
since it didn't really work for dark theme.
2020-03-08 18:32:42 -07:00
Lucien Greathouse
bdaa671823
Plugin: Pipe InstanceMap around, improve debug output, fix session ID bug
2019-11-18 16:30:57 -08:00
Lucien Greathouse
463bf9b116
Make errors scrollable when too long
2019-11-18 15:57:22 -08:00
Lucien Greathouse
0c7a94c062
Update more code to new formatting machinery
2019-11-18 15:18:06 -08:00
Lucien Greathouse
923f661428
Start rewriting plugin on top of new sync protocol
2019-10-02 18:41:52 -07:00
Lucien Greathouse
b562d11994
plugin: Remove Logging alias and update imports
2019-10-02 11:10:34 -07:00
Lucien Greathouse
f9a5fee364
Reorganize and clean up plugin
2019-10-01 18:23:29 -07:00
Lucien Greathouse
d07571ea7e
Theme adjustments
2019-07-02 16:29:59 -07:00
Lucien Greathouse
fbf29e336f
Adjust theme colors with new brand, not very pretty yet
2019-07-02 16:27:19 -07:00
Lucien Greathouse
09a0a803a1
Update image branding in the plugin
2019-07-02 16:22:01 -07:00
Lucien Greathouse
c77c754f6d
Give plugin GUI a name
2019-06-11 18:00:12 -07:00
Lucien Greathouse
f0fa7326dd
Add an icon to the plugin toolbar button
2019-06-11 17:52:12 -07:00
Lucien Greathouse
f29b0f2f26
New UI, simpler
2019-06-11 17:31:42 -07:00
Lucien Greathouse
5bd88dc82f
plugin: Switch to Roact refactored bindings branch, with real joinBindings!
2019-05-31 13:23:17 -07:00
Lucien Greathouse
ae12ffdefb
Work around Roact bug
2019-05-16 18:45:00 -07:00
Lucien Greathouse
2968b70e6b
Listen to Plugin.Unloading.
...
Closes #127 .
2019-03-19 18:17:03 -07:00
Lucien Greathouse
ca0aabd814
Preload plugin assets at start.
...
Closes #121 .
2019-02-11 13:47:49 -08:00
Lucien Greathouse
6490b77d4c
plugin: Hide placeholder inputs when focused
2019-01-23 18:18:00 -08:00
Lucien Greathouse
d01e757d2f
UI visual tweaks
2019-01-21 18:34:10 -08:00
Lucien Greathouse
e593ce0420
Redesign UI
2019-01-21 17:50:49 -08:00
Lucien Greathouse
578abfabb3
Partial plugin retheme
2019-01-21 16:02:51 -08:00
Lucien Greathouse
fecb11cba4
Adjust logging and error handling in the client
...
* HTTP responses in the error range (400+) now properly turn into errors
* ROJO_EPIPHANY_DEV_CREATE now creates more verbose configuration
* Default configuration values are now much more explicit
* Errors that cause session termination are labeled more clearly.
2019-01-21 10:57:03 -08:00
Lucien Greathouse
f254a51d59
Remove unused config button
2019-01-16 00:01:40 -08:00
Lucien Greathouse
a400abff4c
Switch assets to use custom rounded rectangle
2019-01-15 23:58:10 -08:00
Lucien Greathouse
30ce927621
Refactor Session and ApiContext to allow cancelation
2019-01-11 15:45:32 -08:00
Lucien Greathouse
f21f01be1a
Factor out form text input
2019-01-11 15:26:25 -08:00
Lucien Greathouse
d81eaa6c13
Revamp UI using Kenney UI assets
2019-01-11 14:10:02 -08:00
Lucien Greathouse
5ad830a6d7
Set up icons, make UI a little more resiliant
2019-01-11 11:57:15 -08:00
Lucien Greathouse
5f91a8fdfe
Fix bug where HTTP being disabled would cause stickiness
2019-01-10 16:12:52 -08:00
Lucien Greathouse
ed6d8415bd
Make plugin output less verbose
2019-01-10 15:29:38 -08:00
Lucien Greathouse
c57989a790
plugin: Title bar in session window, clean up Config
2019-01-04 18:23:11 -08:00
Lucien Greathouse
86e0f3fabe
plugin: UI pretty much done
2019-01-04 11:54:12 -08:00
Lucien Greathouse
edcb3d8638
plugin: ConnectPanel now accepts button callbacks
2019-01-04 11:02:54 -08:00
Lucien Greathouse
1582d8f504
plugin: Migrate 'merge' utility into Dictionary module
2019-01-04 10:59:47 -08:00
Lucien Greathouse
5816bb64dc
Start work on plugin UI, this is pretty painful
2019-01-03 18:06:24 -08:00