-
Notifications
You must be signed in to change notification settings - Fork 1
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
Use element home screen to create new chats by default #38
Closed
Closed
Changes from 6 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
720ec43
merge write into chat-create-messages
b160178
add missing code for avatar check
6a9c233
add first basic function to create new rooms
9ff29df
use element home screen for chat actions
7c6c4cd
wrap Link content in span
11a4584
merge main into chat-create-messages
a6c7a3a
add colour to textbutton
88484b7
add ability to switch between room view and create room view on mobil…
fbc677a
add optional onClick function to bypass dropdown
6aac5f9
remove debuggin code
ee2705b
add comment, remove unused code
421c95a
merge main into chat-create-messages
d3c41ab
chore: remove unused code
7872233
merge main into chat-create-messages
019704a
refactor: remove device detection and use breakpoints for mobile view…
ffb8e46
add breakpoint integers for convenience
75629fd
refactor: improve logic for switiching between mobile and desktop views
fa85e91
refactor: make sure loading spinner is displayed before iframe is loa…
aofn 88955e2
merge main into chat-create-messages
aofn 1dc43a5
fix: make service submenu work again if not options are given and onC…
aofn 78f4297
chore: remove logs and unsued code
aofn c15679f
refactor: improve logic around loading spinner and fix for larger screns
aofn dce50fb
merge main into chat-create-message
aofn 55f5d1d
refactor: move deleting chat into chat header, swap icon
aofn 43e2574
Merge remote-tracking branch 'origin/main' into chat-create-messages
aofn f6901b9
fix: css injections
aofn 0443b68
fix: dont render avatar at the moment since its braking the layout atm
aofn b600cb5
refactor: add optional notification variable to ServiceLink.js
aofn d7a6fe7
refactor: use ServiceLink component for chat rooms
aofn 27238c9
chore: fix eslint/stylelint formatting issues
andirueckel 327c7f3
chore: remove trailing whitespaces
andirueckel 10e8a7a
chore: fix formatting and comment temporarily unused Avatar
andirueckel a623c3c
style: improve NotificationBadge styling; needs re-positioning
andirueckel c01820d
style: refactor ServiceLink for use in `/chat` route
andirueckel 670af5a
refactor: fix table without using grid and use actual notification co…
aofn 6197c18
refactor: make style lint happy
aofn 97e2558
refactor: create component for summary
aofn 58a39a3
chore: improve comment
aofn 7f4e297
Merge branch 'main' into chat-create-messages
fnwbr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the difference between
template
andapplication
?At the same time, like I said above: I think we don't actually make use of this new "application" parameter anywhere. So let's remove it again?