P3X GitList Demo
GitHub
Repo
Changelog
To do
Releases
Themes
Language
Auto
Afrikaans
العربية
বাংলা
Català
Čeština
Dansk
Deutsch
Ελληνικά
English
Español
Suomi
Français
עברית
Magyar
Italiano
日本語
한국어
Nederlands
Norsk
Polski
Português
Română
Русский
Српски
Svenska
Türkçe
Українська
Tiếng Việt
中文
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
main
Branches
main
Files
Commits
Log
Graph
Stats
Loading a big commit ...
redis-ui-material.git
Commit bd2c75a4e553d5d6e37dc4819580d1f6aaefeb37
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
Browse code
File changed: 267
bd2c75a
Clone
HTTPS
refactor: migrate frontend from AngularJS to Angular with Material}
- Remove entire AngularJS codebase (src/angular/) including all components, dialogs, directives, factories, providers, routes, and UI - Add new Angular (standalone components) frontend in src/ng/ with TypeScript, Angular Material, and reactive patterns - Add Angular components: layout, console, database, settings, search, monitoring, info, and all key type viewers (hash, list, set, zset, string, stream, JSON) - Add Angular services: socket, theme, i18n, common, redis-parser, redis-state, settings, navigation, shortcuts, tree-builder, main-command - Add Angular dialogs: connection, JSON editor/view, key new/set, TTL, treecontrol settings, ask authorization, command palette, key import, prompt - Add Angular Material theming with custom SCSS theme definitions and multiple theme support - Add 50+ new i18n locale files (ar, az, be, bg, bn, bs, cs, da, de, el, es, et, fi, fil, fr, he, hr, hu, hy, id, it, ja, ka, kk, km, ko, ky, lt, mk, ms, ne, nl, no, pl, pt-BR, pt-PT, ro, si, sk, sl, sr, sv, sw, ta, tg, th, tr, uk, vi, zh-HK, zh-TW) - Update existing en, ru, and zn locale files with new string keys - Add state-properties.js for centralized state management - Add Playwright config for e2e testing - Add TypeScript config (tsconfig.json) - Update webpack config for Angular compilation - Update package.json with Angular 19 dependencies and build scripts - Update vendor imports and entry points for new framework - Refactor overlay module from jQuery to vanilla JS - Remove AGENTS.md - Update .gitignore and .npmignore for new project structure - Update index.html for Angular bootstrap - Update main.js and main.scss entry points - Update yarn.lock with new dependency tree
patrikx3
authored on
Apr 1, 2026, 2:31:41 PM
.gitignore
Diff lines: 7 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
.npmignore
Diff lines: 41 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
AGENTS.md
Diff lines: 65 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
Gruntfile.js
Diff lines: 116 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
README.md
Diff lines: 58 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
package.json
Diff lines: 140 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
playwright.config.ts
Diff lines: 44 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/angular-bootstrap.js
Diff lines: 17 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/boot.js
Diff lines: 458 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/dialog/p3xr-dialog-ask-authorization.html
Diff lines: 51 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/dialog/p3xr-dialog-ask-authorization.js
Diff lines: 48 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/dialog/p3xr-dialog-connection.html
Diff lines: 353 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/dialog/p3xr-dialog-connection.js
Diff lines: 271 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/dialog/p3xr-dialog-connection.scss
Diff lines: 1 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/dialog/p3xr-dialog-json-editor.html
Diff lines: 54 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/dialog/p3xr-dialog-json-editor.js
Diff lines: 174 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/dialog/p3xr-dialog-json-editor.scss
Diff lines: 13 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/dialog/p3xr-dialog-json-view.html
Diff lines: 47 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/dialog/p3xr-dialog-json-view.js
Diff lines: 73 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/dialog/p3xr-dialog-json-view.scss
Diff lines: 26 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/dialog/p3xr-dialog-key-new-or-set.html
Diff lines: 177 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/dialog/p3xr-dialog-key-new-or-set.js
Diff lines: 228 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/dialog/p3xr-dialog-treecontrol-settings.html
Diff lines: 176 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/dialog/p3xr-dialog-treecontrol-settings.js
Diff lines: 118 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/dialog/p3xr-dialog-ttl.html
Diff lines: 62 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/dialog/p3xr-dialog-ttl.js
Diff lines: 109 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/directive/p3x-validate-json.js
Diff lines: 57 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/directive/p3xr-monitor-input.js
Diff lines: 47 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/directive/p3xr-monitor.input.scss
Diff lines: 33 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/directive/p3xr-ng-enter.js
Diff lines: 15 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/factory/p3xr-common.js
Diff lines: 154 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/factory/p3xr-key-paging.js
Diff lines: 71 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/factory/p3xr-redis-parser.js
Diff lines: 207 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/factory/p3xr-socket.js
Diff lines: 225 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/injector.js
Diff lines: 47 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/layout/p3xr-layout.html
Diff lines: 166 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/layout/p3xr-layout.js
Diff lines: 329 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/layout/p3xr-layout.scss
Diff lines: 74 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/key/p3xr-main-key-hash.html
Diff lines: 60 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/key/p3xr-main-key-hash.js
Diff lines: 146 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/key/p3xr-main-key-list.html
Diff lines: 64 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/key/p3xr-main-key-list.js
Diff lines: 143 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/key/p3xr-main-key-list.scss
Diff lines: 7 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/key/p3xr-main-key-set.html
Diff lines: 54 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/key/p3xr-main-key-set.js
Diff lines: 145 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/key/p3xr-main-key-stream.html
Diff lines: 39 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/key/p3xr-main-key-stream.js
Diff lines: 118 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/key/p3xr-main-key-string.html
Diff lines: 129 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/key/p3xr-main-key-string.js
Diff lines: 232 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/key/p3xr-main-key-string.scss
Diff lines: 11 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/key/p3xr-main-key-zset.html
Diff lines: 65 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/key/p3xr-main-key-zset.js
Diff lines: 182 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/p3xr-main-key.html
Diff lines: 161 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/p3xr-main-key.js
Diff lines: 436 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/p3xr-main-key.scss
Diff lines: 16 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/p3xr-main-statistics.html
Diff lines: 34 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/p3xr-main-statistics.js
Diff lines: 95 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/p3xr-main-statistics.scss
Diff lines: 5 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/p3xr-main-treecontrol-controls.html
Diff lines: 101 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/p3xr-main-treecontrol-controls.js
Diff lines: 160 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/p3xr-main-treecontrol-controls.scss
Diff lines: 80 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/p3xr-main-treecontrol.html
Diff lines: 62 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/p3xr-main-treecontrol.js
Diff lines: 325 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/main/p3xr-main-treecontrol.scss
Diff lines: 79 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/p3xr-console.html
Diff lines: 74 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/p3xr-console.js
Diff lines: 406 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/p3xr-console.scss
Diff lines: 101 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/p3xr-error.html
Diff lines: 45 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/p3xr-error.js
Diff lines: 12 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/p3xr-main.html
Diff lines: 117 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/p3xr-main.js
Diff lines: 593 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/p3xr-main.scss
Diff lines: 74 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/p3xr-overview.html
Diff lines: 26 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/p3xr-overview.js
Diff lines: 13 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/p3xr-settings.html
Diff lines: 264 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/p3xr-settings.js
Diff lines: 111 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/pages/p3xr-settings.scss
Diff lines: 6 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/provider/p3xr-theme.js
Diff lines: 226 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/provider/p3xr-theme.scss
Diff lines: 86 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/provider/theme-generator/p3xr-theme-dark-neu.js
Diff lines: 42 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/provider/theme-generator/p3xr-theme-dark.js
Diff lines: 47 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/provider/theme-generator/p3xr-theme-darko-bluo.js
Diff lines: 54 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/provider/theme-generator/p3xr-theme-enterprise.js
Diff lines: 44 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/provider/theme-generator/p3xr-theme-light.js
Diff lines: 44 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/provider/theme-generator/p3xr-theme-matrix.js
Diff lines: 68 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/provider/theme-generator/p3xr-theme-redis.js
Diff lines: 44 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/routes.js
Diff lines: 59 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/ui/p3xr-accordion.html
Diff lines: 25 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/ui/p3xr-accordion.js
Diff lines: 41 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/ui/p3xr-accordion.scss
Diff lines: 16 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/ui/p3xr-button.html
Diff lines: 10 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/ui/p3xr-button.js
Diff lines: 13 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/ui/p3xr-input.js
Diff lines: 14 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/ui/p3xr-input.scss
Diff lines: 15 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/ui/p3xr-key-pager.html
Diff lines: 24 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/angular/ui/p3xr-key-pager.js
Diff lines: 11 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/builder/webpack.config.js
Diff lines: 138 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/core/api.js
Diff lines: 14 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/core/clipboard.js
Diff lines: 6 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/core/is-bot.js
Diff lines: 8 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/core/next-id.js
Diff lines: 18 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/core/node-inview-recursive.js
Diff lines: 45 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/core/p3xr.js
Diff lines: 6 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/core/random.js
Diff lines: 5 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/core/settings.js
Diff lines: 234 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/core/state-properties.js
Diff lines: 300 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/core/state.js
Diff lines: 28 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/editor.js
Diff lines: 17 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/index.html
Diff lines: 157 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/injector.scss
Diff lines: 23 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/jquery/overlay.js
Diff lines: 51 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/main.js
Diff lines: 151 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/main.scss
Diff lines: 8 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/app.routes.ts
Diff lines: 83 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/components/confirm-dialog.component.ts
Diff lines: 60 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/components/dialog-cancel-button.component.ts
Diff lines: 56 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/components/json-tree.component.ts
Diff lines: 212 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/components/p3xr-accordion.component.ts
Diff lines: 140 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/components/p3xr-button.component.ts
Diff lines: 91 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/components/p3xr-error.component.ts
Diff lines: 71 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/components/p3xr-input.component.ts
Diff lines: 109 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/components/p3xr-responsive-button.component.ts
Diff lines: 71 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/dialogs/ask-authorization-dialog.component.ts
Diff lines: 83 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/dialogs/ask-authorization-dialog.service.ts
Diff lines: 35 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/dialogs/command-palette-dialog.component.ts
Diff lines: 113 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/dialogs/command-palette-dialog.service.ts
Diff lines: 24 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/dialogs/connection-dialog.component.ts
Diff lines: 801 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/dialogs/connection-dialog.service.ts
Diff lines: 49 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/dialogs/dialog-popup.ts
Diff lines: 80 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/dialogs/json-editor-dialog.component.ts
Diff lines: 284 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/dialogs/json-editor-dialog.service.ts
Diff lines: 50 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/dialogs/json-view-dialog.component.ts
Diff lines: 115 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/dialogs/json-view-dialog.service.ts
Diff lines: 32 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/dialogs/key-import-dialog.component.ts
Diff lines: 122 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/dialogs/key-import-dialog.service.ts
Diff lines: 35 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/dialogs/key-new-or-set-dialog.component.ts
Diff lines: 348 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/dialogs/key-new-or-set-dialog.service.ts
Diff lines: 44 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/dialogs/prompt-dialog.component.ts
Diff lines: 84 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/dialogs/treecontrol-settings-dialog.component.ts
Diff lines: 387 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/dialogs/treecontrol-settings-dialog.service.ts
Diff lines: 32 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/dialogs/ttl-dialog.component.ts
Diff lines: 134 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/dialogs/ttl-dialog.service.ts
Diff lines: 37 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/layout/layout.component.html
Diff lines: 296 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/layout/layout.component.scss
Diff lines: 97 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/layout/layout.component.ts
Diff lines: 585 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/main.ts
Diff lines: 36 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/console/console.component.html
Diff lines: 120 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/console/console.component.scss
Diff lines: 277 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/console/console.component.ts
Diff lines: 523 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/database-header.component.ts
Diff lines: 284 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/database-key.component.html
Diff lines: 147 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/database-key.component.scss
Diff lines: 74 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/database-key.component.ts
Diff lines: 378 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/database-tree.component.html
Diff lines: 83 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/database-tree.component.scss
Diff lines: 145 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/database-tree.component.ts
Diff lines: 441 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/database-treecontrol-controls.component.html
Diff lines: 131 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/database-treecontrol-controls.component.scss
Diff lines: 203 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/database-treecontrol-controls.component.ts
Diff lines: 378 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/database.component.html
Diff lines: 56 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/database.component.scss
Diff lines: 108 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/database.component.ts
Diff lines: 433 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/key/key-hash.component.html
Diff lines: 37 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/key/key-hash.component.ts
Diff lines: 97 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/key/key-json.component.html
Diff lines: 87 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/key/key-json.component.ts
Diff lines: 128 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/key/key-list.component.html
Diff lines: 29 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/key/key-list.component.ts
Diff lines: 89 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/key/key-pager-inline.component.ts
Diff lines: 107 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/key/key-paging.ts
Diff lines: 50 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/key/key-set.component.html
Diff lines: 27 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/key/key-set.component.ts
Diff lines: 89 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/key/key-stream.component.html
Diff lines: 44 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/key/key-stream.component.ts
Diff lines: 209 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/key/key-string.component.html
Diff lines: 170 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/key/key-string.component.ts
Diff lines: 186 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/key/key-type-base.ts
Diff lines: 108 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/key/key-types.scss
Diff lines: 184 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/key/key-zset.component.html
Diff lines: 29 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/key/key-zset.component.ts
Diff lines: 96 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/statistics.component.html
Diff lines: 39 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/statistics.component.scss
Diff lines: 60 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/database/statistics.component.ts
Diff lines: 154 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/info.component.ts
Diff lines: 168 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/monitoring/monitoring.component.html
Diff lines: 262 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/monitoring/monitoring.component.scss
Diff lines: 109 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/monitoring/monitoring.component.ts
Diff lines: 440 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/search/search.component.html
Diff lines: 184 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/search/search.component.scss
Diff lines: 79 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/search/search.component.ts
Diff lines: 233 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/settings.component.ts
Diff lines: 1024 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pipes/date.pipe.ts
Diff lines: 47 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/services/common.service.ts
Diff lines: 252 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/services/i18n.service.ts
Diff lines: 152 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/services/main-command.service.ts
Diff lines: 213 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/services/navigation.service.ts
Diff lines: 73 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/services/redis-parser.service.ts
Diff lines: 193 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/services/redis-state.service.ts
Diff lines: 131 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/services/settings.service.ts
Diff lines: 98 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/services/shortcuts.service.ts
Diff lines: 166 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/services/socket.service.ts
Diff lines: 337 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/services/theme.service.ts
Diff lines: 198 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/services/tree-builder.service.ts
Diff lines: 260 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/themes/_theme-custom.scss
Diff lines: 311 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/themes/_theme-definitions.scss
Diff lines: 116 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/themes/angular-material-themes.scss
Diff lines: 1559 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/overlay/overlay.js
Diff lines: 38 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/jquery/overlay.scss → src/overlay/overlay.scss
Diff lines: 18 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/scss/index.scss
Diff lines: 348 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/ar/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/az/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/be/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/bg/strings.js
Diff lines: 645 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/bn/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/bs/strings.js
Diff lines: 645 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/cs/strings.js
Diff lines: 645 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/da/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/de/strings.js
Diff lines: 645 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/el/strings.js
Diff lines: 645 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/en/strings.js
Diff lines: 718 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/es/strings.js
Diff lines: 645 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/et/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/fi/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/fil/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/fr/strings.js
Diff lines: 645 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/he/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/hr/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/hu/strings.js
Diff lines: 640 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/hy/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/id/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/it/strings.js
Diff lines: 641 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/ja/strings.js
Diff lines: 641 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/ka/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/kk/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/km/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/ko/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/ky/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/lt/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/mk/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/ms/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/ne/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/nl/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/no/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/pl/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/pt-BR/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/pt-PT/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/ro/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/ru/strings.js
Diff lines: 736 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/si/strings.js
Diff lines: 645 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/sk/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/sl/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/sr/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/sv/strings.js
Diff lines: 641 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/sw/strings.js
Diff lines: 645 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/ta/strings.js
Diff lines: 645 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/tg/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/th/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/tr/strings.js
Diff lines: 641 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/uk/strings.js
Diff lines: 641 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/vi/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/zh-HK/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/zh-TW/strings.js
Diff lines: 643 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/strings/zn/strings.js
Diff lines: 690 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/vendor.js
Diff lines: 116 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/vendor.scss
Diff lines: 18 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
tsconfig.json
Diff lines: 32 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
yarn.lock
Diff lines: 4586 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
Keyboard shortcuts
/
Focus search
?
Show this help
Esc
Unfocus input