Skip to content

Commit

Permalink
Add html decoding/encoding to collections/
Browse files Browse the repository at this point in the history
  • Loading branch information
DonRichards committed Apr 19, 2022
1 parent 5c896f2 commit c0b7833
Show file tree
Hide file tree
Showing 12 changed files with 22,181 additions and 167 deletions.
3,265 changes: 3,248 additions & 17 deletions js/packages/glimmer-idc/dist/app.bundle.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion js/packages/glimmer-idc/dist/index.html

This file was deleted.

Binary file removed js/packages/glimmer-idc/dist/public/favicon.png
Binary file not shown.
Binary file removed js/packages/glimmer-idc/dist/public/logo192.png
Binary file not shown.
Binary file removed js/packages/glimmer-idc/dist/public/logo512.png
Binary file not shown.
25 changes: 0 additions & 25 deletions js/packages/glimmer-idc/dist/public/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions js/packages/glimmer-idc/dist/public/robots.txt

This file was deleted.

2,106 changes: 2,106 additions & 0 deletions js/packages/glimmer-idc/dist/tests.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/packages/glimmer-idc/src/components/list-item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default class ListItem extends Component<Args> {
{{/if}}
<ul class="flex flex-col text-align-left w-3/5 text-gray-600">
<li>
<h3 class="text-xl mb-2 line-clamp-1">{{@listItem.title}}</h3>
<h3 id="nope" class="text-xl mb-2 line-clamp-1">{{{@listItem.title}}}</h3>
</li>
{{#if @listItem.field_creator}}
<li>
Expand Down
15,885 changes: 15,767 additions & 118 deletions js/packages/mirador/dist/mirador.js

Large diffs are not rendered by default.

684 changes: 683 additions & 1 deletion js/packages/stimulus/dist/stimulus.js

Large diffs are not rendered by default.

377 changes: 376 additions & 1 deletion js/packages/styles/dist/styles.js

Large diffs are not rendered by default.

0 comments on commit c0b7833

Please sign in to comment.