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

Added Input with button #2973

Merged
merged 1 commit into from
Dec 21, 2023
Merged

Added Input with button #2973

merged 1 commit into from
Dec 21, 2023

Conversation

iiLubos
Copy link
Contributor

@iiLubos iiLubos commented Dec 20, 2023

image

    MMButtonInputEditor {
      title: "MMButtonInputEditor"
      placeholderText: "Write something"
      text: "Text to copy"
      buttonText: "Copy"
      buttonEnabled: text.length > 0
      onButtonClicked: console.log("Copy pressed")
    }

Copy link

Pull Request Test Coverage Report for Build 7276883394

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 2 files lost coverage.
  • Overall coverage remained the same at 61.277%

Files with Coverage Reduction New Missed Lines %
input/app/position/providers/simulatedpositionprovider.cpp 1 90.91%
input/app/projectsmodel.cpp 1 67.23%
Totals Coverage Status
Change from base Build 7258998059: 0.0%
Covered Lines: 7531
Relevant Lines: 12290

💛 - Coveralls

@tomasMizera tomasMizera merged commit 96c4a2c into master Dec 21, 2023
11 checks passed
@tomasMizera tomasMizera deleted the master_buttonInput branch December 21, 2023 07:26
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.

3 participants