This repository has been archived by the owner on Aug 22, 2022. It is now read-only.
Releases: open-craft/opencraft
Releases · open-craft/opencraft
Enable customization of footer url and image
This release adds the ability to customize the footer URL and image which appears on the bottom-right side of LMS pages (not to be confused with the organization URL and images, found on the left side).
Frontend package upgrades
Merge pull request #802 from open-craft/giovanni/deprecated-exception BB-4198: Fix issues with package upgrades.
Registration page background fix
Refactor styling to be used in one place
Registration page fix
The registration page had issues with background images which were fixed
Add Domain Settings Page
This release adds the DomainSettings
page which includes.
- Checking configured subdomain
- Adding external domain for instance through
DomainSettings
page.
Moving all pages to Sidebar for new site layout.
This release completes first milestone in moving towards new UI. Following are the changes included in this release:
- The Logo page customization component is moved to the sidebar
- The Hero customization component is moved to the sidebar.
- Adds Dashboard Preview
- Adds option to select preview from Dashboard and CourseOutline
Moving customization components to sidebar in new page layout
This release moves multiple customization components to sidebar in new layout.
- Moves ThemeNavigation component to sidebar
- Moves theme color customiztion component to sidebar
- Moves Footer customization component to sidebar
- Changes
ColorInputField
component to be more responsive and removes duplicate sass from importing components - Moves button theme customization component to sidebar
- Expands the content to screen width with proper content alignment in left and right.
- Fixes footer at viewport bottom even if content height is less than viewport.
Course Outline Preview page in the new console
A Course Outline static page has been implemented to be used in the new console UI.
Introduction of new page structure
This is the foundation release for the new page structure the course(studio) page has a new design.
Separate ButtonStyles Component
- Update Logos container with updated ImageUploadField
- Fix colliding className for Logos and CustomStatusPill
- Fix image alt text
- [BB-3777] Separate out the ButtonStyles component.