Logo
Explore Help
Register Sign In
javier/Wino-Mail
1
0
Fork 0
You've already forked Wino-Mail
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
d6b32405067f536a76da36122fa8bb61c06d6f23
Wino-Mail/Wino.Core.Domain/Models/Requests/WebViewMessage.cs

10 lines
235 B
C#
Raw Normal View History

Migrate from Quill to Jodit (#264) * Refactored JS folder. Removed useless files * Add border to signature webview ( Fix for light theme) * migrated quill to jodit(links not working) * Removed quill subfolder * removed table styles and fixed trigger color * disable addaptive toolbar * Remove direction button * MinHeight, Toolbar toggle, style for combobox * Added reference mail to replies and forward * Command bar in compose page Fixed align behaviour with Jodit * Fix theme toggle in composer * switch cc and to in mail chain * default selected value for aligment * make CC/To/From to be mailto links * Added drag and drop for images Fixed dropzones visual states Corrected border radius Fixed null reference exception when event dispatched when chromium still not initialized
2024-07-07 18:04:53 +02:00
namespace Wino.Core.Domain.Models.Requests
{
// Used to pass messages from the webview to the app.
public class WebViewMessage
{
public string type { get; set; }
public string value { get; set; }
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 20ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API