mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
* N°7157 - Allow users to unsubscribe from notification channels * Fix type hinting * Add missing dict entries * Allows to subscribe/unsubscribe from notifications individually * Refactor NotificationsService to singleton pattern * Refactor NotificationsRepository to singleton pattern and rename methods to a more functional naming * Add PHPDoc and type hints * Dump autoloaders * Replace modals with toasts * Add dict entry --------- Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
19 lines
440 B
SCSS
19 lines
440 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2023 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
@import "about";
|
|
@import "base";
|
|
@import "preferences";
|
|
@import "attachments";
|
|
@import "impact-analysis";
|
|
@import "audit";
|
|
@import "data-synchro";
|
|
@import "datamodel-viewer";
|
|
@import "csv-import";
|
|
@import "global-search";
|
|
@import "run-query";
|
|
@import "welcome-popup";
|
|
@import "oauth.wizard";
|
|
@import "notifications-center"; |