mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-14 20:17:46 +02:00
fix: reorder podcast form fields + extract sync feeds to its own form
- update fields' styling - update icons contents
This commit is contained in:
parent
b047a3c670
commit
2d52fa1046
225 changed files with 292 additions and 699 deletions
|
|
@ -116,7 +116,7 @@ class SubscriptionController extends BaseController
|
|||
return view('subscription/view', $data);
|
||||
}
|
||||
|
||||
public function add(): string
|
||||
public function create(): string
|
||||
{
|
||||
helper('form');
|
||||
|
||||
|
|
@ -127,10 +127,10 @@ class SubscriptionController extends BaseController
|
|||
replace_breadcrumb_params([
|
||||
0 => $this->podcast->at_handle,
|
||||
]);
|
||||
return view('subscription/add', $data);
|
||||
return view('subscription/create', $data);
|
||||
}
|
||||
|
||||
public function attemptAdd(): RedirectResponse
|
||||
public function attemptCreate(): RedirectResponse
|
||||
{
|
||||
helper('text');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue