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

Chat 236 interface for non authenticated user #95

Merged
merged 16 commits into from
Jul 8, 2024

Commits on Jun 27, 2024

  1. Changes:

    - deleted stompjs v2.3.3 from project, because using @stomp/stompjs": "^7.0.0";
    - in Chat componen added a reaction on empty message;
    - changed approache for creating an instance of Stomp - previous method will be deprecetad in next major version;
    - in useWebSocket added an instance of stompClient, for processing an onConnected;
    - leaved old code for fitst time.
    KostiantynU committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    16863c9 View commit details
    Browse the repository at this point in the history
  2. Added reconnectDelay and onChangeState handler to Stomp instance. Cha…

    …nged styles, and naming, Topics component wrapper
    KostiantynU committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    13b2603 View commit details
    Browse the repository at this point in the history
  3. Naming

    KostiantynU committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    035e90c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fe122b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    b59734b View commit details
    Browse the repository at this point in the history
  2. Fix bug, with accessToken in query - not always accessToken read from…

    … localStorage, so added two keys in redux, and selectors of accessToken, for making a query (in ChatsBlock, Topics, TopicSettings component). Also write tokens to store in LoginPageComponent. Need to be tested how it will work. Also, work with styles in Chat component.
    KostiantynU committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    33a93cc View commit details
    Browse the repository at this point in the history
  3. Edited styles in Chat component:

    - changed @media rules;
    - changed paddings;
    changed hv;
    KostiantynU committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f5eb430 View commit details
    Browse the repository at this point in the history
  4. Edited styles in Sidebar component:

    - added semantic UL for list of links;
    - added resets for UL;
    - added semantic LI .
    KostiantynU committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    2410e74 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Work with styles:

    - change breakpoint to 768px and 1200px in several components;
    - change position to static in Wrapper, used in Header&Footer.
    KostiantynU committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    b226b5e View commit details
    Browse the repository at this point in the history
  2. Work with styles:

    - change breakpoint to 768px and 1200px in several components;
    - changed styles in SideBar, Header, HeaderUserInfo, LoginPageComponent, SharedLayout, WhitLayout.
    KostiantynU committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    fefd80f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Work with styles:

    - changed values of width and height from static to computed values;
    - components that has changed: SideBar, ChatItem, LastMessages, Topics, ThemeBlock, Chat, TopicsPage, WhiteLayoudStyled;
    To be continued...
    KostiantynU committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    09f3a30 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Correcting styles in WhiteLayout. Need to fix bug with open a burger …

    …menu in mobile screen and Chat component in the same time
    KostiantynU committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e428f60 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Changed logic of rendering Chat component: from existing data from se…

    …rver to redux state. Added change of Chat component state in click on BurgerMenu button. Added processing of fault when server is not ressponding.
    KostiantynU committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    2194ffd View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Changed logic of showing Chat component. Added sending new message to…

    … the chat. Subscribe/unsubscribe for topic in TopicSetting component - works by HTTP request. Changed some of queryes to use accesToken in store. Added tagType for invalidate cache result.
    KostiantynU committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    ea67403 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    483175b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70e3899 View commit details
    Browse the repository at this point in the history