bendtherules
|
4cf46e250e
|
handleScrollRestoration - Add script to head
This will set history.scrollRestoration to "manual" on page start, if hash starts with "link-"
|
2020-10-26 12:33:40 +05:30 |
|
bendtherules
|
686a3e49e4
|
Accordion - restore scrollRestoration to "auto" after scroll
|
2020-10-26 12:32:20 +05:30 |
|
bendtherules
|
79569dac8c
|
Remove DocWrapper usage
|
2020-10-26 12:30:57 +05:30 |
|
bendtherules
|
ebb35a0833
|
Accordion - focus on note container instead
instead of summary tag
|
2020-10-23 19:40:07 +05:30 |
|
bendtherules
|
fcfe3c70b9
|
Admonition - Make container focusable
|
2020-10-23 19:38:30 +05:30 |
|
bendtherules
|
6d0e14ec46
|
custom.css - In accordion header, make cursor pointer
As part of general improvements to Accordion we are adding here
|
2020-10-23 19:14:07 +05:30 |
|
bendtherules
|
8217dc3f04
|
create-modify-element - From fragment, link back to appendChild note
To describe how it can be actually rendered to DOM
|
2020-10-23 19:06:18 +05:30 |
|
bendtherules
|
43995cccf9
|
create-modify-element - qsAll point back to other interfaces note in qs
|
2020-10-23 18:47:51 +05:30 |
|
bendtherules
|
07de9b138c
|
Accordion - Handle auto-open if inner element is linked to
|
2020-10-23 18:45:51 +05:30 |
|
bendtherules
|
36969c140f
|
Admonition.jsx - Allow custom id to link to a note
|
2020-10-23 16:58:42 +05:30 |
|
bendtherules
|
4342f1a165
|
favicon - Update to circular favicon
|
2020-10-19 13:00:36 +05:30 |
|
bendtherules
|
4b937e72aa
|
logo - Make logo circular by changing svg
Also keep backup of old rectangular logo
|
2020-10-19 12:48:11 +05:30 |
|
bendtherules
|
69b251d708
|
Merge branch 'main' of https://github.com/bendtherules/UiQuestions into main
|
2020-10-19 10:28:51 +05:30 |
|
bendtherules
|
69a116897d
|
create-modify-element - Put function signatures at top of each api
|
2020-10-19 10:28:32 +05:30 |
|
bendtherules
|
db89885ace
|
Merge pull request #2 from lapstjup/main
Changed var to let variable declarations
|
2020-10-19 00:19:28 +05:30 |
|
bendtherules
|
55af6e71dd
|
Add logo and favicon
|
2020-10-18 20:10:09 +05:30 |
|
bendtherules
|
bed3d31080
|
Add Element position and scroll empty doc
|
2020-10-18 13:24:48 +05:30 |
|
bendtherules
|
777f539745
|
Rename read-from-element to element-properties
Also update sidbar
|
2020-10-18 13:19:57 +05:30 |
|
bendtherules
|
c62366440b
|
create-modify-element - Continue list numbering across sections
|
2020-10-18 13:07:39 +05:30 |
|
bendtherules
|
dde35f6e36
|
create-modify-element - Add outro
|
2020-10-16 19:30:52 +05:30 |
|
bendtherules
|
bde27f4cf6
|
DocFrag - Clarify benefit
|
2020-10-16 19:27:35 +05:30 |
|
bendtherules
|
ad594a2019
|
Document Fragment - call it off-screen instead of off-canvas
|
2020-10-16 19:25:19 +05:30 |
|
bendtherules
|
c22c3f2e79
|
Document Fragment - Add more context to code example
|
2020-10-16 19:18:43 +05:30 |
|
bendtherules
|
ce031c7f50
|
Document Fragment - Clarify wordings
|
2020-10-16 19:16:24 +05:30 |
|
bendtherules
|
7317fb8ce6
|
create-modify-element - Add Document Fragment section
|
2020-10-16 19:09:14 +05:30 |
|
bendtherules
|
6c5b38ae5c
|
create-modify-element - Add insertAfter() note
|
2020-10-16 18:45:00 +05:30 |
|
bendtherules
|
485a200330
|
create-modify-element - Add insertBefore section
|
2020-10-16 18:30:26 +05:30 |
|
bendtherules
|
07c5772b7c
|
create-modify-element - Add removeChild section
|
2020-10-16 13:39:34 +05:30 |
|
bendtherules
|
bd3ea6992e
|
MDNBadge - Make tappable area smaller
Earlier whole line used to be tappable, which is unexpected for a badge
|
2020-10-16 13:08:18 +05:30 |
|
bendtherules
|
ab9c159941
|
create-modify-element - reduce highlight clutter
|
2020-10-16 13:05:08 +05:30 |
|
bendtherules
|
e9b06e2b85
|
create-modify-element - Use MDNBadge instead of mdn links
|
2020-10-16 12:28:56 +05:30 |
|
bendtherules
|
01ba42dd00
|
MDNBadge - Add component
|
2020-10-16 12:25:21 +05:30 |
|
bendtherules
|
fbadd49d15
|
css - Make font-width larger only on desktop
|
2020-10-16 12:25:04 +05:30 |
|
bendtherules
|
83646d35ec
|
create-modify-element - clarify method name
|
2020-10-16 02:26:58 +05:30 |
|
bendtherules
|
8d2f4ecba7
|
create-modify-element - clarify .append() doc
|
2020-10-16 02:16:12 +05:30 |
|
bendtherules
|
fc66060c59
|
create-modify-element - Add MDN link for appendChild
|
2020-10-16 02:07:33 +05:30 |
|
bendtherules
|
74eed9ebea
|
create-modify-element - Add appendChild section
|
2020-10-16 02:06:08 +05:30 |
|
bendtherules
|
0630954a14
|
create-modify-element - Cleanup setAttribute section
|
2020-10-15 22:56:21 +05:30 |
|
bendtherules
|
f03d7ebf06
|
create-modify-element - Fix example shortform
|
2020-10-15 22:49:58 +05:30 |
|
bendtherules
|
446e1447fd
|
create-modify-element - Shorten code again
|
2020-10-15 22:47:30 +05:30 |
|
bendtherules
|
4d7a23c1c7
|
create-modify-element - Shorten code samples
|
2020-10-15 22:43:26 +05:30 |
|
bendtherules
|
b2838159cc
|
create-modify-element - Add setAttribute()
|
2020-10-15 20:34:45 +05:30 |
|
bendtherules
|
d3bce29c20
|
create-modify-element - Add doc.createElement section
|
2020-10-15 19:31:03 +05:30 |
|
bendtherules
|
39888eb1ab
|
Merge branch 'main' of https://github.com/bendtherules/UiQuestions into main
|
2020-10-14 23:04:03 +05:30 |
|
bendtherules
|
7b5aec389e
|
Readme - Add basic info
And shorten existing Docusaurus commands in readme to a contributing section.
|
2020-10-14 23:03:59 +05:30 |
|
bendtherules
|
60757ca6c2
|
create-modify-element - Fix code spacing
|
2020-10-14 21:12:31 +05:30 |
|
bendtherules
|
de1d494474
|
create-modify-element - Rename to mdx and use Accordion
|
2020-10-14 20:38:39 +05:30 |
|
bendtherules
|
e14c673f8a
|
components - Add Accordion and Admonition components
|
2020-10-14 20:38:00 +05:30 |
|
bendtherules
|
dc4f7bbda5
|
create-element - Add qs and qsAll
|
2020-10-14 20:37:13 +05:30 |
|
bendtherules
|
d06a20c1db
|
Add possible pages to sidebar + add 2 empty pages
|
2020-10-11 20:24:54 +05:30 |
|
bendtherules
|
8341eef94e
|
Delete placeholder doc pages
|
2020-10-11 20:24:28 +05:30 |
|
bendtherules
|
30dfdbe685
|
Remove features tab from index.html
They were just placeholders and I don't have alternative content
|
2020-10-11 19:09:57 +05:30 |
|
bendtherules
|
f3126fbee9
|
Disable footer for now
Maybe enable it later, when i have more meaningful content
|
2020-10-11 19:09:13 +05:30 |
|
bendtherules
|
1043e69033
|
Initialize with docusaurus
|
2020-10-11 17:38:05 +05:30 |
|