Coder Social home page Coder Social logo

geekyants / sb-admin-svelte Goto Github PK

View Code? Open in Web Editor NEW
221.0 16.0 75.0 18.05 MB

StartBootstrap SB Admin rebuilt using Svelte + Sveltestrap

License: MIT License

JavaScript 5.24% HTML 15.99% CSS 78.77%
sapper dashboard svelte-components svelte sbadmin

sb-admin-svelte's Issues

Svelte DevTools Compatibility

Im having trouble setting up the rollup.package.config to work with svelte dev tools. Not sure if it's fair to really call this an issue but any help would be appreciated.

Error messages

Hi:
On a fresh install I get the following after running npm run dev

[email protected] dev /home/osboxes/sb-admin-svelte
sapper dev

✗ client
'import' and 'export' may only appear at the top level
11: }
12:
13: export function connect(port) {
^
14: if (source || !window.EventSource) return;
✔ service worker (15.6s)
• server
/home/osboxes/sb-admin-svelte/src/components/Footer.svelte
A11y: '#' is not a valid href attribute
15:
16:


17: Privacy Policy
^
18: ·
19: Terms & Conditions
/home/osboxes/sb-admin-svelte/src/components/Footer.svelte
A11y: '#' is not a valid href attribute
17: Privacy Policy
18: ·
19: Terms & Conditions
^
20:

21:

Listening on http://localhost:3000

Navigation missing on mobile

I don't see any way to open the sidebar on mobile (no hamburger button). Neither in landscape nor portrait mode.

Screenshot_2020-03-07-11-55-43-72
Screenshot_2020-03-07-11-55-32-23

Can't display mltiple charts on one page.

When one chart is rendered via their rendering-function

(e.g. function createChart() { let ctx = document.getElementById("barChart"); let myChart = new Chart(ctx, { type: "bar", data: chartData, options: chartOptions, }); })

You can't render a second one by creating the same chart component at index.svelte.

The canvas gets created but the chart does not get displayed on it.

Maybe the solution will be to create a canvas with a new class name each time the bar chart component is rendered.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.