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

Frontend Refactor #375

Merged
merged 173 commits into from
Jul 23, 2022
Merged

Frontend Refactor #375

merged 173 commits into from
Jul 23, 2022

Conversation

jonasBoss
Copy link
Collaborator

No description provided.

@sezanzeb
Copy link
Owner

sezanzeb commented Jul 9, 2022

  • draw lines in ui from border to border
    "remove this input" error message when key exists
  • output axis while macro code in text input: human readable error
  • StatusData docstring
  • _private underscores in components.py
  • analog-axis not tested yet
  • "event" messsagebroker message to "selected-event"
  • replacing eval with some parsing
  • rename callbacks in context to notify_callbacks
  • maybe move event_header.py out of the injection folder, since helper uses it as well.
  • document why mapping_handlers are an improvement over the evdev.InputEvent directly from the read_loop in the helper

Here are the paddings/margins in px. I couldn't find it in the current docs anymore, but it was on archive.org:

image

@jonasBoss
Copy link
Collaborator Author

jonasBoss commented Jul 23, 2022

@sezanzeb from my side this is ready to merge. I implemented the changes we discussed in the review.

@sezanzeb sezanzeb merged commit 3637204 into sezanzeb:beta Jul 23, 2022
@sezanzeb
Copy link
Owner

sezanzeb commented Jul 23, 2022

Thanks. I'll be away in August. Would you like to be maintainer?

@jonasBoss
Copy link
Collaborator Author

Yes, I think that makes sense.

@jonasBoss
Copy link
Collaborator Author

When do you think your are able to implement the RelToRelHandler?
I think I will do the a RelToAbs an AbsToAbs in the next days. As soon as we have the missing handlers it would be a good point to finish up the beta branch and create a new release.

@sezanzeb
Copy link
Owner

When do you think your are able to implement the RelToRelHandler?

I honestly don't know if I can start working on it until September


class TestRelToBtnHanlder(BaseTests, unittest.IsolatedAsyncioTestCase):
def setUp(self):
self.handler = AxisSwitchHandler(
Copy link
Owner

@sezanzeb sezanzeb Oct 29, 2022

Choose a reason for hiding this comment

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

this creates an AxisSwitchHandler in TestRelToBtnHanlder. Same in TestCombinationHandler

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

oh, that looks like an error. I was probably to lazy with the copy paste.

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.

2 participants