Skip to content

Commit

Permalink
Merge pull request #221 from lblod/chore/bump-editor-v0.49.0
Browse files Browse the repository at this point in the history
Bump editor and corresponding appuniversum
  • Loading branch information
abeforgit authored Nov 26, 2021
2 parents adbb3b7 + 68c772d commit b17a0b2
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 173 deletions.
2 changes: 1 addition & 1 deletion app/components/rdfa-editor-container.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{#if @busy}}
<div class="container-flex--contain">
<div class="au-c-rdfa-editor">
<div class="say-container say-container--sidebar-left">
<div class="say-container say-container--sidebar-left say-container--paper say-container--sidebar-right">
<div class="say-container__main">
<div class="say-editor rdfa-annotations rdfa-annotations-highlight rdfa-annotations-hover">
<div class="say-editor__paper">
Expand Down
2 changes: 2 additions & 0 deletions app/components/rdfa-editor-container.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export default class RdfaEditorContainerComponent extends Component {
showRdfa: true,
showRdfaHighlight: true,
showRdfaHover: true,
showPaper: true,
showSidebar: true
}
);
}
Expand Down
11 changes: 11 additions & 0 deletions app/styles/_shame.scss
Original file line number Diff line number Diff line change
Expand Up @@ -577,3 +577,14 @@
border-bottom-color: $au-blue-900;
}
}

// DISABLED EDITOR
// ---
.say-content--disabled {
cursor: default;
}

// Override main container on mock-login
.au-c-main-container--mock-login {
height: 100%;
}
3 changes: 1 addition & 2 deletions app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
@import "appuniversum/s-colors.scss";
@import "appuniversum/s-global";
@import "appuniversum/s-utilities";
@import "appuniversum/s-root";


// PROJECT SPECIFIC VARIABLES
@import "project/s-global";
@import "project/s-say-theme";


// MIXINS
Expand Down Expand Up @@ -104,7 +104,6 @@
@import "project/c-theme";



// UTILITIES
@import "appuniversum/u-align-text";
@import "appuniversum/u-break-word";
Expand Down
164 changes: 0 additions & 164 deletions app/styles/project/_s-say-theme.scss

This file was deleted.

2 changes: 1 addition & 1 deletion app/templates/agendapoints/show.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<div class="au-c-body-container">
<div class="au-c-rdfa-editor">
<div class="say-container say-container--sidebar-left">
<div class="say-container say-container--sidebar-left say-container--paper say-container--sidebar-right">
<div class="say-container__main">
{{#unless this.readOnly}}
<div class="au-o-box au-o-box--small au-c-theme-gray-100">
Expand Down
4 changes: 2 additions & 2 deletions app/templates/mock-login.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="au-c-main-container" itemprop="mainContentOfPage">
<div class="au-c-main-container au-c-main-container--mock-login" itemprop="mainContentOfPage">
<div class="au-c-main-container__content au-c-main-container__content--scroll">
<main id="content">
<AuContentHeader @titlePartOne="Vlaanderen" @titlePartTwo="is gelinkt notuleren">
Expand Down Expand Up @@ -27,7 +27,7 @@
{{/if}}
<login.each-account @accounts={{this.model}} as |account|>
<div class="au-o-box au-o-box--small au-c-card au-u-margin-bottom-small">
<p>{{account.gebruiker.voornaam}} {{account.gebruiker.achternaam}}</p>
<p class="au-u-h6">{{account.gebruiker.voornaam}} {{account.gebruiker.achternaam}}</p>
</div>
</login.each-account>
<NumberPagination @page={{this.page}} @size={{this.size}} @nbOfItems={{this.model.length}} @total={{this.model.meta.count}} @links={{this.model.meta.pagination}} />
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
"test:ember": "ember test"
},
"devDependencies": {
"@appuniversum/appuniversum": "0.1.5",
"@appuniversum/ember-appuniversum": "0.6.5",
"@appuniversum/appuniversum": "0.2.1",
"@appuniversum/ember-appuniversum": "0.7.0",
"@ember/optional-features": "^2.0.0",
"@ember/render-modifiers": "^1.0.2",
"@ember/test-helpers": "^2.1.4",
"@glimmer/component": "^1.0.3",
"@glimmer/tracking": "^1.0.3",
"@lblod/ember-acmidm-login": "^1.2.0",
"@lblod/ember-mock-login": "0.5.0",
"@lblod/ember-rdfa-editor": "^0.48.0",
"@lblod/ember-rdfa-editor": "^0.49.0",
"@lblod/ember-rdfa-editor-besluit-type-plugin": "0.4.0",
"@lblod/ember-rdfa-editor-citaten-plugin": "0.13.2",
"@lblod/ember-rdfa-editor-document-title-plugin": "0.2.0",
Expand Down

0 comments on commit b17a0b2

Please sign in to comment.