1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00
invoiceninja/app/Http/Livewire
Benjamin Beganović ab8b05dd56
Client portal improvements (#3652)
* Install livewire/livewire

* Table improvements

- Cleanup of InvoiceController
- Added Livewire package
- New Livewire component (InvoicesTable)
- New WithSorting trait
- Removed rendering invoices from index.blade.php
- Removed Yaryabox/Datatables references in InvoiceController

* Refactor: Recurring invoices

* payments table & sorting improvements

* payment methods table

* quotes table

* credits table

* Add turbolinks
2020-04-23 08:49:23 +10:00
..
CreditsTable.php Client portal improvements (#3652) 2020-04-23 08:49:23 +10:00
InvoicesTable.php Client portal improvements (#3652) 2020-04-23 08:49:23 +10:00
PaymentMethodsTable.php Client portal improvements (#3652) 2020-04-23 08:49:23 +10:00
PaymentsTable.php Client portal improvements (#3652) 2020-04-23 08:49:23 +10:00
QuotesTable.php Client portal improvements (#3652) 2020-04-23 08:49:23 +10:00
RecurringInvoicesTable.php Client portal improvements (#3652) 2020-04-23 08:49:23 +10:00