Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
da905b4
wip: start css from scratch
Julusian Feb 19, 2025
04438b5
wip: finish rundown list page
Julusian Feb 19, 2025
1e1fb79
wip: rework test tools
Julusian Feb 19, 2025
4cdcff2
wip: status pages
Julusian Feb 24, 2025
4cdf69e
wip: settings nav
Julusian Feb 25, 2025
bc4fd37
wip: studio settings
Julusian Feb 25, 2025
d3b554d
wip: studio settings
Julusian Feb 25, 2025
a2e1b15
wip: blueprint settings
Julusian Feb 25, 2025
1fc550e
wip: some showstyle settings
Julusian Feb 25, 2025
7b3d237
wip: some more styles
Julusian Feb 25, 2025
ac44e84
wip: rundown layouts
Julusian Feb 25, 2025
ed39bf1
wip: showstyle settings
Julusian Feb 25, 2025
b6c8664
wip: some of settings tools
Julusian Feb 25, 2025
283c5e5
wip: settings
Julusian Feb 26, 2025
b6f29b4
wip: modals
Julusian Feb 26, 2025
2443eb7
wip: start on rundown view
Julusian Feb 26, 2025
e531f99
wip: tidying
Julusian Feb 26, 2025
c9ad65e
wip: backgrounds, headers, media popup
Mar 10, 2025
ee09635
wip: refine rundown view
Julusian Mar 11, 2025
6fb3424
wip: misc views
Julusian Mar 12, 2025
9ae66b7
wip: rundown list refinement
Julusian Mar 12, 2025
56ddfff
wip: rundown header
Julusian Mar 12, 2025
34a7d98
wip: remove old origo
Julusian Mar 12, 2025
8699520
wip: tidy
Julusian Mar 13, 2025
2959868
wip: fix rundown list layout
Julusian Mar 17, 2025
0726309
wip: cleanup old classes
Julusian Mar 17, 2025
a3f5129
wip: cleanup old classes
Julusian Mar 17, 2025
2b8adb1
wip: cleanup
Julusian Mar 17, 2025
515c002
wip: remove some unused classes
Julusian Mar 17, 2025
adcb31f
Merge branch 'bbc-release53' into feat/react-bootstrap
Julusian Mar 17, 2025
12fb4a4
wip: merge fixups
Julusian Mar 17, 2025
c561f85
chore: tweaks
Julusian Mar 17, 2025
c2401b3
wip: update some css variables
Julusian Mar 17, 2025
15f0df0
Merge branch 'bbc-release53' into feat/react-bootstrap
Julusian Mar 24, 2025
bb3ca1e
fix: styling bugs
Julusian Mar 24, 2025
faa53ae
fix: styling bugs
Julusian Mar 24, 2025
f497f26
chore: fix lint
Julusian Mar 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/webui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<head>
<title>Sofie</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="/origo-ui/dist/origo.css" />
<link rel="stylesheet" href="/src/client/styles/main.scss" />

<meta name="apple-mobile-web-app-title" content="Sofie" />
Expand Down
5 changes: 5 additions & 0 deletions packages/webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"@sofie-automation/sorensen": "^1.5.8",
"@testing-library/user-event": "^14.6.1",
"@types/sinon": "^10.0.20",
"bootstrap": "^5.3.3",
"classnames": "^2.5.1",
"cubic-spline": "^3.0.3",
"deep-extend": "0.6.0",
Expand All @@ -62,6 +63,7 @@
"query-string": "^6.14.1",
"rc-tooltip": "^6.4.0",
"react": "^18.3.1",
"react-bootstrap": "^2.10.9",
"react-circular-progressbar": "^2.1.0",
"react-datepicker": "^3.8.0",
"react-dnd": "^14.0.5",
Expand All @@ -73,6 +75,7 @@
"react-intersection-observer": "^9.15.1",
"react-moment": "^0.9.7",
"react-popper": "^2.3.0",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.3.4",
"react-timer-hoc": "^2.3.0",
"semver": "^7.6.3",
Expand All @@ -90,13 +93,15 @@
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/bootstrap": "^5",
"@types/classnames": "^2.3.4",
"@types/deep-extend": "^0.6.2",
"@types/react": "^18.3.18",
"@types/react-circular-progressbar": "^1.1.0",
"@types/react-datepicker": "^3.1.8",
"@types/react-dom": "^18.3.5",
"@types/react-router": "^5.1.20",
"@types/react-router-bootstrap": "^0",
"@types/react-router-dom": "^5.3.3",
"@types/sha.js": "^2.4.4",
"@types/xml2js": "^0.4.14",
Expand Down
Loading
Loading