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

[IP-711] Add responsive view for invoices/quotes #783

Merged
merged 4 commits into from
Dec 25, 2021

Conversation

nielsdrost7
Copy link
Contributor

Pull Request Checklist

  • My code follows the code formatting guidelines.
  • I have an issue ID for this pull request.
  • I selected the corresponding branch.
  • I have rebased my changes on top of the corresponding branch.

Issue Type (Please check one or more)

  • Bugfix
  • Improvement of an existing Feature
  • New Feature

Peer Uhlmann and others added 3 commits June 15, 2020 16:23
On Branch 1.5.12
Your branch is up-to-date with 'upstream/1.5.12'.

zum Commit vorgemerkte Änderungen:
	geändert:       application/language/english/ip_lang.php
	gelöscht:       application/modules/invoices/views/partial_item_table.php
	geändert:       application/modules/invoices/views/view.php
	geändert:       application/modules/products/views/modal_product_lookups.php
	gelöscht:       application/modules/quotes/views/partial_item_table.php
	geändert:       application/modules/quotes/views/view.php
	geändert:       application/modules/settings/views/partial_settings_general.php
	geändert:       application/modules/tasks/views/modal_task_lookups.php
	geändert:       assets/invoiceplane/sass/_custom_styles.scss
	geändert:       composer.lock

Unversionierte Dateien:
	application/modules/invoices/views/partial_itemlist_responsive.php
	application/modules/invoices/views/partial_itemlist_table.php
	application/modules/quotes/views/partial_itemlist_responsive.php
	application/modules/quotes/views/partial_itemlist_table.php
Ihr Branch ist 1 Commit vor 'upstream/1.5.12'.

zum Commit vorgemerkte Änderungen:
	geändert:       application/language/english/ip_lang.php
	geändert:       application/modules/invoices/views/partial_itemlist_responsive.php
	geändert:       application/modules/quotes/views/partial_itemlist_responsive.php

- fixed indentation
- replaced short open tags
- removed tags around divs
- added missing labels and input types
Copy link

@accesslint accesslint bot left a comment

Choose a reason for hiding this comment

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

There are accessibility issues in these changes.

<span class="text-muted">
<?php echo htmlsc($quote_tax_rate->quote_tax_rate_name) . ' ' . format_amount($quote_tax_rate->quote_tax_rate_percent) ?>
</span>
<button type="submit" class="btn btn-xs btn-link" onclick="return confirm('<?php _trans('delete_tax_warning'); ?>');">
Copy link

Choose a reason for hiding this comment

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

Looks like this element is missing an accessible name or label. That makes it hard for people using screen readers or voice control to use the control.

@nielsdrost7 nielsdrost7 changed the title Merging in der-peer [IP-711] Add responsive view for invoices/quotes Dec 24, 2021
@nielsdrost7 nielsdrost7 merged commit b9b68ae into InvoicePlane:develop Dec 25, 2021
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