Clicking on icon next to note title will filter list to notes that has been assigned with clicked icon.

This commit is contained in:
kplaczek
2018-07-05 08:37:52 +02:00
parent 42c61feff8
commit 0b3d25d013
4 changed files with 47 additions and 7 deletions

View File

@@ -12,6 +12,7 @@
*/
Route::get('/', 'Main@listView')->name('list');
Route::get('/filter/{icon?}', 'Main@filterView');
Route::get('/settings', 'Settings@mainView')->name('settingsList');
Route::post('/settings', 'Settings@save');
//Route::post('/', 'Main@listView');