Commit Graph

108 Commits

Author SHA1 Message Date
NGPixel
866cdd59c8 fix: dark mode improvements 2020-04-24 15:56:11 -04:00
NGPixel
0ab9ecfdb2 fix: new nav toolbar dark mode 2020-04-24 15:46:38 -04:00
NGPixel
8aba5305d8 feat: sidebar item permissions + admin nav edit 2020-04-18 18:33:22 -04:00
NGPixel
9a93ac28f2 feat: admin dashboard last logins 2020-04-18 18:33:22 -04:00
NGPixel
514d31a46d feat: hide sidebar option 2020-04-18 18:33:22 -04:00
NGPixel
1c80faa94d feat: browse nav + pageTree ancestors 2020-04-18 18:33:22 -04:00
NGPixel
3ca72ccc1e feat: new nav UI (wip) 2020-04-18 18:33:22 -04:00
takumi9942
14beb949d9
fix: media print css (#1704) 2020-04-12 13:19:16 -04:00
NGPixel
1e4d513252 feat: user profile page - save info + change pwd 2020-04-05 23:49:26 -04:00
NGPixel
1d16a3fc71 feat: mermaid support for markdown 2020-03-29 20:54:39 -04:00
NGPixel
951ebb6b61 feat: duplicate page 2020-03-29 17:48:45 -04:00
Sebastien
c460a365a6
fix: images on top of headers lines #1487 (#1588)
Images on top of headers lines
#1487
2020-03-28 14:37:12 -04:00
Dragan Espenschied
3402afa03c
fix: rendering of unordered lists and footnotes (#1609)
* Fix rendering of lists and footnotes

* Fix rendering of lists and footnotes

* fix: restore list arrow symbols

Co-authored-by: Nicolas Giard <github@ngpixel.com>
2020-03-28 14:23:31 -04:00
NGPixel
e413f3e420 fix: external link icon 2020-03-27 18:51:51 -04:00
NGPixel
dd3699b501 fix: sidebar overlay bug on smaller screens 2020-03-14 18:59:27 -04:00
NGPixel
f7c0daec9a feat: content license notice option 2020-02-23 15:20:55 -05:00
NGPixel
9384ce14d5 fix: square nav icons 2020-02-09 22:55:53 -05:00
NGPixel
4bf94a1d30 feat: social sharing menu 2020-02-09 14:10:39 -05:00
NGPixel
48ea692afe fix: list items spacing + lang menu max-height 2020-02-07 21:54:59 -05:00
NGPixel
a694d26290 fix: hide new nav for 2.1 2020-02-07 14:23:38 -05:00
NGPixel
ad3a6e15f9 fix: rtl list bullet symbol 2020-01-31 22:34:38 -05:00
Aitor Rosell Torralba
429c2673ca
fix: list formatting multiline with fancy bullets (#1406)
* Fix list formatting multiline with fancy bullets

In kinda response to: https://github.com/Requarks/wiki/pull/1283 
Solves the problem with the list having issues with p elements and with multi lines but keeping the fancy css bullets.
Tested on Chrome, Firefox, Opera and Edge.

* remove important

* fix: bullet symbol for RTL

Co-authored-by: Nicolas Giard <github@ngpixel.com>
2020-01-31 22:22:27 -05:00
NGPixel
14c842ff9d fix: rtl offset + list indent (#1326, #1327) 2019-12-22 18:49:17 -05:00
NGPixel
cb5264e42b fix: hide bullet on links and grid lists 2019-12-20 17:19:53 -05:00
Noel Cower
d407312caa fix: list item formatting for lists with paragraphs (#1283)
This removes the fancy tick-mark next to unordered list items, which is
a little depressing, but fixes formatting for them when they contain
paragraphs (`<p>` elements). The tick-mark has been replaced with
a square mark. Both ordered and unordered lists have grown 1rem of left
padding to compensate for their position.

Considered using disclosure-closed as a similar triangle replacement,
but it's not regarded as something that should be used in production
(per MDN). Using a simple string is unsupported because it's only in
a CSS working draft, so a square is the least controversial option,
I think.

Closes #1282.
2019-12-16 00:55:32 -05:00
NGPixel
5d7509acdf feat: api docs editor (wip) + deps update 2019-12-01 22:45:37 -05:00
NGPixel
a72a7b1cdf fix: disable code block line break + copy button 2019-11-22 16:16:37 -05:00
Zhiming Wang
b19fb2a08c fix: wrong page title positioning in Safari (#1233)
Fixes #1221.
2019-11-19 12:32:29 -05:00
NGPixel
1c814638da fix: inconsistent spacing in nested lists 2019-11-16 22:25:51 -05:00
NGPixel
491434fd92 fix: marker highlighting for visual editor 2019-11-03 22:25:29 -05:00
NGPixel
d69dde1df5 fix: UI fixes + search crash (#1086) 2019-11-02 16:04:43 -04:00
NGPixel
57f79c19b2 fix: blockquote missing right padding (#1168) 2019-11-02 00:03:39 -04:00
NGPixel
c83eb25514 fix: breadcrumbs url formatting on 3rd level and higher + missing locale (#930) 2019-10-27 17:39:55 -04:00
NGPixel
e5774a89f1 fix: nested lists indentation (#1114) 2019-10-26 16:43:25 -04:00
NGPixel
62d1d7a1df feat: move page 2019-10-13 19:59:50 -04:00
Nick
2e0f861fb2 feat: import users group creation logic 2019-09-29 20:53:41 -04:00
Nick
82ba7d0a36 feat: import users from v1 - db + create users 2019-09-28 22:19:33 -04:00
Nick
6a5bc2e273 refactor: plantuml module 2019-09-27 13:43:14 -04:00
Nick
ccc6a776fc fix: print readable code blocks 2019-09-27 11:47:45 -04:00
Nick
c7d6473401 feat: edit menu speed-dial UX 2019-09-27 00:02:26 -04:00
Nick
8f7fdab771 fix: code tag styling 2019-09-22 17:03:33 -04:00
Nick
69e644e18f fix: code linting 2019-09-08 12:39:05 -04:00
Nick
7634bd266d feat: ckeditor 2019-09-08 12:01:17 -04:00
Nick
ab463fcae1 feat: tags on page fetch + pageLinks table schema 2019-09-02 18:32:33 -04:00
Nick
efab00fa0c feat: content link states 2019-09-02 15:33:56 -04:00
Nick
cc469d8785 fix: handle anchor links within the page contents (#1006) 2019-08-31 21:59:14 -04:00
Nick
518602b0d4 fix: hide incomplete ratings panel 2019-08-26 23:11:21 -04:00
Nick
c29d11f775 fix: scroll anchor preventing text selection 2019-08-25 17:12:38 -04:00
Nick
10e19700e5 fix: UI improvements 2019-08-25 14:23:56 -04:00
Nick
d3e693ab46 feat: mandatory password change on login + UI fixes 2019-08-24 22:19:54 -04:00