Skip to content
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

Closed
wants to merge 1 commit into from
Closed

Omorphia 0.6 #816

wants to merge 1 commit into from

Conversation

ToBinio
Copy link
Contributor

@ToBinio ToBinio commented Oct 17, 2023

This PR updates the Omorphia dependency to 0.6

changes

  • update to tauri 1.5
  • replace DropdownButton with JoinedButton
  • rename ModalConfirm to ConfirmModal
  • some reformats cause Prettier wanted to
  • add class="r-btn" where necessary
  • add vintl (based on brawaru's tutorial)
  • some random CSS fixes
  • one js fix because the current code did not work...

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)

@ToBinio ToBinio marked this pull request as ready for review November 14, 2023 15:34
@ToBinio ToBinio force-pushed the omorphia-0.6 branch 2 times, most recently from 18b7d8b to 17610fc Compare November 16, 2023 17:23
@ToBinio ToBinio changed the title Omorphia 0.6 Omorphia 0.7 Nov 16, 2023
Comment on lines 32 to 36
// 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.
Copy link
Contributor

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 🙂

Copy link
Contributor Author

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

@Prospector
Copy link
Member

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

@ToBinio ToBinio changed the title Omorphia 0.7 Omorphia 0.6 Nov 17, 2023
@ToBinio
Copy link
Contributor Author

ToBinio commented Nov 17, 2023

thanks for the information
changed it back to 0.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants