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

feat(chat): add support for custom message template #2750

Merged
merged 50 commits into from
Jun 15, 2021
Merged

feat(chat): add support for custom message template #2750

merged 50 commits into from
Jun 15, 2021

Commits on May 26, 2021

  1. Configuration menu
    Copy the full SHA
    640a815 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58890d9 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. code refactor

    andreipadolin committed May 28, 2021
    Configuration menu
    Copy the full SHA
    d3ef8ff View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

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

Commits on Jun 2, 2021

  1. remove unusedfunction

    andreipadolin committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    91bcfbf View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. style: fix typo

    yggg committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    a48e5bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed23ee7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ef1f57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    976e580 View commit details
    Browse the repository at this point in the history
  5. style: add missing semicolon

    yggg committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    d6f1042 View commit details
    Browse the repository at this point in the history
  6. refactor: correct spec file name

    And fix formatting
    yggg committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    edeeb79 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a69fb0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    15edb02 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d8702ad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7e6c2f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    bc38668 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff0c550 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dabab6 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    f7a0f57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    584ef45 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    22dbe78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a95beb9 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Configuration menu
    Copy the full SHA
    16f22fb View commit details
    Browse the repository at this point in the history
  2. refactor(custom message directive): group properties with accessors

    And allow to use nbCustomMessageDisableDefaultStyles as a boolean input
    yggg committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    50536c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dcb222 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3fc871 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cc3234 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13ce97b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f010fcb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fc0bbd9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    41b5a3b View commit details
    Browse the repository at this point in the history
  10. refactor(chat): inverse boolean expression

    To simplify template reading.
    yggg committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    4da525a View commit details
    Browse the repository at this point in the history
  11. refactor(chat): split template literal

    To remove unnecessary whitespace
    yggg committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    63a4020 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    343ec4a View commit details
    Browse the repository at this point in the history
  13. refactor(chat): remove sender top margin

    Looks like docs app styles (bootstrap) was leaking into examples,
    so there was no top margin in the docs examples, but it was presented
    in the user app
    yggg committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    691477c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    133491a View commit details
    Browse the repository at this point in the history
  15. refactor(chat): rename method

    yggg committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    953ebfc View commit details
    Browse the repository at this point in the history
  16. refactor(chat avatar): remove unnecessary div from template

    Move div class and style to the host element
    yggg committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    637495a View commit details
    Browse the repository at this point in the history
  17. refactor(chat): remove top margins from all paragraphs

    So all message type has consistent spacing between sender and message
    yggg committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    86320d3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    425d3bb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c413c85 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3bc5441 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0f60725 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1298c8d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    bf88a43 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    bf14490 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ee96691 View commit details
    Browse the repository at this point in the history
  26. refactor(chat message): do not pass type as method parameter

    As we have it as a class property
    yggg committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    aa7debc View commit details
    Browse the repository at this point in the history
  27. fix(custom message): make container full width when styles disabled

    So user template could take up all available space
    yggg committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    024c09a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f082f2d View commit details
    Browse the repository at this point in the history