File tree
4 files changed
+27
-3
lines changed4 files changed
+27
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
10 | 34 |
| |
11 | 35 |
| |
12 | 36 |
| |
|
Submodule bfx-report-ui updated 66 files
- .eslintrc.json+2-1
- dependabot.yml+1-1
- package-lock.json+8.5k-32.2k
- package.json+7-6
- public/locales/en/translations.json+22-2
- public/locales/es-EM/translations.json+242-28
- public/locales/pt-BR/translations.json+65-28
- public/locales/ru/translations.json+69-32
- public/locales/tr/translations.json+78-41
- public/locales/zh-CN/translations.json+255-39
- public/locales/zh-TW/translations.json+254-38
- src/components/ErrorDialog/ErrorDialog.constants.js+5
- src/components/ErrorDialog/ErrorDialog.container.js+4
- src/components/ErrorDialog/ErrorDialog.js+19-4
- src/components/ExportDialog/ExportDialog.container.js+5-4
- src/components/ExportDialog/ExportDialog.js+15-5
- src/components/ExtraInfoDialog/ExtraInfoDialog.columns.js+259
- src/components/ExtraInfoDialog/ExtraInfoDialog.js+62
- src/components/ExtraInfoDialog/_ExtraInfoDialog.scss+26
- src/components/ExtraInfoDialog/index.js+1
- src/components/Main/Main.js+2
- src/components/Movements/Movements.columns.js+23
- src/components/Movements/Movements.container.js+2
- src/components/Movements/Movements.js+9
- src/components/Preferences/Preferences.js+7
- src/icons/index.js+2
- src/icons/plus.svg+3
- src/index.js+3-1
- src/state/auth/actions.js+8
- src/state/auth/constants.js+1
- src/state/auth/reducer.js+6
- src/state/auth/saga.js+19
- src/state/auth/selectors.js+2
- src/state/movements/actions.js+16
- src/state/movements/constants.js+2
- src/state/movements/reducer.js+7
- src/state/movements/saga.js+30
- src/state/movements/selectors.js+2
- src/state/query/actions.js+8
- src/state/query/constants.js+1
- src/state/query/reducer.js+6
- src/state/query/saga.js+16-2
- src/state/query/selectors.js+2
- src/state/symbols/reducer.js+4-1
- src/state/sync/saga.js+8
- src/state/ui/actions.js+7
- src/state/ui/constants.js+1
- src/state/ui/reducer.js+7
- src/state/ui/selectors.js+2
- src/state/ws/constants.js+2-1
- src/state/ws/saga.js+9
- src/styles/index.scss+1
- src/ui/CollapsedTable/CollapsedTable.js+1-1
- src/ui/ColumnsFilter/ColumnSelector/ColumnSelector.columns.js+1
- src/ui/ColumnsFilter/ColumnsFilter.helpers.js+33
- src/ui/ColumnsFilter/ColumnsFilter.js+9-10
- src/ui/ColumnsFilter/_ColumnsFilter.scss+24-3
- src/ui/MultiSelect/_MultiSelect.scss+2-1
- src/ui/RefreshButton/RefreshButton.js+12-15
- src/ui/RefreshButton/_RefreshButton.scss+2-13
- src/ui/RefreshButton/index.js+1-3
- src/ui/Select/_Select.scss+33-1
- src/ui/SyncAfterUpdatePref/SyncAfterUpdatePref.js+21
- src/ui/SyncAfterUpdatePref/index.js+1
- src/ui/TimeRange/_TimeRange.scss+1-1
- src/utils/columns.js+3
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
0 commit comments