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: Client implementation #2

Merged
merged 42 commits into from
Aug 11, 2024
Merged

feat: Client implementation #2

merged 42 commits into from
Aug 11, 2024

Commits on Jun 30, 2024

  1. feat: initial Tui application setup

    the event handler is not good and needs to be reworked, this setup is a good starting point
    Atheer2104 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    7245102 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57b7b9a View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

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

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    d314098 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e76a0dd View commit details
    Browse the repository at this point in the history
  3. refactor: update main to handle new events

    the events are tick and mouse events
    Atheer2104 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f8ce24b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. chore: update cargo.toml

    Atheer2104 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    94c8c7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0dc116 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6501e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    502a035 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71db8f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd5c919 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a5d735 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    077e751 View commit details
    Browse the repository at this point in the history
  2. feat: add login popup

    Atheer2104 committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    b147f15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7843c61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e19a350 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52d852c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4349560 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3519733 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. chore: update cargo

    Atheer2104 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    21c45aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92ba698 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dd706c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d5876b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d524ad9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7602614 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

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

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    7831662 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a440fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e92104 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

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

Commits on Aug 9, 2024

  1. feat: improve sending and receiving message

    the sending and receving of message have improved since we no longer require to clone the app each time, now each api for the client is created separately in the client.rs
    Atheer2104 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e401b01 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

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

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    062a09a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73e2572 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    035cd7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    affc238 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3f1d66 View commit details
    Browse the repository at this point in the history
  6. chore: fix formatting

    Atheer2104 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    45c51f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30a727a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d00c11 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a7458e5 View commit details
    Browse the repository at this point in the history