You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js/features/comp
silverwind 469dc4459b
Add monospace toggle button to textarea (#24034)
- Add new button to textarea to switch font. State is persisted in
localStorage.
- Change markdown-switch-easymde button from `<span>` to `<button>`
- Slightly increased monospace font globally by 5% as I think it fits
better.

For hover effect on these buttons I'm deferring to
https://github.com/go-gitea/gitea/pull/23896.


![](https://user-images.githubusercontent.com/115237/230948526-ecf8d730-0c69-4a8e-a1a5-1e5e079c754d.gif)

---------

Co-authored-by: delvh <dev.lh@web.de>
2 years ago
..
ColorPicker.js JS refactors (#22227) 2 years ago
ComboMarkdownEditor.js Add monospace toggle button to textarea (#24034) 2 years ago
ImagePaste.js Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) 2 years ago
LabelEdit.js Scoped labels: set aria-disabled on muted Exclusive option for a11y (#23306) 2 years ago
QuickSubmit.js move handleGlobalEnterQuickSubmit into a separate file to avoid cycle-import (#20679) 3 years ago
ReactionSelector.js Use data-tooltip-content for tippy tooltip (#23649) 2 years ago
SearchUserBox.js JS refactors (#22227) 2 years ago
WebHookEditor.js Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remove inline style=display:none (#22950) 2 years ago