CompactComposer support older browsers and a different idea to modify the dialog for #1498

This commit is contained in:
the-djmaze 2024-03-19 14:10:03 +01:00
parent 0d34d0b25b
commit 70b1a93108
3 changed files with 49 additions and 51 deletions

View file

@ -6,15 +6,15 @@ class CompactComposerPlugin extends \RainLoop\Plugins\AbstractPlugin
NAME = 'Compact Composer',
AUTHOR = 'Sergey Mosin',
URL = 'https://github.com/the-djmaze/snappymail/pull/1466',
VERSION = '1.0.2',
RELEASE = '2024-02-23',
VERSION = '1.0.3-beta',
RELEASE = '2024-03-19',
REQUIRED = '2.34.0',
LICENSE = 'AGPL v3',
DESCRIPTION = 'WYSIWYG editor with a compact toolbar';
public function Init(): void
{
$this->addTemplate('templates/PopupsCompactCompose.html');
// $this->addTemplate('templates/PopupsCompactCompose.html');
$this->addCss('css/composer.css');
$this->addJs('js/squire-raw.js');
$this->addJs('js/parsel.js');