Commit 1848f9e
Properties Panel (bbc/sofie-core #22)
* wip: initial draft implementation of userEditPanel
* wip: userEditPanel grouping
* wip: userEditPanel cleanup remove schema as it's replaces by schemas
* wip: userEditPanel styling and use <select> for list
* wip: userEditPanel - make groupType optional to allow empty slots
* wip: userEditPanel - convert to FC
* wip: userEditPanel - uncomment context menu
* wip: UserEditPanel - Add DefaultUserOperationsTypes for revert buttons in panel
* wip: UserEditPanel - Default revert button on panel
* wip: UserEditPanel - tracker on part and segment
* wip: UserEditPanel - only render Segment or Part in panel
* wip: UserEditPanel - initial header for part and segment
* wip: UserEditPanel - comment for the usage of getTimePosition
* wip: UserEditPanel - add Icons in header
* wip: UserEditPanel - add button type in UserEditingDefinitions
* wip: UserEditPanel - rename revert button to "Revert Changes"
* wip: UserEditPanel - add support for SVG icons in grouping (e.g for split or DVE backgrounds)
* wip: UserEditPanel - center revert button
* wip: Renaming UserEditPanel to PropertiesPanel
* wip: UI selection - Context for SelectedElements
* wip: UI selection - refactor from useState() to useReducer()
* wip: UI selection - use type for SelectedElement
* wip: UI selection -Segment not updating upon selection
* feat: unit tests for SelectedElementsContext
* wip: UI selection - add isSelected to withSegmentTiming
* wip: fix props withSelection
* wip: fix props withSelection
* wip: remove componentDidUpdate - leftover from previous debugging
* fix: added listSelectedElements() instead of exposing the selectedElements
* fix: add assertNever() to selectionReducer
* fix: remove id and use ElementId as reference in context provider
* fix: clean up isSelected should parse boolean not function as props
* chore: update package with @testing-library/react
* fix: tests for SelecedElementsContext updated and type fixed
* fix: listSelectedElements is af function not an array
* wip: implement useSelection in PropertiesPanel
* wip: useSelection on Parts
* fix: missing rundown id in propertiespanel actions
* feat: add enabling of userediting in settings
* feat: doubleclick on part selection for properties panel
* fix: properties panel crash when no selection was made
* feat: segment selection
* feat: dbl click anywhere in segment header to select properties
* feat: select part by double clicking a piece
* feat: properties panel commit button for pending changes
* feat: select/deselect an element - fix flickering upen commit changes
* fix: render all userEditOperations when part is selected
* feat: move Properties panel out of notification center logic
* feat: use context.consumer instead of wrapping
* feat: refactor userEditing structure
* feat: properties panel with refactored data structure.
* feat: Schema selection implemented in commit button logic
* feat: implement Layer colors in group selectors
* feat: only parse the selected source on useraction commit
* feat: simplify structure for userEditing source
* fix: rerender group selection when selecting new part
* fix: read the SourceLayerType into UserEditingDefinition
* feat: selected element indicator
* feat: properties panel styling - is edited indication
* wip: add close propterties icon (sketch)
* wip: properties panel css dim commit+revert when not active
* wip: properties panel clean up first iteration selector
* wip: properties panel add close upper right
* fix: crash UI - remove transiongroup
* feat: properties panel animate in and shrink rundown view
* fix: cleanup using notificationpanel for properties panel
* wip: properties panel, rightbar icon color
* fix: re-run only if part.segmentId has changed
* wip: tests for properties panel
* wip: properties panel tests - useFaketimers and implement mock useTracker()
* wip: properties panel - element selection styling
* wip: properties panel styling edit pencil icon
* wip: properties panel close when notification is open
* wip: properties panel selection glow on segment header
* feat: StyledSchemaFormInPlace schema component
* fix: Properties panel - StyledSchemaFormInPlace schema for normal form
* feat: Properties panel is edited pencil styling
* feat: Properties header styling
* wip: Properties tests - more mocking to get correct rendering in test to work
* chore: fix unit tests
* feat: refactor form action to properties field
* chore: update styles
* chore: add actions back into property panel
* chore: support translations for properties panel
* chore: fix some build issues
* feat: allow editing piece properties
* chore: various review comments
* chore: fix tests
* chore: remove unused parameter
* chore: removed commented styles
---------
Co-authored-by: Olzzon <[email protected]>
Co-authored-by: Mint de Wit <[email protected]>1 parent ddab6df commit 1848f9e
File tree
50 files changed
+2604
-355
lines changed- meteor/server
- api/rest/v1
- lib/rest/v1
- packages
- blueprints-integration/src
- documents
- corelib/src/dataModel
- documentation/docs/for-developers
- job-worker/src
- blueprints
- context
- services
- ingest
- playout/model/implementation
- webui
- src/client
- __tests__
- lib
- Components
- forms
- ui
- icons
- styles
- ui
- RundownView
- __tests__
- SegmentContainer
- SegmentTimeline
- Settings
- Studio
- UserEditOperations
- __tests__
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
50 files changed
+2604
-355
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| 370 | + | |
370 | 371 | | |
371 | 372 | | |
372 | 373 | | |
| |||
390 | 391 | | |
391 | 392 | | |
392 | 393 | | |
| 394 | + | |
393 | 395 | | |
394 | 396 | | |
395 | 397 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| 219 | + | |
219 | 220 | | |
220 | 221 | | |
221 | 222 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
91 | 97 | | |
92 | 98 | | |
93 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
55 | 61 | | |
56 | 62 | | |
57 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
129 | 141 | | |
130 | 142 | | |
131 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
132 | 162 | | |
133 | 163 | | |
134 | 164 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
| 20 | + | |
20 | 21 | | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
43 | | - | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
44 | 50 | | |
45 | 51 | | |
46 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
80 | 88 | | |
81 | 89 | | |
82 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
54 | 60 | | |
0 commit comments