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

Improved separation of style and content/state/layout, and various other #141

Merged
merged 3 commits into from
Mar 11, 2023

Conversation

notEvil
Copy link

@notEvil notEvil commented Mar 10, 2023

see #139

  • removed id, checked, enabled, hint, text, textOff, textOn, visibility, x, y, w, h from props
  • removed documentation of style methods
  • PViewMethodsInterface: added method id()
  • PUI.getViewById: changed argument type from String to int
  • PViewsArea: removed method addView(PViewMethodsInterface)
  • added methods text(), textOn(String), textOn(), textOff(String), textOff(), checked()
  • changed text(String) to return this
  • changed textFont to preserve text style
  • changed textStyle to preserve text font
  • removed empty specializations of Styler
  • removed unused instance variables

notEvil added 3 commits March 5, 2023 16:48
  - removed id, checked, enabled, hint, text, textOff, textOn, visibility, x, y, w, h from props
  - removed documentation of style methods
  - PViewMethodsInterface: added method id()
  - PUI.getViewById: changed argument type from String to int
  - PViewsArea: removed method addView(PViewMethodsInterface)
  - added methods text(), textOn(String), textOn(), textOff(String), textOff(), checked()
  - changed text(String) to return this
  - changed textFont to preserve text style
  - changed textStyle to preserve text font
  - removed empty specializations of Styler
  - removed unused instance variables
Copy link
Owner

@victordiaz victordiaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @notEvil I just reviewed and tested the changes. Everything is good from my point of view.
Thanks so much for the cleanup you did here :) 🎉

@victordiaz victordiaz merged commit effdcdd into victordiaz:develop Mar 11, 2023
victordiaz added a commit that referenced this pull request Mar 24, 2023
Partial revert of #141 and improved properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants