Commit Graph

66 Commits (d25d9c4f83570d3da60ad85f7ef80cc74373d195)

Author SHA1 Message Date
yflory d25d9c4f83 Fix UI issues when printing code
yflory 784306f947 Display a warning bar when viewing a versioned link
ansuz 2ccb8ec75c throttle redraws of the slide content
draw no more than once every 400ms
ansuz 02d8071c5d fix some style regressions in the printOptions modal
yflory a62ea39122 Fix colors and reload bugs in slides
yflory 55c4345e9e lint compliance
yflory 03e6c8dacc Fix background image in slides
yflory 04fe289bf8 Fix some mermaid graphs and update default colors
ansuz 6f882e0ddd refactor repeated 'drawer' pattern
ansuz 2925316058 remove hardcoded translations
ansuz 264f4950bd don't show the help menu in embed mode
ansuz 73a168f09b mark hardcoded translations and duplicated code with XXX
yflory e6ce5a55e5 Add missing button for all the apps
yflory 96f6e0ebaf Fix ordering in file menu, add scrollbars and remove 'new pad' button
yflory 55e531c8f7 Slide app toolbar
yflory 9ee9e46087 Receiving a burn after reading URL
yflory 7bd4a4028b Fix fileHost again...
ClemDee 3bd09d986e Fix slides extension to .md when exported from /slide
ClemDee 6302d9a730 Allow user to change theme in slide
yflory a11a883cff Cursor improvements in pad, code and slide
yflory 690cba2b8f Add cursor in slide
yflory 997692efb4 Use the font-size codemirror setting in the slide app too
yflory ee1027ceb9 Ability to import mediatags to the drive
Caleb James DeLisle 0d5ac05866 refactoring of the less infrastructure
yflory c7e08fedfb Password-protected files
yflory b26ae67df5 Fix issues with channel ID when using a password
yflory 842952fe1f New checkboxes and radio input everywhere
yflory 4288f536f1 Use requireCSS to load FontAwesome
yflory 2f262b12c6 Fix help box issues
yflory 442f15df98 Add help text in all the apps + french translation
yflory b7b560fcb8 Enable Cmd key support in shortcuts
yflory 12bfcbe701 Add fixed order for rightside icons in the toolbar
yflory 2c90cb5907 Move help button in drawer and fix drawer style
yflory d975bb9cc0 Fix focus after pad creation screen
yflory 60b2384885 Move initial state into a help block
yflory 88a04fdb07 Don't create sfcommon a second time in code and slide
yflory 1ec41f4e09 Ability to pick a background image in slides
yflory 0e6e68aaff Remove print prompt in slides since the browsers already have a prompt
yflory 74e59a513a Add the markdown toolbar to the slide and poll apps
yflory 644f6e9985 Use the bounce app to open links from inner
yflory 7cfe64fc5b Remove cryptpad-common dependency for some inner apps
yflory 30c8c253dd Remove util and hash from common
yflory dc207393fd Separate UI elements from cryptpad-common
yflory 3ebb5ca493 Fix issue in diffMarked creating text nodes for each character
yflory 6f020b67ca Add thumbnails to framework apps
yflory bf817f20ee Fix file upload in code and slide
Caleb James DeLisle 9e4c48f537 lint errors
Caleb James DeLisle 383c2f54cb 1. Add a class cp-hidden-if-readonly which is display:none if the pad is in read-only mode. 2. Don't show color pickers or options when in read-only on presentation.
Caleb James DeLisle d6570ad9f2 Standardize media-tag embedder and make media tags always absolute URL, Standardize import/export logic for codemirror apps, fix arrow key navigation in presentation fullscreen mode before first click.
Caleb James DeLisle 94d2f4472b Stop using presentSuccess because it is hidden behind the modal in slide