17 Commits

Author SHA1 Message Date
Roardom 16148e6184 update: narrower sort icon
This is the same style of sort icon that mediawiki uses, but the main advantage it has compared to the one currently used is that it takes up less horizontal width, meaning that when you have 10 narrow columns next to each other, such as on the user history/peers pages, you have about 50px more room for the torrent name before it wraps.
2025-02-28 05:00:09 +00:00
Roardom 6cf41fb416 update: clean up stylesheets 2023-12-30 05:50:26 +00:00
HDVinnie 1bfa28716a remove: dead css pt.1 2023-12-27 08:41:56 -05:00
Roardom 240285fb5b refactor: format blade files using prettier
Formatted using `./node_modules/.bin/prettier -w *`.
2023-12-25 12:42:42 +00:00
Roardom 0000838d8b refactor: cruddy torrents
Separate torrents into cruddy route names. Route model binding isn't possible due to the global scope on unapproved torrents. Use form requests. Simplify the controller flow where possible.
2023-07-07 03:18:13 +00:00
Roardom d2a6bed21a refactor: grouped torrents 2023-02-19 09:00:16 -06:00
HDVinnie af8844e7a5 update: _torrent-group-row.blade.php 2022-08-28 00:18:27 -04:00
Shift be2d37ed6e Use Illuminate\Support\Carbon 2022-05-31 22:05:34 +00:00
Shift fd4a75ea02 Modernize Blade directives
Laravel offers many built-in Blade directives, including: `@auth`, `@guest` ,`@csrf`, `@method`, `@json`, and more.

Review the [Blade][1] documentation for more details.

[1]: https://laravel.com/docs/blade
2022-05-31 21:57:30 +00:00
HDVinnie 03e4f147a4 add: torrent grouping 2022-05-29 21:01:46 -04:00
HDVinnie 47cb6bdffd chore: blade directive
- Modernize outdated HTML and Blade directives with the latest equivalents
2022-01-07 23:36:34 -05:00
HDVinnie 4a6567276e chore: reformat views 2021-12-17 14:21:05 -05:00
HDVinnie 7a1c98109b fix: livewire torrent tooltip 2021-05-26 11:21:07 -04:00
HDVinnie 6aec71e20c refactor: torrent list page to livewire
- grouping view and card view are next
2021-05-25 19:41:55 -04:00
HDVinnie c2799b02c4 refactor: graveyard to livewire 2021-05-22 12:20:28 -04:00
HDVinnie ae819332d3 refactor: torrent request search
- rewritten to livewire and alpine
2021-03-29 09:50:11 -04:00
HDVinnie a5b2ad04a7 refactor: staff user search 2020-11-03 11:34:38 -05:00