Add notification center button and fix stat-card/activity board loading

This commit is contained in:
master3395
2026-01-19 17:37:47 +01:00
parent 2d6657a7c5
commit a17d856b76
3316 changed files with 723670 additions and 4579 deletions

View File

@@ -1,9 +1,7 @@
<!doctype html>
<html lang="en">
<title>CodeMirror: APL mode</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
@@ -29,7 +27,7 @@
<article>
<h2>APL mode</h2>
<form><label for="code">APL code editor</label><textarea id="code" name="code" placeholder="Enter APL code here" title="APL code editor">
<form><textarea id="code" name="code">
⍝ Conway's game of life
⍝ This example was inspired by the impressive demo at

View File

@@ -1,9 +1,7 @@
<!doctype html>
<html lang="en">
<title>CodeMirror: COBOL mode</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
@@ -57,7 +55,7 @@
<article>
<h2>COBOL mode</h2>
<p> Select Theme <select onchange="selectTheme()" id="selectTheme" title="Select theme" aria-label="Select theme">
<p> Select Theme <select onchange="selectTheme()" id="selectTheme">
<option>default</option>
<option>ambiance</option>
<option>blackboard</option>
@@ -77,7 +75,7 @@
<option>vibrant-ink</option>
<option>xq-dark</option>
<option>xq-light</option>
</select> Select Font Size <select onchange="selectFontsize()" id="selectFontSize" title="Select font size" aria-label="Select font size">
</select> Select Font Size <select onchange="selectFontsize()" id="selectFontSize">
<option value="13px">13px</option>
<option value="14px">14px</option>
<option value="16px">16px</option>
@@ -96,8 +94,7 @@
<label for="id_tabToIndentSpace">Insert Spaces on Tab</label>
<input type="checkbox" id="id_tabToIndentSpace" onchange="tabToIndentSpace()">
</p>
<label for="code">COBOL code editor</label>
<textarea id="code" name="code" placeholder="Enter COBOL code here" title="COBOL code editor">
<textarea id="code" name="code">
---------1---------2---------3---------4---------5---------6---------7---------8
12345678911234567892123456789312345678941234567895123456789612345678971234567898
000010 IDENTIFICATION DIVISION. MODTGHERE

View File

@@ -1,9 +1,7 @@
<!doctype html>
<html lang="en">
<title>CodeMirror: Cypher Mode for CodeMirror</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css" />
@@ -34,8 +32,7 @@
<article>
<h2>Cypher Mode for CodeMirror</h2>
<form>
<label for="code">Cypher code editor</label>
<textarea id="code" name="code" placeholder="Enter Cypher query here" title="Cypher code editor">// Cypher Mode for CodeMirror, using the neo theme
<textarea id="code" name="code">// Cypher Mode for CodeMirror, using the neo theme
MATCH (joe { name: 'Joe' })-[:knows*2..2]-(friend_of_friend)
WHERE NOT (joe)-[:knows]-(friend_of_friend)
RETURN friend_of_friend.name, COUNT(*)

View File

@@ -1,9 +1,7 @@
<!doctype html>
<html lang="en">
<title>CodeMirror: ECL mode</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
@@ -26,7 +24,7 @@
<article>
<h2>ECL mode</h2>
<form><label for="code">ECL code editor</label><textarea id="code" name="code" placeholder="Enter ECL code here" title="ECL code editor">
<form><textarea id="code" name="code">
/*
sample useless code to demonstrate ecl syntax highlighting
this is a multiline comment!

View File

@@ -1,9 +1,7 @@
<!doctype html>
<html lang="en">
<title>CodeMirror: Eiffel mode</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
@@ -30,7 +28,7 @@
<article>
<h2>Eiffel mode</h2>
<form><label for="code">Eiffel code editor</label><textarea id="code" name="code" placeholder="Enter Eiffel code here" title="Eiffel code editor">
<form><textarea id="code" name="code">
note
description: "[
Project-wide universal properties.

View File

@@ -1,9 +1,7 @@
<!doctype html>
<html lang="en">
<title>CodeMirror: Erlang mode</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
@@ -28,7 +26,7 @@
<article>
<h2>Erlang mode</h2>
<form><label for="code">Erlang code editor</label><textarea id="code" name="code" placeholder="Enter Erlang code here" title="Erlang code editor">
<form><textarea id="code" name="code">
%% -*- mode: erlang; erlang-indent-level: 2 -*-
%%% Created : 7 May 2012 by mats cronqvist <masse@klarna.com>

View File

@@ -1,9 +1,7 @@
<!doctype html>
<html lang="en">
<title>CodeMirror: JavaScript mode</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
@@ -31,7 +29,7 @@
<h2>JavaScript mode</h2>
<div><label for="code">JavaScript code editor</label><textarea id="code" name="code" placeholder="Enter JavaScript code here" title="JavaScript code editor">
<div><textarea id="code" name="code">
// Demo code (the actual new parser character stream implementation)
function StringStream(string) {

View File

@@ -1,9 +1,7 @@
<!doctype html>
<html lang="en">
<title>CodeMirror: Lua mode</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
@@ -28,7 +26,7 @@
<article>
<h2>Lua mode</h2>
<form><label for="code">Lua code editor</label><textarea id="code" name="code" placeholder="Enter Lua code here" title="Lua code editor">
<form><textarea id="code" name="code">
--[[
example useless code to show lua syntax highlighting
this is multiline comment

View File

@@ -1,9 +1,7 @@
<!doctype html>
<html lang="en">
<title>CodeMirror: PHP mode</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
@@ -32,7 +30,7 @@
<article>
<h2>PHP mode</h2>
<form><label for="code">PHP code editor</label><textarea id="code" name="code" placeholder="Enter PHP code here" title="PHP code editor">
<form><textarea id="code" name="code">
<?php
$a = array('a' => 1, 'b' => 2, 3 => 'c');

View File

@@ -1,9 +1,7 @@
<!doctype html>
<html lang="en">
<title>CodeMirror: Python mode</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
@@ -28,7 +26,7 @@
<article>
<h2>Python mode</h2>
<div><label for="code">Python code editor</label><textarea id="code" name="code" placeholder="Enter Python code here" title="Python code editor">
<div><textarea id="code" name="code">
# Literals
1234
0.0e101
@@ -142,7 +140,7 @@ fr'x={4*10}\n'
<h2>Cython mode</h2>
<div><label for="code-cython">Cython code editor</label><textarea id="code-cython" name="code-cython" placeholder="Enter Cython code here" title="Cython code editor">
<div><textarea id="code-cython" name="code-cython">
import numpy as np
cimport cython

View File

@@ -1,9 +1,7 @@
<!doctype html>
<html lang="en">
<title>CodeMirror: Soy (Closure Template) mode</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
@@ -31,7 +29,7 @@
<article>
<h2>Soy (Closure Template) mode</h2>
<form><label for="code">Soy code editor</label><textarea id="code" name="code" placeholder="Enter Soy template code here" title="Soy code editor">
<form><textarea id="code" name="code">
{namespace example}
/**

View File

@@ -1,9 +1,7 @@
<!doctype html>
<html lang="en">
<title>CodeMirror: SPARQL mode</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">