1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-04 18:19:54 +00:00
Commit Graph

167 Commits

Author SHA1 Message Date
osmarks
e3eee3507b Statically size Euler face 2024-10-24 10:13:32 +01:00
osmarks
1fbef60857 Adjsut terminology and add MOTDs 2024-10-24 10:06:44 +01:00
9db3b86b7e cap audio height 2024-10-24 08:37:18 +00:00
5d059a9b08 misc changes 2024-08-25 16:18:02 +00:00
Timur Ismagilov
f1d4310ec1 Change the mv-categories made-up microformat to mv-tags to match Betula
One day Bouncepaw will learn of “JSON API”
2024-06-11 14:58:59 +03:00
Timur Ismagilov
33a477cf36 Add local time buttons
Implements: #231
2024-06-11 14:47:15 +03:00
Timur Ismagilov
9ef08fb42d Fix the size of globes with bigger default font size 2024-06-10 14:25:01 +03:00
Timur Ismagilov
0b132d33fb Keep the globe on the same line while still breaking link #230 2024-06-10 14:15:03 +03:00
Timur Ismagilov
d85c12bae5 Fix hover color of subhypha links in dark theme 2024-06-01 23:57:30 +03:00
handlerug
b43f2836c1
Make shortcuts work outside of English layout (#227)
The keyboard event is tested two times: first time with the original key
property, second time with the key property derived from the key code.
This is done to support non-English shortcuts (which may be added by
wiki administrators).
2024-05-25 23:39:23 +03:00
Timur Ismagilov
eae42c310d Add print-specific styles
Implements #201
2023-08-06 02:13:46 +05:00
Danila Gorelko
6b8d9addc5 Makes category buttons for mobile bigger 2023-05-28 14:33:59 +03:00
Timur Ismagilov
a9eeccb9b9 Implement category autocomplete
Loosely based on the one used in Betula
2023-02-18 23:04:52 +03:00
Timur Ismagilov
bdb5bfc6ec Search: Make the search bar bigger 2022-12-09 18:38:26 +03:00
Umar Getagazov
62c568414e center search bar with standard grid CSS 2022-12-04 21:54:48 +03:00
Umar Getagazov
40dbbf5376 Highlight primitive diff additions and deletions 2022-11-15 20:38:03 +03:00
Timur Ismagilov
0df2399c5b Categories: Fix color in dark theme in the sidebar 2022-10-29 17:53:33 +03:00
Timur Ismagilov
dea9d644c5 Fix links being weird in img captions 2022-10-23 15:24:42 +03:00
Danila Gorelko
95a802cdf0 fix list of shortcuts 2022-09-07 07:00:36 +03:00
Timur Ismagilov
ade626a488 Editor: Fix ? shortcut in 2022-09-04 21:47:45 +03:00
opsyne
6c25ef9085
Add default favicon.ico file (#162)
* Add default favicon.ico file

* Fix typos in README.md

* Move twemoji mushroom attribution

* Unpack default favicon on first wiki startup

Might be a bit over-engineered
2022-08-22 13:31:17 +05:00
Umar Getagazov
738948f752 Refactor shortcuts
A selection of great commit messages:

- "Safari is a great browser!" -- No one

  If in doubt, just stick overflow: hidden onto it. No, seriously, I
  just added it in Safari devtools and it worked. You'd think Apple has
  a competent team, right?

- Bully Safari into not triggering the Show status bar menu item

  If in doubt, just bully Safari. What is Safari gonna do? Tell Steve
  Jobs?
2022-08-21 18:01:57 +03:00
Timur Ismagilov
aaff38a61c Shortcuts: Add Ctrl/Cmd + Shift + Enter for preview 2022-08-20 23:16:14 +05:00
Umar Getagazov
4ede2783c5 Migrate /edit to html/template 2022-08-20 00:31:39 +05:00
Timur Ismagilov
0e5fd60b9d Admin: Get rid of QTPL templates 2022-08-06 22:33:37 +05:00
Timur Ismagilov
0c3e46e51b Remove mentions of the sibling hyphae sidebar
Good night sweet prince
2022-08-06 13:49:01 +05:00
Timur Ismagilov
39ef4f9a2a Style and translate /edit-category to Russian 2022-07-24 17:13:51 +05:00
Timur Ismagilov
827c9a0005 Fix text overflow for img galleries 2022-07-24 13:08:56 +05:00
Timur Ismagilov
d6946b9e31 Admin: Isolate handlers and the list view 2022-07-11 21:59:55 +05:00
Timur Ismagilov
c0495fbfcc Interwiki: Adjust the margins between the forms 2022-06-08 18:39:32 +03:00
Timur Ismagilov
3177760f2b Recent changes: Update the look 2022-06-08 18:37:32 +03:00
Timur Ismagilov
ee8bc742a8 Interwiki: Implement the map editing form
It doesn't really work yet though. You can only look at it
2022-06-08 18:10:34 +03:00
Timur Ismagilov
ee9602c745 Interwiki: Add the add entry form 2022-06-06 19:12:56 +03:00
Timur Ismagilov
787882cb80 Mycomarkup: Update to v4.3.2
All things interwiki

Backlinks from img and rockets are temporarily broken until all other blocks gain support of interwiki.
2022-06-05 15:35:40 +03:00
Timur Ismagilov
79e79c6efd Interwiki: Start migrating to new API
Come to think of it, it is a breaking API change out there, right? Gotta bump Mycomarkup to v5 one day.
2022-06-05 15:35:40 +03:00
Timur Ismagilov
b7d524880f Interwiki: Implement /interwiki
It just shown what entries there are. It will let administrators modify it later.
2022-05-27 16:43:40 +03:00
Timur Ismagilov
2a1e6409c8 robots.txt: Allow /list, disallow /orphans 2022-05-07 02:00:40 +05:00
Timur Ismagilov
95e6589d2e CSS: Use less classes 2022-05-07 01:50:49 +05:00
Timur Ismagilov
797293203f Editor: Fix preview 2022-04-29 12:33:05 +03:00
Timur Ismagilov
9136622ffc Img: Put captions to the right for normal galleries
* It is places as usual on narrow screens.
* The gray background is removed too.
2022-04-24 16:28:56 +03:00
Timur Ismagilov
57efc3e848 Editor: Make the textarea bigger 2022-04-24 15:19:52 +03:00
Timur Ismagilov
9200739bf8 Align left sidebars properly on very wide screens
This is some ugly CSS
2022-04-21 19:19:20 +03:00
Timur Ismagilov
bbee985cd4 Get rid of div.layout, center header on two-columnar layout 2022-04-21 19:05:17 +03:00
Timur Ismagilov
fe360f582d Replace bullet-less lists with numbered lists 2022-04-21 18:05:15 +03:00
Timur Ismagilov
cfe3ae4ff6 About: Make a little better 2022-04-21 17:56:18 +03:00
Timur Ismagilov
db943a97cb Add shortcut for backlinks
Press b
2022-03-29 21:04:20 +03:00
Timur Ismagilov
715602d56b Categories: Make the lists look more like Mycorrhiza 2022-03-26 18:49:30 +03:00
Timur Ismagilov
c6294d8933 Categories: Place the categories card better on two-column layout 2022-03-23 15:48:20 +03:00
Timur Ismagilov
81c075bfb4 Categories: Style the categories card 2022-03-22 16:40:40 +03:00
Timur Ismagilov
f5cbd5622d Categories: Show pre-populated categories
They are useless now, and cannot be edited. Also, not properly styled. You get the idea though.
2022-03-19 23:57:33 +03:00