-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add alt to logo img #82
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
edulix
added a commit
that referenced
this pull request
Jan 24, 2019
* release go-v1 * change version * add extra * fix * add authmethod * fix npm * add overflow check * fix syntax * log error, return * update locales * release 103111.2 * change version to go v3 * set grunt-merge-json to 0.9.5 because last version gives problems with chalk (eirslett/frontend-maven-plugin#629) * change version to go v4 * fix issue regarding ballot encoding checking that was causing some perfectly valid ballots not to be accepted (false negatives) * config version is v3 * set version to go v4 * adding some extra comments for increased readability * go v5 * set url for social share links to election/id/public/home * add global variables, and external script at the end * make election accessible and updated as global var * undo add to index.html * refactor to set global vars when election is loaded * simplify * change version to go v6 * change version to go v7 * change version to go v8 * remove not real warnings * fixing booth scroll in mobile: when multiple options were selected, a space at the bottom was very large * Accessible (#81) * moar accessibility fixes * move powered by and doc links instead of hiding them on xs * keyboard fixes * fixes * aria label close in modals * fix css * moar css fixes * fix header * review screen focus fixes * fix success social buttons css * add alt to logo img (#82) * adding missing i18n (#83) * Pode 20 (#84) * trying to disable dnd in phones * fix typo * Enma 6 (#85) * fixing wording in gl * fix merge * fix i18n * Suggest select category when selecting many options (#86) * starting working on showing a dialog to select a whole category when many options from a category are selected sequentially * fix build * fixing selectAllLastCategory * adding i18n * fix typo * show category in the modal dialog * making modal dialog bigger * showing category in dialog * improve wording * making dialog bigger * add missing file * fixing smaller devices * making threshold bigger * Fix reorder options (#87) * starting to work in reordering options support * working on fixing reordering of options * improving handle * making it more usable * trying the draggable div fix * small css detail * change wording * adding static backdrop * applying category order when selecting options * update some deps that are making build fail
edulix
added a commit
that referenced
this pull request
Feb 27, 2020
* add desborda 2 * Update Gruntfile.js * remove grey background * add desborda3 * release go-v1 * change version * add extra * fix * add authmethod * fix npm * add overflow check * fix syntax * log error, return * update locales * release 103111.2 * change version to go v3 * set grunt-merge-json to 0.9.5 because last version gives problems with chalk (eirslett/frontend-maven-plugin#629) * change version to go v4 * fix issue regarding ballot encoding checking that was causing some perfectly valid ballots not to be accepted (false negatives) * config version is v3 * set version to go v4 * adding some extra comments for increased readability * go v5 * set url for social share links to election/id/public/home * add global variables, and external script at the end * make election accessible and updated as global var * undo add to index.html * refactor to set global vars when election is loaded * simplify * change version to go v6 * change version to go v7 * change version to go v8 * remove not real warnings * fixing booth scroll in mobile: when multiple options were selected, a space at the bottom was very large * Accessible (#81) * moar accessibility fixes * move powered by and doc links instead of hiding them on xs * keyboard fixes * fixes * aria label close in modals * fix css * moar css fixes * fix header * review screen focus fixes * fix success social buttons css * add alt to logo img (#82) * adding missing i18n (#83) * Pode 20 (#84) * trying to disable dnd in phones * fix typo * add initial i18n for fi * fix json * adding some presentation options * add missing dep * fix build * fix log out, adding skip start screen presentation feature * fix var ref * fix var refs * fixing redirect button presentation * adding sv i18n * changing login button color * update fi i18n * try to add support for logout url * make it compile * make it compile * adding support for id_token in logout uri * changing the delete cookies * fix again logout uri * openid-connect fix redirect if no cookie * fix event id reference * Go next merge into next (#88) * release go-v1 * change version * add extra * fix * add authmethod * fix npm * add overflow check * fix syntax * log error, return * update locales * release 103111.2 * change version to go v3 * set grunt-merge-json to 0.9.5 because last version gives problems with chalk (eirslett/frontend-maven-plugin#629) * change version to go v4 * fix issue regarding ballot encoding checking that was causing some perfectly valid ballots not to be accepted (false negatives) * config version is v3 * set version to go v4 * adding some extra comments for increased readability * go v5 * set url for social share links to election/id/public/home * add global variables, and external script at the end * make election accessible and updated as global var * undo add to index.html * refactor to set global vars when election is loaded * simplify * change version to go v6 * change version to go v7 * change version to go v8 * remove not real warnings * fixing booth scroll in mobile: when multiple options were selected, a space at the bottom was very large * Accessible (#81) * moar accessibility fixes * move powered by and doc links instead of hiding them on xs * keyboard fixes * fixes * aria label close in modals * fix css * moar css fixes * fix header * review screen focus fixes * fix success social buttons css * add alt to logo img (#82) * adding missing i18n (#83) * Pode 20 (#84) * trying to disable dnd in phones * fix typo * Enma 6 (#85) * fixing wording in gl * fix merge * fix i18n * Suggest select category when selecting many options (#86) * starting working on showing a dialog to select a whole category when many options from a category are selected sequentially * fix build * fixing selectAllLastCategory * adding i18n * fix typo * show category in the modal dialog * making modal dialog bigger * showing category in dialog * improve wording * making dialog bigger * add missing file * fixing smaller devices * making threshold bigger * Fix reorder options (#87) * starting to work in reordering options support * working on fixing reordering of options * improving handle * making it more usable * trying the draggable div fix * small css detail * change wording * adding static backdrop * applying category order when selecting options * update some deps that are making build fail * update config version * hot fix for showing booth continue button in Internet Edge * adding new registry * support masmadrid tally type * select two show dialog to select all * adding support for auto-selection of category as required by client * make it compile * use option.category instead of option.category.name * allow select all when category is not in shuffle category list, even if that extra option is not defined * select all the category even if there's one already selected * do not allow empty but not null category * do not overwrite first selection * do not overwrite first selection 2 * fix first selected option * fixing null reference * fixing success screen conditional * disabling select whole category when empty selection and category is unshuffled * remove congratulations, too informal * fix ng-if typo * remove more congratulations * using yarn now * update README * updating agora-gui-common deps * updating agora-gui-common * migrating code to use then instead of success and error functions, because new angular version deprecated that * using master agora-gui-common Co-authored-by: Félix Robles <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.