isomorphic
Here are 611 public repositories matching this topic...
Marko Version: 4.18.4
Details
I use some facebook markup that I let facebook parse from DOM:
<fb:login-button
auto-logout-link="false"
button-type="continue_with"
size="large"
scope="public_profile,email"
use-continue-as="true">
</fb:login-button>
In my onMount I then let the facebook API do it's thing with th
-
Updated
Nov 13, 2020 - JavaScript
Calendar legend labels are not visible in dark theme
To Reproduce
- Go to https://nivo.rocks/calendar/
- Click on 'light/dark' switch and enable dark mode
- See legend texts
Expected behavior
legend texts should have same fill color as year/month labels and be at least visible
Screenshots
<img width="1163" alt="Bildschirmfoto 2020-10-09 um 15 35 53" src="https://
-
Updated
Nov 11, 2020
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
Mar 5, 2018 - Go
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Nov 3, 2017 - JavaScript
-
Updated
Nov 6, 2020 - TypeScript
-
Updated
Nov 10, 2020 - TypeScript
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Nov 2, 2019 - JavaScript
-
Updated
Jul 26, 2018 - JavaScript
-
Updated
Jan 13, 2017 - JavaScript
-
Updated
Mar 24, 2020 - JavaScript
-
Updated
Oct 28, 2020 - Vue
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
May 16, 2020 - TypeScript
-
Updated
Jul 30, 2020 - TypeScript
-
Updated
Nov 29, 2017 - JavaScript
-
Updated
Jun 13, 2020 - TypeScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Feb 28, 2018 - TypeScript
-
Updated
Sep 28, 2020 - JavaScript
-
Updated
Oct 15, 2017 - JavaScript
Improve this page
Add a description, image, and links to the isomorphic topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the isomorphic topic, visit your repo's landing page and select "manage topics."
Related PR: #6331
Suggested by @pimlie
When trailing slash handling is enforced (in any manner), it'd be great to have two things for improved DX:
Nuxt Link adaption
No matter how you input the links in your Nuxt link (be it as an object via named routes or via string), the component should enforce the set up trailing slash handling (adding or removing the slashes as needed).
U