-
Notifications
You must be signed in to change notification settings - Fork 29
Prototype proofreading interface #1456
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
base: master
Are you sure you want to change the base?
Conversation
chrismiceli
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to review more closely, but not getting too critical until we align on design etc.
| $header_args = [ | ||
| "css_files" => [ | ||
| "$code_url/styles/struct.css", | ||
| "https://cdn.jsdelivr.net/npm/[email protected]/dist/quill.core.css", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we just serve js/css from our domain since our user base is very sensitive to external resources?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes we should, It didn't seem very clear to me how to download the files so I took the easy way and had to change pinc/base.inc to make this work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the css nor js have any imports or external references, so should just be able to paste into our external resources folder (/pinc/3rdparty) with appropriate license and details.json file.
|
Sandbox updated. |
|
Sandbox updated. |
This is incomplete. There is minimal styling. The styles in the file struct.css are important for the structure of the pages but do not specify any colours (except to avoid transparent which would allow what is underneath to show through). There are several unused files remaining.
Sandbox at: https://www.pgdp.org/~rp31/c.branch/pi_2025