-
Notifications
You must be signed in to change notification settings - Fork 17
IBX-9060: Revamp notifications #1529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
albozek
wants to merge
96
commits into
4.6
Choose a base branch
from
ibx_9060
base: 4.6
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
96 commits
Select commit
Hold shift + click to select a range
b8137fe
IBX-9060: Added renderAllNotificationsPageAction and markNotification…
tbialcz b510b9e
IBX-9060: Moved pagination rendering to Twig template and simplified …
tbialcz 6ce7874
IBX-9060: Added delete action and delete multiple notifications
tbialcz c23d494
IBX-9060: notification views changes
albozek 3dd59ad
IBX-9060: Added search form and query support to notifications page
tbialcz 2f7208c
IBX-9060: Fixed modal
dew326 b327aa2
IBX-9060: Fixed all list
dew326 a0c2a25
IBX-9060: Added mark all as read
tbialcz d9ff38a
IBX-9060: Delete, mark as notifications
dew326 854e2d2
IBX-9060: Mark all as read
dew326 84153c7
IBX-9060: Fixed notification query parameters to use arrays instead o…
tbialcz df1c331
IBX-9060: Notification list filter
albozek bae168d
IBX-9060: Collapsable sidebar
albozek 4ec8845
IBX-9060: Added bulk mark-as-read support and unify selection form ha…
tbialcz 92eaf96
IBX-9060: Added submit buttons to notification selection forms
tbialcz b3d8ffe
IBX-9060: Refactored routes for marking notifications as read
tbialcz d2a966d
Refacotr & style fixes
albozek 8b0e7d8
IBX-9060: Moved submit button definition back to SelectionType
tbialcz 38f9411
IBX-9060: Allowed custom submit button name in NotificationSelectionT…
tbialcz 3e5b9ab
IBX-9060: Refactored notification query building
tbialcz 554a121
IBX-9060: Added delete action and delete multiple notifications
tbialcz de04beb
IBX-9060: Added search form and query support to notifications page
tbialcz 31c8265
IBX-9060: Delete, mark as notifications
dew326 dfb616f
IBX-9060: Added bulk mark-as-read support and unify selection form ha…
tbialcz 566e5be
IBX-9060: Added submit buttons to notification selection forms
tbialcz cd72fa9
IBX-9060: Moved submit button definition back to SelectionType
tbialcz 5ba8873
Mark multiple as read & notification list view expansion
albozek 1a489f2
Review fixes pt 1
albozek 7a5dd69
[Behat] Fix for quickReview.feature
565fc08
Fixed typo
albozek b6e562f
[Behat] Adjusted notification assertion
tomaszszopinski 19fee17
Style fixes
albozek b690b3a
Build fix
albozek 937cfd6
IBX-9060: Fixed loadNotifications
tbialcz 814c348
IBX-9060: Fixed POST method
tbialcz 376a2e4
IBX-9060: Fixed loadNotifications
tbialcz 6b8752f
Fixed dateRange filter status check
albozek 15e9289
temp: do not merge
albozek 820b180
Review fixes pt 2
albozek e50b2e1
Review fixes pt 3
albozek 6bd4ade
Review fixes pt 4
albozek 1d7ee73
Handled all responses
albozek d30f7ad
Merge branch '4.6' into ibx_9060
tbialcz 5114272
IBX-9060: Specified iterable value types and generic return types to …
tbialcz d97cc50
Merge branch '4.6' into ibx_9060
tbialcz 81657b5
IBX-9060: Replaced `loadNotifications` with `findNotifications` in No…
tbialcz 0a79ac1
IBX-9060: Replaced `loadNotifications` with `findNotifications` in No…
tbialcz 4f3d900
Merge remote-tracking branch 'origin/ibx_9060' into ibx_9060
tbialcz fc2d703
IBX-9060: Added renderAllNotificationsPageAction and markNotification…
tbialcz 94db176
IBX-9060: Moved pagination rendering to Twig template and simplified …
tbialcz 0678434
IBX-9060: Added delete action and delete multiple notifications
tbialcz 154c449
IBX-9060: notification views changes
albozek b86a717
IBX-9060: Added search form and query support to notifications page
tbialcz fac92e2
IBX-9060: Fixed modal
dew326 a644b0b
IBX-9060: Fixed all list
dew326 3476964
IBX-9060: Added mark all as read
tbialcz d7fd835
IBX-9060: Delete, mark as notifications
dew326 bd66f11
IBX-9060: Mark all as read
dew326 1e83644
IBX-9060: Fixed notification query parameters to use arrays instead o…
tbialcz d58e399
IBX-9060: Notification list filter
albozek e847646
IBX-9060: Collapsable sidebar
albozek f06e4aa
IBX-9060: Added bulk mark-as-read support and unify selection form ha…
tbialcz 49c36f4
IBX-9060: Added submit buttons to notification selection forms
tbialcz 326fea6
IBX-9060: Refactored routes for marking notifications as read
tbialcz 3dac5f5
Refacotr & style fixes
albozek f5bcd09
IBX-9060: Moved submit button definition back to SelectionType
tbialcz 7d9a78b
IBX-9060: Allowed custom submit button name in NotificationSelectionT…
tbialcz d27b23c
IBX-9060: Refactored notification query building
tbialcz f0c79b0
IBX-9060: Added delete action and delete multiple notifications
tbialcz 77ac4ec
IBX-9060: Added search form and query support to notifications page
tbialcz 67d3fc5
IBX-9060: Delete, mark as notifications
dew326 038c439
IBX-9060: Added bulk mark-as-read support and unify selection form ha…
tbialcz 65a29a5
IBX-9060: Added submit buttons to notification selection forms
tbialcz 86d8afe
IBX-9060: Moved submit button definition back to SelectionType
tbialcz 6fe292c
Mark multiple as read & notification list view expansion
albozek 1105893
Review fixes pt 1
albozek 7065dc3
[Behat] Fix for quickReview.feature
b7e0a42
Fixed typo
albozek bbee01d
[Behat] Adjusted notification assertion
tomaszszopinski 279403f
Style fixes
albozek 8e8bf2e
Build fix
albozek 136a1e8
IBX-9060: Fixed loadNotifications
tbialcz c407d8a
IBX-9060: Fixed POST method
tbialcz 1a7d4fd
IBX-9060: Fixed loadNotifications
tbialcz a86aa31
Fixed dateRange filter status check
albozek deda3f9
temp: do not merge
albozek 19fbcaf
Review fixes pt 2
albozek a5dec3d
Review fixes pt 3
albozek b21b008
Review fixes pt 4
albozek 851b20f
Handled all responses
albozek 865f3b6
IBX-9060: Specified iterable value types and generic return types to …
tbialcz 8f8cace
IBX-9060: Replaced `loadNotifications` with `findNotifications` in No…
tbialcz 3010f81
IBX-9060: Replaced `loadNotifications` with `findNotifications` in No…
tbialcz 9c60177
Merge branch 'ibx_9060' of https://github.com/ibexa/admin-ui into ibx…
tbialcz 0f96182
IBX-9060: Updated NotificationQuery references and adjusted Notificat…
tbialcz 1b7d447
Changed view all label
albozek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?php | ||
|
||
/** | ||
* @copyright Copyright (C) Ibexa AS. All rights reserved. | ||
* @license For full copyright and license information view LICENSE file distributed with this source code. | ||
*/ | ||
declare(strict_types=1); | ||
|
||
namespace Ibexa\Bundle\AdminUi\Controller; | ||
|
||
use Ibexa\Contracts\AdminUi\Controller\Controller; | ||
use Symfony\Component\HttpFoundation\Request; | ||
use Symfony\Component\HttpFoundation\Response; | ||
|
||
class AllNotificationsController extends Controller | ||
{ | ||
public function renderAllNotificationsPageAction(Request $request, int $page): Response | ||
{ | ||
return $this->forward( | ||
NotificationController::class . '::renderNotificationsPageAction', | ||
[ | ||
'page' => $page, | ||
'template' => '@ibexadesign/account/notifications/list_all.html.twig', | ||
'render_all' => true, | ||
] | ||
); | ||
} | ||
} |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.