This repository was archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 805
Add message right click context menu v2 #5672
Merged
Merged
Changes from 117 commits
Commits
Show all changes
127 commits
Select commit
Hold shift + click to select a range
5e6793d
migrate the message context menu to IconizedContextMenu
weeman1337 c2b31d1
migrate the message context menu to IconizedContextMenu
weeman1337 170b303
Merge remote-tracking branch 'weeman1337/msg-context-menu' into right…
SimonBrandner ee2d800
Added right-click menu
SimonBrandner e548dda
add message context menu group keys
weeman1337 20ffbcd
Merge remote-tracking branch 'weeman1337/msg-context-menu' into right…
SimonBrandner b1bc966
add message context menu icons
weeman1337 53a8367
add _MessageContextMenu.scss license header
weeman1337 531d2d6
Merge remote-tracking branch 'weeman1337/msg-context-menu' into right…
SimonBrandner b0a3285
use null vars for context menu lists
weeman1337 2c89e0e
Merge remote-tracking branch 'weeman1337/msg-context-menu' into right…
SimonBrandner dcd938c
Add allowOverridingNativeContextMenus()
SimonBrandner 8cbf690
Use allowOverridingNativeContextMenus()
SimonBrandner 5bbe6ce
Fix types
SimonBrandner c1f7ff4
Fix types
SimonBrandner b55e5e0
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 16447d6
Remove mistaken line
SimonBrandner 9487a72
Fix styling
SimonBrandner 5ff1879
InputHTMLAttributes -> AllHTMLAttributes
SimonBrandner 9803385
Convert to TS
SimonBrandner 9bb65e7
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 41214d0
Add some types
SimonBrandner a309219
Make onClick optional
SimonBrandner 2d74575
Add rightClick prop
SimonBrandner d64b4f9
Add copy button
SimonBrandner ef61c53
What about upgrading deps after the eslint migration, Simon?
SimonBrandner f2bb287
Add edit button
SimonBrandner 76942c6
fix
SimonBrandner 946e718
Add reply button
SimonBrandner 97e65af
Add react button
SimonBrandner ee30d2c
Cleanup render()
SimonBrandner 9161c61
Fix comments
SimonBrandner 9390e15
Add save button
SimonBrandner 09f0692
Don't show context menu if editing
SimonBrandner 757957e
Add special handling for click a timestamp
SimonBrandner cb00f02
Fix double empty line
SimonBrandner 8c15721
Don't show context menu for images
SimonBrandner 6754bda
Cleanup
SimonBrandner 57a17dc
Fix order
SimonBrandner 51e2102
Keep action bar shown when right-clicking
SimonBrandner 42a7428
Highlight event tile when right-clicking
SimonBrandner 1886c6e
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 453c3ea
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner e442926
Delint
SimonBrandner 8d2ddee
Pointless change so that I can re-run the CI
SimonBrandner b59ac50
Remove dowload button
SimonBrandner ba7fcea
Be more clear for non-bools
SimonBrandner ca805a1
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner cbb67d3
Use triggerOnMouse down prop
SimonBrandner 9db902c
Remove a comment
SimonBrandner 1567831
Remove unused var
SimonBrandner a86484e
Remove unnecessary import
SimonBrandner f4ee7e5
Add some missing types
SimonBrandner 03422ba
Add missing type
SimonBrandner 3baa634
Remove unused import
SimonBrandner 50b84b9
Add a missing type
SimonBrandner 41fdc21
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner b594e68
Fix types
SimonBrandner b628b92
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 13aa030
Fix types/naming
SimonBrandner bbf4cab
Add missing current
SimonBrandner fd0848d
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 8cbd011
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 8a3c02d
Remove unused var
SimonBrandner cf350e4
Fix editing and replying
SimonBrandner f9efb18
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 1b8557f
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner fdc8f8d
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner fbed313
i18n
SimonBrandner 6963fa9
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner a732ab4
Fix import
SimonBrandner 9034492
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 6789631
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 7e36789
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 7af88d2
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 962c0e5
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner a3d038f
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 41ba8c8
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 05da462
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 7c3691a
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 6dc688c
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 51b8072
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner d623568
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner c029ba1
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 3faf382
Support right-click context menu for threads
SimonBrandner 506ad6b
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner cfe5369
Make button order match `MessageActionBar`
SimonBrandner 7eb9cc8
Fix missing permalink button
SimonBrandner 3bfe1a7
Remove useless part of if statement
SimonBrandner c40aabc
Some small refactoring for consistency
SimonBrandner 2ce9448
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner f4eeb7d
Some more refactoring
SimonBrandner ff843ad
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 13c3c5f
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner f2861ad
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner a27614e
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 8c54e2b
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 0a0070f
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 9a6d22d
Fix `editEvent()` call
SimonBrandner 0521653
Make editing polls work
SimonBrandner b72cf2d
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 470df0f
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner a1a08de
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 815d3f6
Fix collapse reply chain button
SimonBrandner 25701e7
Fix timelineRenderingType
SimonBrandner 7a2b71a
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 70147d9
Fix reply button
SimonBrandner 32bdd75
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 18d4153
Hide right-click context menu behind a labs flag
SimonBrandner d0b2c69
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 9b97ab7
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner a789da0
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner fd6f973
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 3545074
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 020c47b
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 7525a05
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 2452ab5
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 01a3a17
Add missing return type
SimonBrandner c5b535f
Make `contextMene` optional
SimonBrandner 9057669
Move `renderContextMenu()`
SimonBrandner 144677c
Simplify `renderContextMenu()`
SimonBrandner cd44684
Improve `aboveLeftOf` typing
SimonBrandner 4f0b848
Use `InputHTMLAttributes`
SimonBrandner 6a42262
Disable message right-click context menu in browser (for now)
SimonBrandner 7947387
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 91057a3
Give permalink button more props
SimonBrandner ea4db4b
Merge remote-tracking branch 'upstream/develop' into right-click
SimonBrandner 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 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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.