text/src
Max 9721466043 refactor(ActionList): use bool data hasEnabledChild
Check if there is any child that is enabled.

This is somewhat simpler than storing an array of the disabled children
and comparing it's length to the length of the array of non-seperator children.

Signed-off-by: Max <max@nextcloud.com>
2024-04-30 13:37:42 +02:00
..
assets/status-icons
commands
components refactor(ActionList): use bool data hasEnabledChild 2024-04-30 13:37:42 +02:00
css fix(css): Adjust heading sizes (Fixes: #5515) 2024-04-03 14:01:32 +02:00
extensions fix: improve node and mark copy-paste behavior 2024-04-11 11:06:25 +02:00
helpers fix(description): 5688 no need to encode filename 2024-04-22 12:39:22 +02:00
markdownit docs(preview): improve jsdocs for markdownit preview plugin 2024-03-20 10:52:53 +01:00
marks fix: Adapt for tiptap 2.2.x compatibility 2024-04-04 09:28:58 +02:00
mixins fix: Adapt to review feedback 2024-04-02 12:48:25 +02:00
nodes feat: disable spellcheck inside code blocks 2024-04-19 13:42:44 +02:00
plugins fix(lint): trailing comma was missing 2024-04-23 13:46:41 +02:00
services fix: Catch and log autosave error instead of throwing 2024-04-04 11:38:00 +02:00
store chore(store): Remove unused currentSession from vuex store 2024-03-14 20:02:14 +01:00
tests fix(linkBubble): only render when needed 2024-04-23 13:43:21 +02:00
views fix: style lint 2024-04-01 13:53:41 -04:00
EditorFactory.js fix: Create idempotent y.js doc for initial content 2024-03-31 08:50:54 +02:00
editor.js
files.js
init.js
main.js
package.js
public.js feat: Use new icon-add-folder-description 2024-03-21 20:23:06 +01:00
viewer.js