Add lndhub admin panel, quick stats for admin pages #80

Merged
raucao merged 22 commits from feature/admin_stats into master 2023-02-23 07:43:16 +00:00
2 changed files with 0 additions and 30 deletions
Showing only changes of commit c44ce61e25 - Show all commits

View File

@@ -1,15 +0,0 @@
# frozen_string_literal: true
require "rails_helper"
RSpec.describe QuickstatsContainerComponent, type: :component do
pending "add some examples to (or delete) #{__FILE__}"
# it "renders something useful" do
# expect(
# render_inline(described_class.new(attr: "value")) { "Hello, components!" }.css("p").to_html
# ).to include(
# "Hello, components!"
# )
# end
end

View File

@@ -1,15 +0,0 @@
# frozen_string_literal: true
require "rails_helper"
RSpec.describe QuickstatsItemComponent, type: :component do
pending "add some examples to (or delete) #{__FILE__}"
# it "renders something useful" do
# expect(
# render_inline(described_class.new(attr: "value")) { "Hello, components!" }.css("p").to_html
# ).to include(
# "Hello, components!"
# )
# end
end