Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Releases: open-craft/opencraft

Enable customization of footer url and image

28 Jun 18:52
4a3f6a8
Compare
Choose a tag to compare

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

27 May 20:42
f4d442b
Compare
Choose a tag to compare
Merge pull request #802 from open-craft/giovanni/deprecated-exception

BB-4198: Fix issues with package upgrades.

Registration page background fix

09 May 05:42
56bb49d
Compare
Choose a tag to compare

Refactor styling to be used in one place

Registration page fix

29 Apr 14:18
f5961e6
Compare
Choose a tag to compare

The registration page had issues with background images which were fixed

Add Domain Settings Page

19 Apr 20:13
8059666
Compare
Choose a tag to compare

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.

16 Apr 10:01
0f1e905
Compare
Choose a tag to compare

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

05 Apr 23:00
84cb231
Compare
Choose a tag to compare

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

03 Apr 02:50
984558e
Compare
Choose a tag to compare

A Course Outline static page has been implemented to be used in the new console UI.

Introduction of new page structure

16 Mar 19:30
edcb1fa
Compare
Choose a tag to compare

This is the foundation release for the new page structure the course(studio) page has a new design.

Separate ButtonStyles Component

08 Mar 22:54
6094088
Compare
Choose a tag to compare
  • Update Logos container with updated ImageUploadField
  • Fix colliding className for Logos and CustomStatusPill
  • Fix image alt text
  • [BB-3777] Separate out the ButtonStyles component.