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: chatty ui #86

Merged
merged 26 commits into from
Jun 18, 2024
Merged

feat: chatty ui #86

merged 26 commits into from
Jun 18, 2024

Commits on Jun 18, 2024

  1. feat: chatty ui

    Signed-off-by: Anupam Kumar <[email protected]>
    kyteinsky authored and julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    52f84af View commit details
    Browse the repository at this point in the history
  2. always dispatch RenderReferenceEvent, fix NcRichtext missing prop

    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c277ef2 View commit details
    Browse the repository at this point in the history
  3. fix scroll for the chattyUI, navigation still does not take full heig…

    …ht if no session is selected
    
    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    35da734 View commit details
    Browse the repository at this point in the history
  4. fix: link reference style fix

    Signed-off-by: Anupam Kumar <[email protected]>
    kyteinsky authored and julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    91e3c6c View commit details
    Browse the repository at this point in the history
  5. fix: make height of chattyUI constant (max), center emptyContent, fix…

    … assistant standalone page style
    
    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2ec8ed3 View commit details
    Browse the repository at this point in the history
  6. fix: centered loading spinner for initial messages loading

    Signed-off-by: Anupam Kumar <[email protected]>
    kyteinsky authored and julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    510e00d View commit details
    Browse the repository at this point in the history
  7. use Conversation instead of Session

    And show only the formatted local timestamp as the title of the
    conversation session without the word Conversation
    
    Signed-off-by: Anupam Kumar <[email protected]>
    kyteinsky authored and julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b47e337 View commit details
    Browse the repository at this point in the history
  8. create an empty new session on button click

    Signed-off-by: Anupam Kumar <[email protected]>
    kyteinsky authored and julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    aa3edcb View commit details
    Browse the repository at this point in the history
  9. create an empty new session on button click

    Signed-off-by: Anupam Kumar <[email protected]>
    kyteinsky authored and julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f240d27 View commit details
    Browse the repository at this point in the history
  10. emoji and smart picker style fixes

    Signed-off-by: Anupam Kumar <[email protected]>
    kyteinsky authored and julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f7da94b View commit details
    Browse the repository at this point in the history
  11. multilingual prompt

    Co-authored-by: Marcel Klehr <[email protected]>
    Signed-off-by: Anupam Kumar <[email protected]>
    2 people authored and julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4bbfb73 View commit details
    Browse the repository at this point in the history
  12. multilingual titile gen prompt

    Co-authored-by: Marcel Klehr <[email protected]>
    Signed-off-by: Anupam Kumar <[email protected]>
    2 people authored and julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f35698e View commit details
    Browse the repository at this point in the history
  13. fix: do not delete if generation fails in regenerate

    Signed-off-by: Anupam Kumar <[email protected]>
    kyteinsky authored and julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c98f9ea View commit details
    Browse the repository at this point in the history
  14. style fixes

    Signed-off-by: Anupam Kumar <[email protected]>
    kyteinsky authored and julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d3dac85 View commit details
    Browse the repository at this point in the history
  15. no translation of the user prompts

    Signed-off-by: Anupam Kumar <[email protected]>
    kyteinsky authored and julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    70cb624 View commit details
    Browse the repository at this point in the history
  16. move admin docs to nextcloud documentation

    Signed-off-by: Anupam Kumar <[email protected]>
    kyteinsky authored and julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    47d49a0 View commit details
    Browse the repository at this point in the history
  17. more style fixes

    1. remove border from sidebar collapse button
    2. new conversation button horizontal align with collapse btn and title
    3. collapse btn align with avatars
    4. left align in assistant admin settings
    
    Signed-off-by: Anupam Kumar <[email protected]>
    kyteinsky authored and julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8c26c13 View commit details
    Browse the repository at this point in the history
  18. regenerate only on last assistant msg + fault tolerance

    Signed-off-by: Anupam Kumar <[email protected]>
    kyteinsky authored and julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    abce69c View commit details
    Browse the repository at this point in the history
  19. get the title from first message + first message not visible fix

    Signed-off-by: Anupam Kumar <[email protected]>
    kyteinsky authored and julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2e5b612 View commit details
    Browse the repository at this point in the history
  20. deleteMessageById

    Signed-off-by: Anupam Kumar <[email protected]>
    kyteinsky authored and julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    418a601 View commit details
    Browse the repository at this point in the history
  21. one more style fix

    Signed-off-by: Anupam Kumar <[email protected]>
    kyteinsky authored and julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ca9d198 View commit details
    Browse the repository at this point in the history
  22. update user intructions, does not work well with some models

    Signed-off-by: Anupam Kumar <[email protected]>
    kyteinsky authored and julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    459a0a0 View commit details
    Browse the repository at this point in the history
  23. review fixes

    Signed-off-by: Anupam Kumar <[email protected]>
    kyteinsky authored and julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    82cd1e9 View commit details
    Browse the repository at this point in the history
  24. NcAppNavigation popover fix

    Signed-off-by: Anupam Kumar <[email protected]>
    kyteinsky authored and julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f7fe8e8 View commit details
    Browse the repository at this point in the history
  25. remove countdown and limit title to 100 chars

    Signed-off-by: Anupam Kumar <[email protected]>
    kyteinsky authored and julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8a15a5b View commit details
    Browse the repository at this point in the history
  26. fix: force --default-clickable-area value for message action (server …

    …one is smaller than the button
    
    Signed-off-by: Julien Veyssier <[email protected]>
    julien-nc committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    89c93c1 View commit details
    Browse the repository at this point in the history