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

Updated README.md #145

Merged
merged 4 commits into from
Feb 28, 2025
Merged

Updated README.md #145

merged 4 commits into from
Feb 28, 2025

Conversation

Oleksandr1414
Copy link
Collaborator

No description provided.

@Oleksandr1414 Oleksandr1414 merged commit 43b3cf7 into development Feb 28, 2025
@Oleksandr1414 Oleksandr1414 deleted the fix-build branch February 28, 2025 11:55
Oleksandr1414 added a commit that referenced this pull request Mar 4, 2025
* SK-217 Implemented group chat images  (#124)

* SK-189 Add images support for profile

* SK-189 added updateNeedToUploadAvatar to utils

* SK-189 clean up

* SK-189 Minor changes

* SK-189 removed the login field from the edit request

* SK-189 replaced currentuser -> currentUserId store, added getCurrentUserFromParticipants

* Sk-189 fix loop

* Sk-189 updated blur-hash style, added more avatar views

* SK-189 removed all events for upload user's avatar

* SK-189 optimization

* SK-189 removed uploadAvatarsUrls

* SK-217 added support for upload image for group chat

* SK-217 added DynamicAvatar for chat list

* SK-217 added owner validation

* SK-217 added image_object to create conversation request

* SK-217 added owner icon validation

* SK-217 added hover effect

* SK-217 optimized group icon for mobile

* SK-217 added hover effect

* SK-217 updated icon for conversation on chat list

* SK-217 added loader

* SK-217 try to fix

* SK-217 fix delete conversation

* SK-194 implemented typing status indicator (#126)

* SK-194 added names view

* SK-194 added support name in last message view

* SK-194 added validation for system message

* SK-194 updated last message structure

* SK-194 fixed error on close chat info

* SK-194 minor fixed

* SK-194 fixed user name view, cut if length > 8

* SK-194 fixed last message user name view (nowrap)

* SK-225 Improved compression for avatar and group avatars  (#127)

* SK-225 change quality for compression

* SK-225 updated comression for file

* SK-225 added heic preview for user and group icon

* SK-225 replace 1024 size on create to 300 kb

* updated CHANGELOG.md (1.2.0 -> 1.3.0)

* SK-278 added storing of `refresh_token`, moved auth flow to http (#138)

* SK-278 added storing of `refresh_token`, moved authorization logic to http protocol

* SK-278 `connect_socket` -> `conenct`

* SK-278 updated buildHttpUrl

* SK-278 updated .env.example

* SK-278 minor fix

* SK-278 updated .env.example

* SK-278 added http logout request

* SK-278 updated buildHttpUrl

* SK-278 replaced access_token to headera

* SK-278 removed unnecessary requests

* SK-278 removed access_token from login request

* SK-278 added validation for serviceWorker on logout request

* SK-278 added serviceWorker timeout for ready

* SK-278 change timeout time to 0.5s

* SK-278 added `userData` to localstorage

* SK-278 added log

* SK-278 redirect user on error from http login

* SK-278 addeed validation for token in autoLoginService

* SK-278 added new message error for token expired

* Fixed minor bugs (#137)

* Fixed minor bugs

* Fixed the display of the number of chat participants in the add_participant window

* updated link color in message

* fixed flashing text on page refresh

* Fixed extraction of system message objects from a message (#139)

* updated CHANGELOG.md

* minor-fix

* updated CHANGELOG.md

* fixed the display of errors on the authorization screen

* Added demo page (#141)

* added demo page with alert message

* added text and padding flexibility for mobile devices

* SK-298 removed `leave` and `delete user` options for test users (#142)

* Disabled password change for test users (#143)

* Migrated to Monorepo, Vite, connected Tailwind (#144)

* init Vite, add/updated config files, updated icons import, connect tailwindcss

* cleaned package.json, capacitor for mobile

* migrated to monorepo structure

* added sama-sdk package

* replaced packages/app ->apps/client

* removed buildHttpUrl from utils

* updated README.md

* added LICENSE

* updated sama-sdk, file structures, added events

* updated .env.example

* minor fix on delete user profile

* updated package.json

* Updated README.md (#145)

* add logs for api

* fix device_id, added preview script

* added more logs

* removed logs

* fixed 'Deleted account' is displayed for 1-1 chat when participant left the chat

* added optionalDependencies in package.json

* updated package-lock.json

* updated CHANGELOG.md
Oleksandr1414 added a commit that referenced this pull request Mar 5, 2025
* SK-217 Implemented group chat images  (#124)

* SK-189 Add images support for profile

* SK-189 added updateNeedToUploadAvatar to utils

* SK-189 clean up

* SK-189 Minor changes

* SK-189 removed the login field from the edit request

* SK-189 replaced currentuser -> currentUserId store, added getCurrentUserFromParticipants

* Sk-189 fix loop

* Sk-189 updated blur-hash style, added more avatar views

* SK-189 removed all events for upload user's avatar

* SK-189 optimization

* SK-189 removed uploadAvatarsUrls

* SK-217 added support for upload image for group chat

* SK-217 added DynamicAvatar for chat list

* SK-217 added owner validation

* SK-217 added image_object to create conversation request

* SK-217 added owner icon validation

* SK-217 added hover effect

* SK-217 optimized group icon for mobile

* SK-217 added hover effect

* SK-217 updated icon for conversation on chat list

* SK-217 added loader

* SK-217 try to fix

* SK-217 fix delete conversation

* SK-194 implemented typing status indicator (#126)

* SK-194 added names view

* SK-194 added support name in last message view

* SK-194 added validation for system message

* SK-194 updated last message structure

* SK-194 fixed error on close chat info

* SK-194 minor fixed

* SK-194 fixed user name view, cut if length > 8

* SK-194 fixed last message user name view (nowrap)

* SK-225 Improved compression for avatar and group avatars  (#127)

* SK-225 change quality for compression

* SK-225 updated comression for file

* SK-225 added heic preview for user and group icon

* SK-225 replace 1024 size on create to 300 kb

* updated CHANGELOG.md (1.2.0 -> 1.3.0)

* SK-278 added storing of `refresh_token`, moved auth flow to http (#138)

* SK-278 added storing of `refresh_token`, moved authorization logic to http protocol

* SK-278 `connect_socket` -> `conenct`

* SK-278 updated buildHttpUrl

* SK-278 updated .env.example

* SK-278 minor fix

* SK-278 updated .env.example

* SK-278 added http logout request

* SK-278 updated buildHttpUrl

* SK-278 replaced access_token to headera

* SK-278 removed unnecessary requests

* SK-278 removed access_token from login request

* SK-278 added validation for serviceWorker on logout request

* SK-278 added serviceWorker timeout for ready

* SK-278 change timeout time to 0.5s

* SK-278 added `userData` to localstorage

* SK-278 added log

* SK-278 redirect user on error from http login

* SK-278 addeed validation for token in autoLoginService

* SK-278 added new message error for token expired

* Fixed minor bugs (#137)

* Fixed minor bugs

* Fixed the display of the number of chat participants in the add_participant window

* updated link color in message

* fixed flashing text on page refresh

* Fixed extraction of system message objects from a message (#139)

* updated CHANGELOG.md

* minor-fix

* updated CHANGELOG.md

* fixed the display of errors on the authorization screen

* Added demo page (#141)

* added demo page with alert message

* added text and padding flexibility for mobile devices

* SK-298 removed `leave` and `delete user` options for test users (#142)

* Disabled password change for test users (#143)

* Migrated to Monorepo, Vite, connected Tailwind (#144)

* init Vite, add/updated config files, updated icons import, connect tailwindcss

* cleaned package.json, capacitor for mobile

* migrated to monorepo structure

* added sama-sdk package

* replaced packages/app ->apps/client

* removed buildHttpUrl from utils

* updated README.md

* added LICENSE

* updated sama-sdk, file structures, added events

* updated .env.example

* minor fix on delete user profile

* updated package.json

* Updated README.md (#145)

* add logs for api

* fix device_id, added preview script

* added more logs

* removed logs

* fixed 'Deleted account' is displayed for 1-1 chat when participant left the chat

* added optionalDependencies in package.json

* updated package-lock.json

* updated CHANGELOG.md

* fixed createUploadUrlForFiles request

* init sama-sdk as npm package

* updated README.md for sama-sdk

* updated README.md for sama-sdk
Oleksandr1414 added a commit that referenced this pull request Mar 5, 2025
* SK-217 Implemented group chat images  (#124)

* SK-189 Add images support for profile

* SK-189 added updateNeedToUploadAvatar to utils

* SK-189 clean up

* SK-189 Minor changes

* SK-189 removed the login field from the edit request

* SK-189 replaced currentuser -> currentUserId store, added getCurrentUserFromParticipants

* Sk-189 fix loop

* Sk-189 updated blur-hash style, added more avatar views

* SK-189 removed all events for upload user's avatar

* SK-189 optimization

* SK-189 removed uploadAvatarsUrls

* SK-217 added support for upload image for group chat

* SK-217 added DynamicAvatar for chat list

* SK-217 added owner validation

* SK-217 added image_object to create conversation request

* SK-217 added owner icon validation

* SK-217 added hover effect

* SK-217 optimized group icon for mobile

* SK-217 added hover effect

* SK-217 updated icon for conversation on chat list

* SK-217 added loader

* SK-217 try to fix

* SK-217 fix delete conversation

* SK-194 implemented typing status indicator (#126)

* SK-194 added names view

* SK-194 added support name in last message view

* SK-194 added validation for system message

* SK-194 updated last message structure

* SK-194 fixed error on close chat info

* SK-194 minor fixed

* SK-194 fixed user name view, cut if length > 8

* SK-194 fixed last message user name view (nowrap)

* SK-225 Improved compression for avatar and group avatars  (#127)

* SK-225 change quality for compression

* SK-225 updated comression for file

* SK-225 added heic preview for user and group icon

* SK-225 replace 1024 size on create to 300 kb

* updated CHANGELOG.md (1.2.0 -> 1.3.0)

* SK-278 added storing of `refresh_token`, moved auth flow to http (#138)

* SK-278 added storing of `refresh_token`, moved authorization logic to http protocol

* SK-278 `connect_socket` -> `conenct`

* SK-278 updated buildHttpUrl

* SK-278 updated .env.example

* SK-278 minor fix

* SK-278 updated .env.example

* SK-278 added http logout request

* SK-278 updated buildHttpUrl

* SK-278 replaced access_token to headera

* SK-278 removed unnecessary requests

* SK-278 removed access_token from login request

* SK-278 added validation for serviceWorker on logout request

* SK-278 added serviceWorker timeout for ready

* SK-278 change timeout time to 0.5s

* SK-278 added `userData` to localstorage

* SK-278 added log

* SK-278 redirect user on error from http login

* SK-278 addeed validation for token in autoLoginService

* SK-278 added new message error for token expired

* Fixed minor bugs (#137)

* Fixed minor bugs

* Fixed the display of the number of chat participants in the add_participant window

* updated link color in message

* fixed flashing text on page refresh

* Fixed extraction of system message objects from a message (#139)

* updated CHANGELOG.md

* minor-fix

* updated CHANGELOG.md

* fixed the display of errors on the authorization screen

* Added demo page (#141)

* added demo page with alert message

* added text and padding flexibility for mobile devices

* SK-298 removed `leave` and `delete user` options for test users (#142)

* Disabled password change for test users (#143)

* Migrated to Monorepo, Vite, connected Tailwind (#144)

* init Vite, add/updated config files, updated icons import, connect tailwindcss

* cleaned package.json, capacitor for mobile

* migrated to monorepo structure

* added sama-sdk package

* replaced packages/app ->apps/client

* removed buildHttpUrl from utils

* updated README.md

* added LICENSE

* updated sama-sdk, file structures, added events

* updated .env.example

* minor fix on delete user profile

* updated package.json

* Updated README.md (#145)

* add logs for api

* fix device_id, added preview script

* added more logs

* removed logs

* fixed 'Deleted account' is displayed for 1-1 chat when participant left the chat

* added optionalDependencies in package.json

* updated package-lock.json

* updated CHANGELOG.md

* fixed createUploadUrlForFiles request

* init sama-sdk as npm package

* updated README.md for sama-sdk

* updated README.md for sama-sdk

* updated README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant