View all by Zoe Locke
Zoe Locke
Follow Zoe Locke
Follow
Following Zoe Locke
Following
Add To Collection
Collection
Comments
Devlog
An Unofficial Colostle Automator
←
Return to An Unofficial Colostle Automator
Devlog
Public release!
August 29, 2025
by
Zoe Locke
With a huge thanks to Nich Angell, creator of Colostle, the app has now been officially released under the Colostle OGL and can be made public!...
Continue reading
Tab order
August 28, 2025
by
Zoe Locke
A usability update today: I've gone through all the elements on the page to ensure they all behave as expected when using a keyboard to navigate instead of a mouse. This proved to be a little complex...
Continue reading
OGL compatibility
August 20, 2025
by
Zoe Locke
To ensure OGL compliance, I have retained only the tables available as free resources and simplified the text accordingly. The filter function has been hidden, as it is no longer necessary. Tables tha...
Continue reading
Data update and small style change
August 04, 2025
by
Zoe Locke
Nothing too sexy today, just going back through the table data I had created originally and amending it to be a direct copy/paste from the book. Also changed the hover/focus styles for buttons and add...
Continue reading
Scaling improvements
July 28, 2025
by
Zoe Locke
The app should now scale to fit your screen, while also not stretching super wide on widescreen displays...
Continue reading
Fixed scrolling issue
July 24, 2025
by
Zoe Locke
This was one of the first GitHub issues I created; users could not grab and scroll the popup. Well I finally fixed it! First I had to set the buttons to Pass, not Stop: that allowed the scroll contain...
Continue reading
Error handling
July 24, 2025
by
Zoe Locke
As we're now handling the data via import from JSON, I've now added basic error handling and reporting...
Continue reading
Added new tables
July 23, 2025
by
Zoe Locke
With thanks to TheHeroNate from Colostle's Discord for the hard work on inputting all the data, we now have all but The Moat available as lookups...
Continue reading
Restyle
July 21, 2025
by
Zoe Locke
Just an aesthetic update today; restyling the whole thing so it's pretty now!...
Continue reading
A quick fix to the lookup popup
July 18, 2025
by
Zoe Locke
Just a little push today, now when a user clicks the screen outside of the lookup popup the popup disappears...
Continue reading
Basic filtering
July 17, 2025
by
Zoe Locke
This feature will become more useful once we have more lookup tables, but it allows the user to filter which lookups are shown by filtering out lookup groups (currently World, Story, Combat) It's far...
Continue reading
Emoji! 😂
July 16, 2025
by
Zoe Locke
Lookup section headers are now decorated with emoji, and the card draw text has been changed from "you drew king of hearts" to "K♥️" to make the card draw text (which is not the focus) take up les...
Continue reading
Changed lookup popup
July 16, 2025
by
Zoe Locke
Compex on the backend but simple looking on the front; I've changed the popup you see when selecting your table from a built-in one to a custom-made one that is built at runtime, which allows more des...
Continue reading
Responsive finally
July 15, 2025
by
Zoe Locke
I had more issues with responsive design, but I finally cracked it. Now the app should work well on mobile and browser, on a range of screen sizes...
Continue reading
Responsive design
July 14, 2025
by
Zoe Locke
I've made a few layout adjustments and changed some project settings. Now the app is more responsive! Text size needs work, but it should at least work properly on most screens now 🤞...
Continue reading
Bug fixes
July 12, 2025
by
Zoe Locke
Two bugs have been addressed: When changing the lookup a horizontal rule is added, but this is only supposed to happen once unless the user hits Draw. This was not the case but has now been resolved...
Continue reading