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 f78da760b58f5c40f9dda215ae9d6d62b0887078
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
Browse code
File changed: 154
f78da76
Clone
HTTPS
feat: add React frontend with Vite alongside Angular}
- Add complete React UI with MUI components, Zustand stores, and React Router for all pages (database, console, monitoring, settings, search, info) - Add Vite build configuration and React entry point (main.tsx, App.tsx) - Add reusable React components: P3xrButton, P3xrAccordion, P3xrDialog, ConfirmDialog, PromptDialog, Toast, Overlay - Add React dialog components: ConnectionDialog, JsonEditorDialog, KeyNewOrSetDialog, TtlDialog, AiSettingsDialog, TreeSettingsDialog, KeyImportDialog, JsonViewDialog - Add React stores: socket service, redis state, settings, theme, navigation, overlay, monitoring data, i18n, common, main command - Add utility modules: tree builder, redis parser, shortcuts, electron bridge - Add key type components: KeyString, KeyHash, KeyList, KeySet, KeyZset, KeyStream, KeyTimeseries, KeyJson with shared base - Add monitoring pages: PulsePage, ProfilerPage, PubSubPage, MemoryAnalysisPage, MonitoringShell - Add i18n string files for 50+ locales - Remove deprecated Angular components: p3xr-error, p3xr-responsive-button, date pipe - Update Gruntfile to support dual Angular/React build pipeline - Update webpack config and package.json with React/Vite dependencies - Simplify Angular monitoring and settings components - Update Angular Material theme styles
patrikx3
authored on
Apr 4, 2026, 4:18:41 AM
.gitignore
Diff lines: 8 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
Gruntfile.js
Diff lines: 63 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
README.md
Diff lines: 18 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
package.json
Diff lines: 61 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: 40 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: 10 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: 9 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: 46 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-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/json-editor-dialog.component.ts
Diff lines: 43 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: 11 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: 20 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: 9 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: 16 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: 18 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: 19 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: 11 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: 11 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: 9 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: 9 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-timeseries.component.html
Diff lines: 33 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: 11 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/monitoring/memory-analysis.component.html
Diff lines: 5 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/ng/pages/monitoring/memory-analysis.component.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/ng/pages/monitoring/memory-analysis.component.ts
Diff lines: 23 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-shell.component.scss
Diff lines: 30 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-shell.component.ts
Diff lines: 25 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: 5 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: 7 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: 39 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: 98 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: 59 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: 22 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: 32 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/App.tsx
Diff lines: 74 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/components/ConfirmDialog.tsx
Diff lines: 58 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/components/Overlay.tsx
Diff lines: 47 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/components/P3xrAccordion.tsx
Diff lines: 115 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/components/P3xrButton.tsx
Diff lines: 70 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/components/P3xrDialog.tsx
Diff lines: 125 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/components/PromptDialog.tsx
Diff lines: 69 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/components/Toast.tsx
Diff lines: 30 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/dialogs/AiSettingsDialog.tsx
Diff lines: 86 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/dialogs/ConnectionDialog.tsx
Diff lines: 278 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/dialogs/JsonEditorDialog.tsx
Diff lines: 198 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/dialogs/JsonViewDialog.tsx
Diff lines: 191 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/dialogs/KeyImportDialog.tsx
Diff lines: 124 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/dialogs/KeyNewOrSetDialog.tsx
Diff lines: 382 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/dialogs/TreeSettingsDialog.tsx
Diff lines: 230 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/dialogs/TtlDialog.tsx
Diff lines: 87 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/index.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/react/layout/Layout.tsx
Diff lines: 595 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/main.tsx
Diff lines: 37 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/console/ConsoleComponent.tsx
Diff lines: 584 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/database/DatabaseHeader.tsx
Diff lines: 148 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/database/DatabaseKeyPage.tsx
Diff lines: 475 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/database/DatabasePage.tsx
Diff lines: 244 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/database/DatabaseTree.tsx
Diff lines: 469 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/database/DatabaseTreeControls.tsx
Diff lines: 510 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/database/StatisticsPage.tsx
Diff lines: 228 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/database/key/KeyHash.tsx
Diff lines: 129 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/database/key/KeyJson.tsx
Diff lines: 238 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/database/key/KeyList.tsx
Diff lines: 163 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/database/key/KeyPagerInline.tsx
Diff lines: 74 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/database/key/KeySet.tsx
Diff lines: 126 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/database/key/KeyStream.tsx
Diff lines: 217 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/database/key/KeyString.tsx
Diff lines: 260 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/database/key/KeyTimeseries.tsx
Diff lines: 715 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/database/key/KeyZset.tsx
Diff lines: 138 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/database/key/key-type-base.ts
Diff lines: 149 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/info/InfoPage.tsx
Diff lines: 122 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/monitoring/MemoryAnalysisPage.tsx
Diff lines: 303 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/monitoring/MonitoringShell.tsx
Diff lines: 88 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/monitoring/ProfilerPage.tsx
Diff lines: 123 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/monitoring/PubSubPage.tsx
Diff lines: 129 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/monitoring/PulsePage.tsx
Diff lines: 792 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/search/SearchPage.tsx
Diff lines: 387 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/pages/settings/SettingsPage.tsx
Diff lines: 569 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/stores/common.store.ts
Diff lines: 173 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/stores/electron-bridge.ts
Diff lines: 70 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/stores/i18n.store.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/react/stores/main-command.store.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/react/stores/monitoring-data.store.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/react/stores/navigation.store.ts
Diff lines: 39 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/stores/overlay.store.ts
Diff lines: 23 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/stores/redis-parser.ts
Diff lines: 82 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/stores/redis-state.store.ts
Diff lines: 102 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/stores/settings.store.ts
Diff lines: 138 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/stores/shortcuts.ts
Diff lines: 141 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/stores/socket.service.ts
Diff lines: 216 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/stores/theme.store.ts
Diff lines: 78 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/stores/tree-builder.ts
Diff lines: 227 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/themes/index.ts
Diff lines: 389 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/tsconfig.json
Diff lines: 22 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/vite-env.d.ts
Diff lines: 8 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
src/react/vite.config.ts
Diff lines: 43 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: 19 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 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: 8 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
tsconfig.json
Diff lines: 10 Type: text
Diff
History
View
Hang on, loading the diffs via AJAX
Hang on, rendering the diffs with web worker
yarn.lock
Diff lines: 1012 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