Skip to content
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

blockquote.css #3

Open
wants to merge 44 commits into
base: varshika15-patch-1
Choose a base branch
from
Open

blockquote.css #3

wants to merge 44 commits into from

Commits on Mar 5, 2018

  1. Ignore swap files

    nshki committed Mar 5, 2018
    Copy the full SHA
    275c554 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    82be3b8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9677147 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    01f80e3 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7ace6c4 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    234aefe View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    0eca679 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    e767ad3 View commit details
    Browse the repository at this point in the history
  9. Fix Rubocop errors for models

    nshki committed Mar 5, 2018
    Copy the full SHA
    058150b View commit details
    Browse the repository at this point in the history
  10. Ignore certain cops globally

    nshki committed Mar 5, 2018
    Copy the full SHA
    b903cc6 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    dad8f9d View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    17c5063 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    5b6c95a View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    a6f3af8 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    841629d View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    28fdd3b View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    d4a04af View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    fd92579 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    55945a4 View commit details
    Browse the repository at this point in the history
  20. Clean up views

    - Use 2 spaces over tabs, indent correctly
    - Replace `!<...>.blank?`s with `<...>.present?`
    - Replace `!<...>.empty?`s with `<...>.any?`
    nshki committed Mar 5, 2018
    Copy the full SHA
    885dd95 View commit details
    Browse the repository at this point in the history
  21. Clean up feature tests

    nshki committed Mar 5, 2018
    Copy the full SHA
    976f0d3 View commit details
    Browse the repository at this point in the history
  22. Reindent JS

    nshki committed Mar 5, 2018
    Copy the full SHA
    04cc409 View commit details
    Browse the repository at this point in the history
  23. Reindent CSS

    nshki committed Mar 5, 2018
    Copy the full SHA
    db21580 View commit details
    Browse the repository at this point in the history
  24. Don't prefix vars with _

    nshki committed Mar 5, 2018
    Copy the full SHA
    f59f1c9 View commit details
    Browse the repository at this point in the history
  25. Revert moment feature spec

    nshki committed Mar 5, 2018
    Copy the full SHA
    480e7ce View commit details
    Browse the repository at this point in the history
  26. Clean up code duplication in rails js (ifmeorg#842)

    * Clean up code duplication in rails js
    
    * More fixes
    
    * Even more clean up
    
    * Fix bug with displaying client side errors on forms
    
    * More tests
    
    * Fix indentation issues
    julianguyen authored and nshki committed Mar 5, 2018
    Copy the full SHA
    6d6fa3a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. Update CONTRIBUTING.md

    julianguyen committed Mar 8, 2018
    Copy the full SHA
    8f9e107 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    julianguyen committed Mar 8, 2018
    Copy the full SHA
    89a2ba2 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2018

  1. React i18n (ifmeorg#836)

    * wip(react-i18n): setup linters for react ci, fix lint errors, update flow-typed, mount path for i18n libs absolute import.
    
    * feat(i18n): display storybook example of a dynamically changing I18n Component.
    
    * feat(i18n): complete the integration of React-i18n to components in Storybook.
    
    * refactor(react): make all components contributed adhere to i18n specifications.
    
    * fix(webpack): fix react-on-rails plugin not understanding resolve.modules in webpack.
    
    * fix(styles): fix up linting rules modification.
    
    * style(Dropdown): add explicit case when locale is null or undefined.
    
    * style(client): clean up styles for code climate #1
    
    * fix(webpack): add glob module to automatically extract all register points in client, make client resolve js and jsx.
    
    * style(codeclimate): adjust javascript mass threshold for duplication.
    
    * chore(codeclimate): pass lint and adjust code climate js duplcation mass weights
    nma authored and julianguyen committed Mar 10, 2018
    Copy the full SHA
    28fd58e View commit details
    Browse the repository at this point in the history
  2. Use info add-on in Storybook to show source code (ifmeorg#850)

    * Use info add-on in Storybook to show source code
    
    * Fix Linter errors
    
    * Include client js in Codeclimate check
    julianguyen committed Mar 10, 2018
    Copy the full SHA
    2cfcae3 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2018

  1. Headings created (ifmeorg#855)

    * Headings created
    
    * fix lint error
    
    * Update Heading.scss
    
    * span removed
    
    * fixes lint errors
    asquare14 committed Mar 17, 2018
    Copy the full SHA
    928a6ed View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. blockquote.css

    Fixes issue ifmeorg#847 [Component] Blockquote.
    varshika15 committed Mar 19, 2018
    Copy the full SHA
    27044b7 View commit details
    Browse the repository at this point in the history
  2. Add my name (George Karametas) to contributors (ifmeorg#857)

    * Add George Karametas(me) to contributors
    GeoDoo committed Mar 19, 2018
    Copy the full SHA
    d5634d5 View commit details
    Browse the repository at this point in the history
  3. Add Avatar component - issue 849 (ifmeorg#851)

    * Add Avatar component
    GeoDoo committed Mar 19, 2018
    Copy the full SHA
    b581fea View commit details
    Browse the repository at this point in the history
  4. Blockquote.jsx

    varshika15 committed Mar 19, 2018
    Copy the full SHA
    3909930 View commit details
    Browse the repository at this point in the history
  5. Update blockquote.css

    varshika15 committed Mar 19, 2018
    Copy the full SHA
    26bb608 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6c412bf View commit details
    Browse the repository at this point in the history
  7. Update Blockquote.jsx

    varshika15 committed Mar 19, 2018
    Copy the full SHA
    01c7f78 View commit details
    Browse the repository at this point in the history
  8. Update Blockquote.css

    varshika15 committed Mar 19, 2018
    Copy the full SHA
    f8d6efe View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. Splitting up Storybook stories into separate files (ifmeorg#858)

    * Splitting up Storybook stories into separate files
    
    * Disabling TODO checks for CodeClimate
    
    * Removing published build
    
    * Fixing lint errors
    
    * Fixing comment
    
    * Fixing karma test; fixing peer dependency requirement
    
    * Adding expects to capybara tests
    
    * Adding helper for tests to check page transitions
    
    * Fixing merge conflicting dangling line
    
    * Updating scripts, fixing component names
    
    * Fixing defaultProps for Dropdown
    
    * Fixing missing photo and webpack config
    
    * Trigger codeclimate
    
    * Adding missing EOL
    
    * Fixing storybook webpack config
    
    * Updating loofah gem for circleci
    baohouse authored and julianguyen committed Mar 20, 2018
    Copy the full SHA
    c30d5b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. Updating React lib version

    baohouse committed Mar 22, 2018
    Copy the full SHA
    4eb6c4b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. Copy the full SHA
    1be4280 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. Copy the full SHA
    cd17de5 View commit details
    Browse the repository at this point in the history
  2. Update Blockquote.jsx

    varshika15 committed Mar 30, 2018
    Copy the full SHA
    0014a18 View commit details
    Browse the repository at this point in the history