- Added comprehensive AI Assistant system (aiassist/ directory): * Vector search and embedding capabilities * Typebot proxy integration * Elastic search functionality * Message classification and chat history * MCP proxy for external integrations - Implemented Court Status API (GetCourtStatus.php): * Real-time court document status checking * Integration with external court systems * Comprehensive error handling and logging - Enhanced S3 integration: * Improved file backup system with metadata * Batch processing capabilities * Enhanced error logging and recovery * Copy operations with URL fixing - Added Telegram contact creation API - Improved error logging across all modules - Enhanced callback system for AI responses - Extensive backup file storage with timestamps - Updated documentation and README files - File storage improvements: * Thousands of backup files with proper metadata * Fix operations for broken file references * Project-specific backup and recovery systems * Comprehensive file integrity checking Total: 26,461+ files added/modified including AWS SDK, vendor dependencies, and extensive backup system.
35 lines
2.2 KiB
CSS
35 lines
2.2 KiB
CSS
.cm-s-erlang-dark.CodeMirror { background: #002240; color: white; }
|
|
.cm-s-erlang-dark div.CodeMirror-selected { background: #b36539; }
|
|
.cm-s-erlang-dark .CodeMirror-line::selection, .cm-s-erlang-dark .CodeMirror-line > span::selection, .cm-s-erlang-dark .CodeMirror-line > span > span::selection { background: rgba(179, 101, 57, .99); }
|
|
.cm-s-erlang-dark .CodeMirror-line::-moz-selection, .cm-s-erlang-dark .CodeMirror-line > span::-moz-selection, .cm-s-erlang-dark .CodeMirror-line > span > span::-moz-selection { background: rgba(179, 101, 57, .99); }
|
|
.cm-s-erlang-dark .CodeMirror-gutters { background: #002240; border-right: 1px solid #aaa; }
|
|
.cm-s-erlang-dark .CodeMirror-guttermarker { color: white; }
|
|
.cm-s-erlang-dark .CodeMirror-guttermarker-subtle { color: #d0d0d0; }
|
|
.cm-s-erlang-dark .CodeMirror-linenumber { color: #d0d0d0; }
|
|
.cm-s-erlang-dark .CodeMirror-cursor { border-left: 1px solid white; }
|
|
|
|
.cm-s-erlang-dark span.cm-quote { color: #ccc; }
|
|
.cm-s-erlang-dark span.cm-atom { color: #f133f1; }
|
|
.cm-s-erlang-dark span.cm-attribute { color: #ff80e1; }
|
|
.cm-s-erlang-dark span.cm-bracket { color: #ff9d00; }
|
|
.cm-s-erlang-dark span.cm-builtin { color: #eaa; }
|
|
.cm-s-erlang-dark span.cm-comment { color: #77f; }
|
|
.cm-s-erlang-dark span.cm-def { color: #e7a; }
|
|
.cm-s-erlang-dark span.cm-keyword { color: #ffee80; }
|
|
.cm-s-erlang-dark span.cm-meta { color: #50fefe; }
|
|
.cm-s-erlang-dark span.cm-number { color: #ffd0d0; }
|
|
.cm-s-erlang-dark span.cm-operator { color: #d55; }
|
|
.cm-s-erlang-dark span.cm-property { color: #ccc; }
|
|
.cm-s-erlang-dark span.cm-qualifier { color: #ccc; }
|
|
.cm-s-erlang-dark span.cm-special { color: #ffbbbb; }
|
|
.cm-s-erlang-dark span.cm-string { color: #3ad900; }
|
|
.cm-s-erlang-dark span.cm-string-2 { color: #ccc; }
|
|
.cm-s-erlang-dark span.cm-tag { color: #9effff; }
|
|
.cm-s-erlang-dark span.cm-variable { color: #50fe50; }
|
|
.cm-s-erlang-dark span.cm-variable-2 { color: #e0e; }
|
|
.cm-s-erlang-dark span.cm-variable-3 { color: #ccc; }
|
|
.cm-s-erlang-dark span.cm-error { color: #9d1e15; }
|
|
|
|
.cm-s-erlang-dark .CodeMirror-activeline-background { background: #013461; }
|
|
.cm-s-erlang-dark .CodeMirror-matchingbracket { outline:1px solid grey; color:white !important; }
|