-
Notifications
You must be signed in to change notification settings - Fork 0
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
Chat 236 interface for non authenticated user #95
Commits on Jun 27, 2024
-
- 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.
Configuration menu - View commit details
-
Copy full SHA for 16863c9 - Browse repository at this point
Copy the full SHA 16863c9View commit details -
Added reconnectDelay and onChangeState handler to Stomp instance. Cha…
…nged styles, and naming, Topics component wrapper
Configuration menu - View commit details
-
Copy full SHA for 13b2603 - Browse repository at this point
Copy the full SHA 13b2603View commit details -
Configuration menu - View commit details
-
Copy full SHA for 035e90c - Browse repository at this point
Copy the full SHA 035e90cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fe122b - Browse repository at this point
Copy the full SHA 2fe122bView commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b59734b - Browse repository at this point
Copy the full SHA b59734bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 33a93cc - Browse repository at this point
Copy the full SHA 33a93ccView commit details -
Edited styles in Chat component:
- changed @media rules; - changed paddings; changed hv;
Configuration menu - View commit details
-
Copy full SHA for f5eb430 - Browse repository at this point
Copy the full SHA f5eb430View commit details -
Edited styles in Sidebar component:
- added semantic UL for list of links; - added resets for UL; - added semantic LI .
Configuration menu - View commit details
-
Copy full SHA for 2410e74 - Browse repository at this point
Copy the full SHA 2410e74View commit details
Commits on Jun 30, 2024
-
- change breakpoint to 768px and 1200px in several components; - change position to static in Wrapper, used in Header&Footer.
Configuration menu - View commit details
-
Copy full SHA for b226b5e - Browse repository at this point
Copy the full SHA b226b5eView commit details -
- change breakpoint to 768px and 1200px in several components; - changed styles in SideBar, Header, HeaderUserInfo, LoginPageComponent, SharedLayout, WhitLayout.
Configuration menu - View commit details
-
Copy full SHA for fefd80f - Browse repository at this point
Copy the full SHA fefd80fView commit details
Commits on Jul 2, 2024
-
- 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...
Configuration menu - View commit details
-
Copy full SHA for 09f3a30 - Browse repository at this point
Copy the full SHA 09f3a30View commit details
Commits on Jul 3, 2024
-
Correcting styles in WhiteLayout. Need to fix bug with open a burger …
…menu in mobile screen and Chat component in the same time
Configuration menu - View commit details
-
Copy full SHA for e428f60 - Browse repository at this point
Copy the full SHA e428f60View commit details
Commits on Jul 4, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 2194ffd - Browse repository at this point
Copy the full SHA 2194ffdView commit details
Commits on Jul 7, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for ea67403 - Browse repository at this point
Copy the full SHA ea67403View commit details -
Configuration menu - View commit details
-
Copy full SHA for 483175b - Browse repository at this point
Copy the full SHA 483175bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70e3899 - Browse repository at this point
Copy the full SHA 70e3899View commit details