Commit Graph

578 Commits

Author SHA1 Message Date
squidfunk
a70a42cdd1 Refactored entrypoint and observable setup 2019-11-26 17:56:45 +01:00
squidfunk
62ead4092f Documentation 2019-11-26 10:36:04 +01:00
squidfunk
e1cab27714 Fixed L10N JSON format 2019-11-26 10:19:10 +01:00
squidfunk
b5ad4ac339 Reformatted HTML templates and moved L10N to inline JSON 2019-11-26 10:03:53 +01:00
squidfunk
0cfd796598 Prototypical implementation of instant loading 2019-11-22 18:42:25 +01:00
squidfunk
f422c8f90e Added prerequisites for instand loading 2019-11-22 17:55:00 +01:00
squidfunk
4fc4876fc8 Optimized HTML structure 2019-11-22 17:53:12 +01:00
squidfunk
aeded5b844 Added component map observables 2019-11-22 16:46:22 +01:00
squidfunk
526c663af9 Removed commented out and unused code 2019-11-20 21:56:14 +01:00
squidfunk
04e3fc5884 Added operator functions for painting 2019-11-20 21:46:46 +01:00
squidfunk
5894b28571 Moved re-painting logic to anchor component 2019-11-20 17:47:51 +01:00
squidfunk
b711d15dac Documentation 2019-11-20 15:37:04 +01:00
squidfunk
89214b1897 Moved header to observable 2019-11-20 15:13:42 +01:00
squidfunk
e457d901b2 Added navigation component 2019-11-20 10:09:23 +01:00
squidfunk
919fccd238 Reduced repaints for admonitions on scroll 2019-11-19 13:11:21 +01:00
squidfunk
b49ae6f679 Inverted toggle logic and fixed ref counting of subscriptions 2019-11-18 21:24:56 +01:00
squidfunk
a03fa479b8 Refactored anchor blurring 2019-10-29 17:48:57 +01:00
squidfunk
5a90f92bb7 Added further utility functions 2019-10-28 18:01:47 +01:00
squidfunk
4e14ff285e Refactored sidebar and container components 2019-10-28 16:13:13 +01:00
squidfunk
7a3d28b1ff Removed unnecessary stuff from index.ts for now 2019-10-27 18:25:12 +01:00
squidfunk
edf7484d98 Added sidebar component implementation 2019-10-27 18:02:05 +01:00
squidfunk
b9be2ee875 Added container component implementation 2019-10-27 16:21:49 +01:00
squidfunk
4b6e0808d1 Make UI observables hot 2019-10-27 15:55:10 +01:00
squidfunk
85a18c64fa Restructued UI observables 2019-10-27 10:26:54 +01:00
squidfunk
a633f4fec7 Migrated first features to RxJS 2019-09-29 00:30:56 +02:00
squidfunk
34cc56bf28 Fixed development environment 2019-09-28 20:39:07 +02:00
squidfunk
cb1acef1df Improved build dependency resolution 2019-09-28 19:55:08 +02:00
Christian Oliff
44196408a3 Removed unnecessary title tags from table of contents (#1240) 2019-09-05 07:05:16 +02:00
squidfunk
d9a51e2c03 Merge branch 'master' of github.com:squidfunk/mkdocs-material 2019-08-27 17:42:02 +02:00
squidfunk
af81591cce Prepare 4.4.2 release 2019-08-27 17:41:51 +02:00
Christian Oliff
4f41b9aa52 Removed unneeded title attributes from text links in nav and sidebar (#1224) 2019-08-23 17:32:44 +02:00
Timothy Pharo
422406bed3 Fixed issue where HTML tags were shown in page title (#1220)
* Strip tags from page tile when displaying in header <title> tag

* Build resources for stripping html tags from header <title>
2019-08-23 11:02:28 +02:00
Christian Oliff
ec9a9a62b0 Improved accessibility for IE users (#1222)
> The <main> element is widely supported. For Internet Explorer 11 and lower, it's suggested that an ARIA role of "main" be added to the <main> element to ensure it is accessible (screen readers like JAWS, used in combination with older versions of Internet Explorer, understand the semantic meaning of the <main> element when this role attribute is included).

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/main#Browser_compatibility
2019-08-23 10:59:23 +02:00
squidfunk
6b7535b8cc Added black as a primary color 2019-08-22 16:11:51 +02:00
Timothy Pharo
a47f1efe6d Fixed issue where HTML elements in H1's cause footer layout to be broken (#1217)
* Add striptags to next/previous links to eascape invalid html tags

* Add generated built files for escaped titles in footer
2019-08-22 15:52:49 +02:00
squidfunk
9d1390f318 Fixed disappearance of tabs for smaller font sizes 2019-06-15 15:54:50 +02:00
squidfunk
e24f2a3d7e Removed remaining whitespace control tags 2019-06-15 15:23:03 +02:00
squidfunk
91f2289587 Reverted template minification, added minification by plugin 2019-06-15 15:16:14 +02:00
squidfunk
fb981cf92a Fixed search for Slovak and Slovenian 2019-06-15 14:30:34 +02:00
squidfunk
f6e08ef4a3 Added Slovenian translations 2019-06-15 14:26:34 +02:00
Christian Oliff
6182414ae5 Improved Google Font display experience (#1134)
This fixes: #1133
This change prevents the font changing if the Google font loads within 100ms.
2019-06-14 09:26:51 +02:00
zaxayn
2a8fd8c414 Improved Chinese translations
I am Chinese, which is more in line with Chinese habits. If you have Chinese friends, you can check with him:)
2019-05-29 08:08:17 +02:00
Janus
6b90dea369 Fixed spelling error in danish translation
It should be indtast not indtask.
2019-05-23 09:15:25 +02:00
squidfunk
631846394e Prepare 4.3.0 release 2019-05-17 21:52:14 +02:00
squidfunk
76eebf53c2 Added support for changing header through metadata 'title' property 2019-05-17 21:42:02 +02:00
squidfunk
b36a725d30 Removed all whitespace from compiled files - saving 700 bytes per page (gzip) 2019-05-17 21:37:21 +02:00
squidfunk
157c929faa Fixed alignment of repository link on tablet and desktop 2019-05-17 21:35:11 +02:00
squidfunk
94d6f2c68b Added font-display: swap to Google Font loading 2019-05-17 18:57:11 +02:00
squidfunk
b245e9f769 Fixed search hotkey stealing focus from non-form textarea 2019-04-28 11:49:40 +02:00
squidfunk
611dc9718f Added Norwegian Nynorsk translations 2019-04-28 11:37:56 +02:00