Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: OPTIC-757: Label Studio App Redesign #5892

Merged
merged 46 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
34f7ad2
app redesign color updates in editor and datamanager
carly-bartel May 16, 2024
2d55153
ci: Build frontend
robot-ci-heartex May 16, 2024
5f71e25
Merge remote-tracking branch 'origin/develop' into fb-optic-757/app-r…
bmartel May 21, 2024
225aaf0
ci: Build frontend
robot-ci-heartex May 21, 2024
e9befd3
Merge remote-tracking branch 'origin/develop' into fb-optic-757/app-r…
bmartel May 22, 2024
81c1d86
ci: Build frontend
robot-ci-heartex May 22, 2024
ff617c8
button fix
carly-bartel May 23, 2024
453a01a
style fixes
carly-bartel May 23, 2024
82f6b8d
button fix
carly-bartel May 23, 2024
502e091
data manager style edits
carly-bartel May 23, 2024
c9647e0
Merge branch 'fb-optic-757/app-redesign' of github.com:HumanSignal/la…
bmartel May 29, 2024
962daf3
Merge remote-tracking branch 'origin/develop' into fb-optic-757/app-r…
bmartel May 29, 2024
ebd6c97
ci: Build frontend
robot-ci-heartex May 29, 2024
90722ac
Merge remote-tracking branch 'origin/develop' into fb-optic-757/app-r…
bmartel Jun 3, 2024
f09ef0a
ci: Build frontend
robot-ci-heartex Jun 3, 2024
beee620
qa fixes
carly-bartel Jun 3, 2024
5ecc99c
ci: Build frontend
robot-ci-heartex Jun 3, 2024
cd91e43
data manager style updates
carly-bartel Jun 4, 2024
38dc403
ci: Build frontend
robot-ci-heartex Jun 4, 2024
56ddfbb
update favicon
carly-bartel Jun 5, 2024
aba903b
style fix
carly-bartel Jun 5, 2024
83cbce5
Merge remote-tracking branch 'origin/develop' into fb-optic-757/app-r…
bmartel Jun 6, 2024
c729fde
ci: Build frontend
robot-ci-heartex Jun 6, 2024
d983ba5
remove roboto
carly-bartel Jun 6, 2024
f7316c8
ci: Build frontend
robot-ci-heartex Jun 6, 2024
ab359b0
Merge remote-tracking branch 'origin/develop' into fb-optic-757/app-r…
bmartel Jun 13, 2024
50fabd7
ci: Build frontend
robot-ci-heartex Jun 13, 2024
0a27510
setting up oss locally
carly-bartel Jun 13, 2024
b797cab
ci: Build frontend
robot-ci-heartex Jun 13, 2024
8f9efa8
style fixes
carly-bartel Jun 13, 2024
4f660c5
bug bash fixes
carly-bartel Jun 13, 2024
62d4b0c
Merge remote-tracking branch 'origin/develop' into fb-optic-757/app-r…
bmartel Jun 14, 2024
ffcac4b
ci: Build frontend
robot-ci-heartex Jun 14, 2024
1f2d5ae
style fixes
carly-bartel Jun 17, 2024
702d42a
style edits
carly-bartel Jun 17, 2024
1a8c3a7
importing fonts
carly-bartel Jun 17, 2024
3dfecb6
login screens
carly-bartel Jun 18, 2024
459e66d
style fixes
carly-bartel Jun 18, 2024
46133d0
style edits
carly-bartel Jun 18, 2024
f819dba
style changes
carly-bartel Jun 19, 2024
249db4a
style changes
carly-bartel Jun 19, 2024
00d85ad
style changes
carly-bartel Jun 20, 2024
403b537
style edits
carly-bartel Jun 20, 2024
18b4337
Merge remote-tracking branch 'origin/develop' into fb-optic-757/app-r…
bmartel Jun 21, 2024
b404bd6
Merge remote-tracking branch 'origin/develop' into fb-optic-757/app-r…
bmartel Jun 24, 2024
ed8e662
linting
bmartel Jun 24, 2024
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
2 changes: 1 addition & 1 deletion label_studio/core/static/css/error.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

/* Styles for dedicated error page */
body > .ls-global-error {
font: 16px Roboto;
font-size: 16px;
max-width: 600px;
margin: 0 auto;
}
Expand Down
15 changes: 15 additions & 0 deletions label_studio/core/static/css/fonts.hellix.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@font-face {
font-family: "Hellix";
src: url("/static/fonts/Hellix-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Hellix";
src: url("/static/fonts/Hellix-SemiBold.woff") format("woff");
font-weight: 500;
font-style: normal;
font-display: swap;
}
Loading
Loading