-
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
Merged
PDigitator
merged 16 commits into
main
from
CHAT-236-Interface-for-non-authenticated-user
Jul 8, 2024
Merged
Chat 236 interface for non authenticated user #95
PDigitator
merged 16 commits into
main
from
CHAT-236-Interface-for-non-authenticated-user
Jul 8, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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.
…nged styles, and naming, Topics component wrapper
… 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.
- changed @media rules; - changed paddings; changed hv;
- added semantic UL for list of links; - added resets for UL; - added semantic LI .
- change breakpoint to 768px and 1200px in several components; - change position to static in Wrapper, used in Header&Footer.
- change breakpoint to 768px and 1200px in several components; - changed styles in SideBar, Header, HeaderUserInfo, LoginPageComponent, SharedLayout, WhitLayout.
- 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...
…menu in mobile screen and Chat component in the same time
…rver to redux state. Added change of Chat component state in click on BurgerMenu button. Added processing of fault when server is not ressponding.
… 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.
✅ Deploy Preview for splendid-quokka-41776c ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
PDigitator
approved these changes
Jul 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Workd with styles for different screens in Topic and Chat component. Added an oportunity to send message to the topic, and subscribe/unsubscribe to current topic. Changed some queryes to use accessToken from store. Changed logic of displayng Chat component and modile menu at the same time.