Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
e5b472a
Rework of InlineCSS form and Contrast form.
mbusch3 Feb 19, 2026
eaf4358
First pass on Sensory Misuse form: quick update, save through parent.
mbusch3 Feb 20, 2026
2cd42cc
Cleaning up all forms to default with no choice and work on SelectVal…
mbusch3 Feb 23, 2026
036db15
Fixing "Form" file names and cleanup.
mbusch3 Feb 25, 2026
3a544a2
First pass at implementing Dark Mode
mbusch3 Feb 26, 2026
22d3016
Contrast can evaluate ALL colors, ReviewOnly updated, CSS changes.
mbusch3 Mar 4, 2026
a8bc2c0
Merge branch 'dev' into finalize-primary-forms
mbusch3 Mar 19, 2026
5b5f3d3
Update udoit4-theme.css
mbusch3 Mar 19, 2026
8f55fea
Merge pull request #1124 from mbusch3/finalize-primary-forms
dmols Mar 20, 2026
12e43d0
Fixes "next barrier" nav not following barrier group order.
mbusch3 Mar 24, 2026
8942e87
Fixes BlockQuote form to return more than just the first child when f…
mbusch3 Mar 24, 2026
de4cb88
Updates SensoryMisuseForm and allows global styles in TinyMCE.
mbusch3 Mar 27, 2026
b497d21
Change Link on Settings Page to something that currently exists.
mbusch3 Mar 27, 2026
cf37153
First pass on new Dark Mode updates
mbusch3 Apr 2, 2026
fa15721
Major Dark Mode audit, Full Screen option, and minor fixes.
mbusch3 Apr 3, 2026
b3a2c0f
Fully responsive on all screen sizes. LMS preview mirrors Canvas.
mbusch3 Apr 6, 2026
845684c
Cleaned up UI for SelectValidIdForm.js, including responsive preview.
mbusch3 Apr 7, 2026
345a89f
Second pass through dark mode, muted border colors.
mbusch3 Apr 8, 2026
c3100ac
More dark mode theming
mbusch3 Apr 9, 2026
3411d6c
Merge pull request #1142 from mbusch3/form-ui-changes-mb3
dmols Apr 10, 2026
392889b
Dark mode complete, file review page done
mbusch3 Apr 10, 2026
37cc04b
Merge pull request #1154 from mbusch3/form-ui-changes-mb3
dmols Apr 10, 2026
cb91df4
Merge branch 'dev' into form-ui-changes
dmols May 1, 2026
5752f4a
Fixed syntax issues
dmols May 1, 2026
085800f
Remove undeclared and unused variables from EqualAccessService.php.
mbusch3 May 6, 2026
0d7c9b2
Merge pull request #1175 from mbusch3/form-ui-changes-local
Ishfaq-code May 6, 2026
1b2fe8c
Rework of InlineCSS form and Contrast form.
mbusch3 Feb 19, 2026
e01af68
First pass on Sensory Misuse form: quick update, save through parent.
mbusch3 Feb 20, 2026
5726f37
Cleaning up all forms to default with no choice and work on SelectVal…
mbusch3 Feb 23, 2026
0e6484c
Fixing "Form" file names and cleanup.
mbusch3 Feb 25, 2026
e19b2e3
First pass at implementing Dark Mode
mbusch3 Feb 26, 2026
2cdd2fe
Contrast can evaluate ALL colors, ReviewOnly updated, CSS changes.
mbusch3 Mar 4, 2026
c070e17
Fixes "next barrier" nav not following barrier group order.
mbusch3 Mar 24, 2026
2450020
Fixes BlockQuote form to return more than just the first child when f…
mbusch3 Mar 24, 2026
0818d4e
Updates SensoryMisuseForm and allows global styles in TinyMCE.
mbusch3 Mar 27, 2026
a40cd87
Change Link on Settings Page to something that currently exists.
mbusch3 Mar 27, 2026
1e5111f
First pass on new Dark Mode updates
mbusch3 Apr 2, 2026
cdb1571
Major Dark Mode audit, Full Screen option, and minor fixes.
mbusch3 Apr 3, 2026
5fcc75d
Fully responsive on all screen sizes. LMS preview mirrors Canvas.
mbusch3 Apr 6, 2026
3d28d24
Cleaned up UI for SelectValidIdForm.js, including responsive preview.
mbusch3 Apr 7, 2026
f4cee0c
Second pass through dark mode, muted border colors.
mbusch3 Apr 8, 2026
7f67d45
More dark mode theming
mbusch3 Apr 9, 2026
3f3961d
Dark mode complete, file review page done
mbusch3 Apr 10, 2026
08322c0
Fixed syntax issues
dmols May 1, 2026
d17d0ff
Remove undeclared and unused variables from EqualAccessService.php.
mbusch3 May 6, 2026
8929e7c
Merge branch 'form-ui-changes' into form-ui-dev-merge
dmols May 6, 2026
d6f4be3
pushed fix from merge conflict + makefile command change
dmols May 6, 2026
cd2a2e7
Merge pull request #1178 from Ishfaq-code/form-ui-dev-merge
Ishfaq-code May 6, 2026
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 Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ down:
docker compose -f docker-compose.nginx.yml down

# rebuild the containers from the ground up
build:
rebuild:
docker compose -f docker-compose.nginx.yml up --build

# clear the Symfony cache
Expand Down
12 changes: 0 additions & 12 deletions assets/css/ContentPreview.css

This file was deleted.

14 changes: 0 additions & 14 deletions assets/css/app.css

This file was deleted.

4 changes: 0 additions & 4 deletions assets/css/header.css

This file was deleted.

Loading
Loading