-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup unused libraries and prepare for esbuild
- Loading branch information
1 parent
0566b55
commit beafa24
Showing
6 changed files
with
3 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
<h1 class="text-2xl font-bold pb-4">Dashboard</h1> | ||
|
||
<div> | ||
<h2>Coming Soon, please use links of the left</h2> | ||
<% if current_user.store %> | ||
<h2>Chart only for representational purposes</h2> | ||
<%= line_chart current_user.store.products.group_by_day(:created_at).count %> | ||
<% end %> | ||
<h2>Welcome to your Dashboard</h2> | ||
<p>Please use links on the left to navigate your Dashboard</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,6 @@ | |
pin "vanilla-nested", to: "vanilla_nested.js", preload: true | ||
pin "@hotwired/turbo", to: "https://ga.jspm.io/npm:@hotwired/[email protected]/dist/turbo.es2017-esm.js" | ||
pin "@rails/actioncable/src", to: "https://ga.jspm.io/npm:@rails/[email protected]/src/index.js" | ||
pin "chartkick", to: "chartkick.js" | ||
pin "Chart.bundle", to: "Chart.bundle.js" | ||
pin "pdf.js", to: "https://ga.jspm.io/npm:[email protected]/index.js" | ||
pin "buffer", to: "https://ga.jspm.io/npm:@jspm/[email protected]/nodelibs/browser/buffer.js" | ||
pin "child_process", to: "https://ga.jspm.io/npm:@jspm/[email protected]/nodelibs/browser/child_process.js" | ||
|