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

remove partial? vendored frankstein-dependency Fontawesome and replace with react-icons #462

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ziegenberg
Copy link
Member

@ziegenberg ziegenberg commented May 24, 2024

I thought about doing this in a more gentle way by replacing it piece by piece. But ripping it out all at once is the easiest option.

This font-awesome package with version 4.7.0, was published 8 years ago. We can do better than this. 'react-icons' also provides FontAwesome icons, so let's use that.

Related to #429

@ziegenberg ziegenberg added type:dependencies Pull requests that update a dependency file type:code-enhancement Internal improvements to the codebase and removed type:code-enhancement Internal improvements to the codebase labels May 24, 2024
Copy link
Contributor

This pull request has conflicts ☹
Please resolve those so we can review the pull request.
Thanks.

@ziegenberg ziegenberg force-pushed the implement-react-icons-more-broadly branch from 9a09238 to 68ba1df Compare June 12, 2024 10:46
Copy link
Contributor

github-actions bot commented Jun 12, 2024

This pull request is deployed at test.admin-interface.opencast.org/462/2024-06-12_11-00-58/ .
It might take a few minutes for it to become available.

Copy link
Contributor

Use docker or podman to test this pull request locally.

Run test server using develop.opencast.org as backend:

podman run --rm -it -p 127.0.0.1:3000:3000 ghcr.io/opencast/opencast-admin-interface:pr-462

Specify a different backend like stable.opencast.org:

podman run --rm -it -p 127.0.0.1:3000:3000 -e PROXY_TARGET=https://stable.opencast.org ghcr.io/opencast/opencast-admin-interface:pr-462

It may take a few seconds for the interface to spin up.
It will then be available at http://127.0.0.1:3000.
For more options you can pass on to the proxy, take a look at the README.md.

@ziegenberg ziegenberg force-pushed the implement-react-icons-more-broadly branch from 68ba1df to fa43a48 Compare June 12, 2024 10:52
I thought about doing this in a more gentle way in replacing it piece by
piece. But ripping it out all at once is the easiest option.

Related to opencast#429

Signed-off-by: Daniel Ziegenberg <[email protected]>
@ziegenberg ziegenberg force-pushed the implement-react-icons-more-broadly branch from fa43a48 to 3c8a1b7 Compare June 12, 2024 10:57
This package with version 4.7.0 was published 8 years ago. We can do
better than this. 'react-icons' also provides FontAwesome icons, so
let's use that.

Related to opencast#429

Signed-off-by: Daniel Ziegenberg <[email protected]>
@ziegenberg ziegenberg force-pushed the implement-react-icons-more-broadly branch from 3c8a1b7 to 5f6a9ee Compare June 12, 2024 11:00
Copy link
Contributor

This pull request has conflicts ☹
Please resolve those so we can review the pull request.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:conflicts type:dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant