-
Notifications
You must be signed in to change notification settings - Fork 0
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 decidim awesome #5
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
fblupi
requested changes
Jun 27, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two important things:
- You should include the changes in the
Gemfile
and theGemfile.lock
. - You didn't install the JS dependencies. Please run:
bundle exec rails decidim_decidim_awesome:webpacker:install
And a small one:
- You should include a test checking the integration of this module. See here: Platoniq/decidim-b4m@9fdb351
fblupi
requested changes
Jun 28, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the files from the EU footer and sw.js*
and update the dependencies I marked
fblupi
approved these changes
Jun 28, 2024
fblupi
added a commit
that referenced
this pull request
Jul 1, 2024
* initial commit * add figaro * add passsenger * Linting and specs (#3) * Added .github/workflow file for CI * Lint ERB files with erblint * Lint SCSS files with stylelint * Add i18n spec * Lint JS files with eslint * Lint MarkDown files with mdl * Default local to :ca * Rubocop automatic fixes * db:migrate to create db/schema.rb * Revert "Default local to :ca" This reverts commit 00532b0. * Run Rubocop * Rubocop corrections * Restored db/migrate files to before rubocop fixes * Remove config/deploy symlink and fix .gitignore * Initial cleanup (#4) * Add GH CI result to README.md * Ignore .rspec-failures * i18n spec file * homepage and other spec files * Remove test directory * Fix README rubocop suggestion * i18n_spec to english * default locale to :ca, edit en.yml * Platoniq and EU logos in footer * More spec files to go with the new footer * Edited expected checksum in overrides_spec.rb * remove eu logo * public.sw.js* in .gitignor * Remove cached ublic/sw.js* files * correct platoniq footer spec * Remove lingering EU footer files * default locale to :en to be overwritten with env variable * Add decidim awesome (#5) * Add GH CI result to README.md * Ignore .rspec-failures * i18n spec file * homepage and other spec files * Remove test directory * Fix README rubocop suggestion * i18n_spec to english * default locale to :ca, edit en.yml * Platoniq and EU logos in footer * More spec files to go with the new footer * Edited expected checksum in overrides_spec.rb * Add decidim awesome * db:migrate for rspec failing * add decidim awesome to gemfile and run webpack install for decidim awesome * decidim_awesome spec file * update decidim dev packages to correct version * remove eu-logo.png * default locale to :en * remove eu.en.yml * Remove cached public/sw.js* files * remove eu_footer_spec.rb * Add decidim awesome factories --------- Co-authored-by: Fran Bolívar <[email protected]> * Update README.md * Move .erb-lint.yml --------- Co-authored-by: David Igón <[email protected]> Co-authored-by: Harrison Hassig <[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.