-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Omorphia 0.6 #816
Omorphia 0.6 #816
Conversation
4cf58fd
to
8a3876f
Compare
18b7d8b
to
17610fc
Compare
theseus_gui/src/main.js
Outdated
// Sanity check that we indeed have this locale's definition. | ||
// | ||
// Because it would be a shame if some person called "Brawaru" tried to like, use | ||
// console to add a custom locale for testing purposes, and that locale never actually | ||
// existed in Omorphia. A big big shame. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You didn't really need to copy all of these comments from the example 😂 They were just to describe the train of thought that went into writing the example, in case someone else may spot any mistakes or come up with a better idea how some things can be implemented. The code should still be pretty clear without most of them 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tbh i was just happy that it compiled again
removed most(probably to many) comments
0.7 isn't ready for Theseus, major design changes are coming in that version. We have plans to do a design refresh on Theseus once those changes are done. For now, theseus shouldn't go past 0.6.x |
17610fc
to
375122a
Compare
thanks for the information |
375122a
to
0b66b0c
Compare
This PR updates the Omorphia dependency to 0.6
changes
class="r-btn"
where necessaryvintl
(based on brawaru's tutorial)note:
sry for the one big PR, but most of the changes need to happen simultaneously
maybe you need to delete the
node_modules
folder and reinstall all (pnpm had some problems in my case)