Skip to content

Commit

Permalink
Revert "Pre lags 129"
Browse files Browse the repository at this point in the history
  • Loading branch information
wgilling committed Jun 17, 2022
1 parent 32f8f1d commit 0d5ebc0
Show file tree
Hide file tree
Showing 9 changed files with 912 additions and 916 deletions.
Empty file modified js/autobuild.sh
100644 → 100755
Empty file.
1,820 changes: 910 additions & 910 deletions js/packages/glimmer-idc/dist/app.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 @@ -84,7 +84,7 @@ export default class ListItem extends Component<Args> {
<li>
<div>
<span class="italic">Published on:&nbsp;</span>
<span>{{@listItem.field_years}}</span>
<span>{{@listItem.field_date_published}}</span>
</div>
</li>
{{/if}}
Expand Down
4 changes: 0 additions & 4 deletions js/packages/glimmer-idc/src/components/search-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ export default class SearchOptions extends Component<Args> {
value: '&sort_by=title',
displayValue: 'Title',
},
{
value: '&sort_by=sort_date',
displayValue: 'Date',
},
];

sortOrderOptions: {}[] = [
Expand Down
2 changes: 1 addition & 1 deletion js/packages/glimmer-idc/src/utils/solr-fields.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const FIELD_MEMBER_OF = 'itm_field_member_of';
export const FIELD_TYPE = 'ss_type';
export const FIELD_LANGUAGE = 'itm_field_language';
export const FIELD_YEARS = 'sm_solr_years';
export const FIELD_YEARS = 'sm_field_years';
Empty file modified js/packages/styles/css/main.css
100644 → 100755
Empty file.
Empty file modified js/packages/styles/fonts/Titling-Gothic-Medium.ttf
100644 → 100755
Empty file.
Empty file modified js/packages/styles/fonts/Titling-Gothic-Regular.ttf
100644 → 100755
Empty file.
Empty file modified screenshot.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0d5ebc0

Please sign in to comment.