Commit Graph

8 Commits

Author SHA1 Message Date
Zack Rauen 04eb399ea2 Update changelog, remove substr
Closes #1234
2022-06-25 03:50:55 -04:00
Zack Rauen 854afc27cf Improve development errors
- Fixes #1029
- Fixes #1028
2022-02-04 16:23:21 -05:00
Strencher 62f2f5d830
Fix cache issue & crashing issue (#953)
Fixes #866
2021-07-25 18:09:18 -04:00
Zack Rauen 01941c1178 Fix various bugs
- Fix an issue removing settings collection
- Fix bugs related to opening in system editor
- Check for guild glasses (in webpack) a little bit later to allow for slower loading
- Add addition try..catch around file operations in DataStore
2021-04-15 18:03:59 -04:00
Zack Rauen fd43ebf7b8 Clean up code, add more linting, update emote styling 2021-04-12 01:07:00 -04:00
Zack Rauen e1a510ab4c Revamp error modal 2021-04-06 14:09:43 -04:00
Zack Rauen f3f15ec72c Fix multiple bugs, change to sync loading
- Removes copy selector developer option
- Add a crash check in the injector
- Switch from throwing over the wall to using <script> elements
- Revert to synchronous loading due to above
- Don't load on login screen
- Plugin logging includes version numbers
- Fix blankslate links
- Fix changelog overflow
2021-03-18 17:50:47 -04:00
Zack Rauen 74b2dace04 Restructure BD into a small mono-repo
This is a repo-wide refactor that introduces the injector to the main branch.

The new architecture is as such:
common/
injector/
renderer/
2021-03-06 03:30:16 -05:00