Commit e5756a1
Timothy Dodd
refactor: replace dropdown components with select components across log filter and settings pages
1 parent 3c8e32b commit e5756a1
5 files changed
Lines changed: 12 additions & 12 deletions
File tree
- src/LogMkWeb/src
- app/_pages
- main-log-page/log-filter-controls
- settings-page
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
- package-lock.json+669-713
- package.json+13-13
- projects/demo/src/app/app.config.ts-2
- projects/demo/src/app/app.html+80-15
- projects/demo/src/app/app.scss+64
- projects/demo/src/app/app.ts+101-13
- projects/demo/src/styles.scss+1-1
- projects/rd-ui/README.md+8-8
- projects/rd-ui/src/lib/components/checkbox/checkbox.component.ts+12-9
- projects/rd-ui/src/lib/components/dropdown/dropdown.component.ts-547
- projects/rd-ui/src/lib/components/dropdown/index.ts-1
- projects/rd-ui/src/lib/components/modal/modal-container.service.ts+2
- projects/rd-ui/src/lib/components/select/index.ts+2
- projects/rd-ui/src/lib/components/select/select-template.directive.ts+17
- projects/rd-ui/src/lib/components/select/select.component.scss+87-26
- projects/rd-ui/src/lib/components/select/select.component.ts+956
- projects/rd-ui/src/lib/index.ts+1-1
- projects/rd-ui/src/public-api.ts+1-1
- tsconfig.json+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments