This repository was archived by the owner on Mar 30, 2025. It is now read-only.
Draft: Feature/rooms - the rooms page#1
Draft
gitgernit wants to merge 35 commits into
Draft
Conversation
…ts to lint.txt, CI and check_formatting.ps1, requirements are sorted, deleted unimportant Django comments
fix: returned accidentally changed CACHES in test_settings
…e to rooms app config, wrote a room html mockup
feature: messages are now saved and can be accessed though API feature: User (session) can now join only one room improvement: get_room/ endpoint now takes POST requests (issue 1.3) improvement: core is now django app, not just package improvement: added new fields to Message and User models improvement: some changes in linters settings improvements: got rid from all "from import" imports
# Conflicts: # chattr/rooms/admin.py # chattr/rooms/models.py # chattr/rooms/tests.py # chattr/rooms/views.py
Owner
Author
|
Currently learning asyncio and tinkering with aiortc |
Owner
Author
|
Fully remaking the rooms/ page |
previous import format: {module}
new import format (conventional): { module }
…ne frame full removal of previous rooms/ frontend due to poor quality; start of a remake, inline frame would be used for storing media streams
Open
…frame the inline videos frame is now styled alike with the rest of the project, works like a grid, allows scrolling, overflowing, and all other kinds of things
fixed video frame resizing upon overflowing due to being non-absolutionaly positioned, now using an absolutely positioned wrapper
created a User class - this one represents the user and currently only stores the username but will probably store user's media and audio tracks aswell
css is weird so spans (especially text) would take more time to transition its color than other elements. not anymore
now only setting the background-color and color transition properties on generic elements & .videos and its recursive children
…nt user on page load
…lientUser instead of inline useEffect code)
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The main functionality of the chatrooms. Maybe even with the SFU server - unlikely, though.