Skip to content

Prompts Open/Closed Filter#349

Merged
itinerare merged 2 commits into
lk-arpg:developfrom
AW0005:prompt_open_filter
Aug 8, 2022
Merged

Prompts Open/Closed Filter#349
itinerare merged 2 commits into
lk-arpg:developfrom
AW0005:prompt_open_filter

Conversation

@AW0005
Copy link
Copy Markdown
Contributor

@AW0005 AW0005 commented Jul 23, 2022

Adds an additional filter to the prompts page to be able to filter for prompts that are still open, or closed prompts (based on start and end date).

'end' => 'Ends Earliest',
'end-reverse' => 'Ends Latest'
], Request::get('sort') ? : 'category', ['class' => 'form-control']) !!}
{!! Form::select('open_prompts', ['any' => 'Any Status', 'open' => 'Open Prompts', 'closed' => 'Closed Prompts'], Request::get('open_prompts') ?? 'any', ['class' => 'form-control selectize']) !!}
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This is the main change in here, the rest is just formatting

@itinerare itinerare added enhancement New feature or request needs review Pull requests that are pending community review labels Jul 23, 2022
@itinerare itinerare requested a review from Draginraptor July 23, 2022 20:20
@itinerare itinerare added reviewed Pull requests that have received community review and are pending merge and removed needs review Pull requests that are pending community review labels Aug 8, 2022
@itinerare itinerare merged commit 3982c77 into lk-arpg:develop Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request reviewed Pull requests that have received community review and are pending merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants