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.
forgejo/web_src
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>
1 year ago
..
css Add monospace toggle button to textarea (#24034) 1 year ago
fomantic Fix Fomantic UI's `touchstart` fastclick, always use `click` for click events (#23065) 1 year ago
js Add monospace toggle button to textarea (#24034) 1 year ago
svg Convert `<div class="button">` to `<button class="button">` (#23337) 1 year ago