sneat_rails 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/MIT-LICENSE +20 -0
- data/README.md +28 -0
- data/Rakefile +6 -0
- data/app/assets/builds/sneat_rails/application.css +3 -0
- data/app/assets/builds/sneat_rails/fonts/boxicons.eot +0 -0
- data/app/assets/builds/sneat_rails/fonts/boxicons.svg +1660 -0
- data/app/assets/builds/sneat_rails/fonts/boxicons.ttf +0 -0
- data/app/assets/builds/sneat_rails/fonts/boxicons.woff +0 -0
- data/app/assets/builds/sneat_rails/fonts/boxicons.woff2 +0 -0
- data/app/assets/builds/sneat_rails/sneat.css +43157 -0
- data/app/assets/builds/sneat_rails/sneat.css.map +1 -0
- data/app/assets/config/manifest.js +3 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_accordion.scss +56 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_alert.scss +9 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_badge.scss +18 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_breadcrumb.scss +47 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_button-group.scss +59 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_buttons.scss +127 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_card.scss +197 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_carousel.scss +42 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_close.scss +6 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_dropdown.scss +63 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_forms.scss +10 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_functions.scss +147 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_include.scss +13 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_list-group.scss +58 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_mixins.scss +16 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_modal.scss +110 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_nav.scss +327 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_navbar.scss +58 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_offcanvas.scss +10 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_pagination.scss +92 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_popover.scss +31 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_progress.scss +31 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_reboot.scss +32 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_root.scss +4 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_spinners.scss +21 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_tables.scss +106 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_toasts.scss +61 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_tooltip.scss +11 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_type.scss +2 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_utilities-ltr.scss +283 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_utilities.scss +1027 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/_variables.scss +935 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_floating-labels.scss +12 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_form-control.scss +15 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_form-range.scss +52 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_form-select.scss +11 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_input-group.scss +77 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_labels.scss +17 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_validation.scss +58 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_alert.scss +39 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_badge.scss +9 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_buttons.scss +190 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_caret.scss +42 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_dropdown.scss +26 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_forms.scss +281 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_list-group.scss +66 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_misc.scss +120 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_navs.scss +37 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_pagination.scss +21 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_progress.scss +19 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_table-variants.scss +31 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_toasts.scss +33 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap-extended.scss +39 -0
- data/app/assets/stylesheets/sneat_rails/_bootstrap.scss +44 -0
- data/app/assets/stylesheets/sneat_rails/_boxicons.scss +6944 -0
- data/app/assets/stylesheets/sneat_rails/_colors.scss +39 -0
- data/app/assets/stylesheets/sneat_rails/_components/_app-brand.scss +64 -0
- data/app/assets/stylesheets/sneat_rails/_components/_avatar.scss +126 -0
- data/app/assets/stylesheets/sneat_rails/_components/_base.scss +159 -0
- data/app/assets/stylesheets/sneat_rails/_components/_common.scss +232 -0
- data/app/assets/stylesheets/sneat_rails/_components/_footer.scss +39 -0
- data/app/assets/stylesheets/sneat_rails/_components/_include.scss +11 -0
- data/app/assets/stylesheets/sneat_rails/_components/_layout.scss +539 -0
- data/app/assets/stylesheets/sneat_rails/_components/_menu.scss +346 -0
- data/app/assets/stylesheets/sneat_rails/_components/_mixins.scss +6 -0
- data/app/assets/stylesheets/sneat_rails/_components/_text-divider.scss +89 -0
- data/app/assets/stylesheets/sneat_rails/_components/_variables.scss +93 -0
- data/app/assets/stylesheets/sneat_rails/_components/mixins/_app-brand.scss +33 -0
- data/app/assets/stylesheets/sneat_rails/_components/mixins/_avatar.scss +22 -0
- data/app/assets/stylesheets/sneat_rails/_components/mixins/_footer.scss +39 -0
- data/app/assets/stylesheets/sneat_rails/_components/mixins/_menu.scss +124 -0
- data/app/assets/stylesheets/sneat_rails/_components/mixins/_misc.scss +6 -0
- data/app/assets/stylesheets/sneat_rails/_components/mixins/_navbar.scss +90 -0
- data/app/assets/stylesheets/sneat_rails/_components/mixins/_text-divider.scss +16 -0
- data/app/assets/stylesheets/sneat_rails/_components.scss +11 -0
- data/app/assets/stylesheets/sneat_rails/_custom-variables/_bootstrap-extended.scss +7 -0
- data/app/assets/stylesheets/sneat_rails/_custom-variables/_components.scss +6 -0
- data/app/assets/stylesheets/sneat_rails/_custom-variables/_libs.scss +8 -0
- data/app/assets/stylesheets/sneat_rails/_custom-variables/_pages.scss +8 -0
- data/app/assets/stylesheets/sneat_rails/_custom-variables/_support.scss +9 -0
- data/app/assets/stylesheets/sneat_rails/_theme/_common.scss +49 -0
- data/app/assets/stylesheets/sneat_rails/_theme/_theme.scss +131 -0
- data/app/assets/stylesheets/sneat_rails/application.css +15 -0
- data/app/assets/stylesheets/sneat_rails/application.scss +9 -0
- data/app/assets/stylesheets/sneat_rails/core.scss +4 -0
- data/app/assets/stylesheets/sneat_rails/pages/page-account-settings.scss +13 -0
- data/app/assets/stylesheets/sneat_rails/pages/page-auth.scss +106 -0
- data/app/assets/stylesheets/sneat_rails/pages/page-icons.scss +46 -0
- data/app/assets/stylesheets/sneat_rails/pages/page-misc.scss +15 -0
- data/app/assets/stylesheets/sneat_rails/sneat.css +3 -0
- data/app/assets/stylesheets/sneat_rails/sneat.scss +6 -0
- data/app/assets/stylesheets/sneat_rails/theme-default.scss +111 -0
- data/app/controllers/sneat_rails/application_controller.rb +4 -0
- data/app/controllers/sneat_rails/dashboard_controller.rb +10 -0
- data/app/helpers/sneat_rails/application_helper.rb +4 -0
- data/app/jobs/sneat_rails/application_job.rb +4 -0
- data/app/mailers/sneat_rails/application_mailer.rb +6 -0
- data/app/models/sneat_rails/application_record.rb +5 -0
- data/app/views/layouts/sneat_rails/application.html.erb +30 -0
- data/app/views/sneat_rails/dashboard/index.html.erb +1 -0
- data/app/views/sneat_rails/shared/_navbar.html.erb +3 -0
- data/app/views/sneat_rails/shared/_sidebar.html.erb +3 -0
- data/config/dartsass.rb +3 -0
- data/config/routes.rb +3 -0
- data/lib/generators/sneat_rails/install/install_generator.rb +16 -0
- data/lib/sneat_rails/engine.rb +20 -0
- data/lib/sneat_rails/version.rb +3 -0
- data/lib/sneat_rails.rb +6 -0
- data/lib/tasks/sneat_rails_tasks.rake +4 -0
- metadata +193 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
// * Page Icons (Page specific only)
|
|
2
|
+
// *******************************************************************************
|
|
3
|
+
|
|
4
|
+
@import '../_bootstrap-extended/include';
|
|
5
|
+
@import '../_custom-variables/pages';
|
|
6
|
+
|
|
7
|
+
#icons-container {
|
|
8
|
+
.icon-card {
|
|
9
|
+
width: 128px;
|
|
10
|
+
|
|
11
|
+
i {
|
|
12
|
+
font-size: 2rem;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
@media (max-width: 1024px) {
|
|
18
|
+
#icons-container {
|
|
19
|
+
.icon-card {
|
|
20
|
+
width: 126px;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
@include media-breakpoint-down(md) {
|
|
25
|
+
#icons-container {
|
|
26
|
+
.icon-card {
|
|
27
|
+
width: 131px;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
@media (max-width: 414px) {
|
|
33
|
+
#icons-container {
|
|
34
|
+
.icon-card {
|
|
35
|
+
width: 110px;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
@media (max-width: 375px) {
|
|
41
|
+
#icons-container {
|
|
42
|
+
.icon-card {
|
|
43
|
+
width: 150px;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// * Miscellaneous
|
|
2
|
+
// *******************************************************************************
|
|
3
|
+
|
|
4
|
+
@import '../_bootstrap-extended/include';
|
|
5
|
+
|
|
6
|
+
.misc-wrapper {
|
|
7
|
+
display: flex;
|
|
8
|
+
flex-direction: column;
|
|
9
|
+
justify-content: center;
|
|
10
|
+
align-items: center;
|
|
11
|
+
min-height: calc(
|
|
12
|
+
100vh - calc(#{$container-padding-y} * 2)
|
|
13
|
+
); // ?we have added container-p-y class to add padding on top & bottom
|
|
14
|
+
text-align: center;
|
|
15
|
+
}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
@import './_components/include';
|
|
2
|
+
@import './_theme/common';
|
|
3
|
+
@import './_theme/_theme';
|
|
4
|
+
|
|
5
|
+
$primary-color: #696cff;
|
|
6
|
+
|
|
7
|
+
@include template-common-theme($primary-color);
|
|
8
|
+
|
|
9
|
+
// Navbar
|
|
10
|
+
// ---------------------------------------------------------------------------
|
|
11
|
+
@include template-navbar-style('.bg-navbar-theme', $card-bg, $color: $body-color, $active-color: $headings-color);
|
|
12
|
+
.layout-navbar {
|
|
13
|
+
background-color: rgba($card-bg, 0.95) !important;
|
|
14
|
+
backdrop-filter: saturate(200%) blur(6px);
|
|
15
|
+
}
|
|
16
|
+
.navbar-detached {
|
|
17
|
+
box-shadow: 0 0 0.375rem 0.25rem rgba(rgba-to-hex($gray-500, $rgba-to-hex-bg), 0.15);
|
|
18
|
+
}
|
|
19
|
+
.layout-navbar-fixed .layout-page:before {
|
|
20
|
+
backdrop-filter: saturate(200%) blur(10px);
|
|
21
|
+
background: rgba($body-bg, 0.6);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
// Menu
|
|
25
|
+
// ---------------------------------------------------------------------------
|
|
26
|
+
@include template-menu-style(
|
|
27
|
+
'.bg-menu-theme',
|
|
28
|
+
$white,
|
|
29
|
+
$color: $body-color,
|
|
30
|
+
$active-color: $headings-color,
|
|
31
|
+
$border: transparent,
|
|
32
|
+
$active-bg: $white
|
|
33
|
+
);
|
|
34
|
+
// menu shadow
|
|
35
|
+
@include media-breakpoint-up($menu-collapsed-layout-breakpoint) {
|
|
36
|
+
.bg-menu-theme.menu-vertical {
|
|
37
|
+
box-shadow: 0 0.125rem 0.375rem 0 rgba(rgba-to-hex($gray-500, $rgba-to-hex-bg), 0.12);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
.bg-menu-theme {
|
|
41
|
+
// Menu header
|
|
42
|
+
.menu-header {
|
|
43
|
+
color: $text-muted;
|
|
44
|
+
&:before {
|
|
45
|
+
background-color: $text-muted !important;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
// menu shadow
|
|
50
|
+
&.menu-vertical {
|
|
51
|
+
box-shadow: 0 0.125rem 0.375rem 0 rgba(rgba-to-hex($gray-500, $rgba-to-hex-bg), 0.12);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
// menu item open(vertical) & hover (vertical & horizontal)
|
|
55
|
+
.menu-inner .menu-item.open > .menu-link,
|
|
56
|
+
.menu-inner .menu-item .menu-link:not(.active):hover {
|
|
57
|
+
html:not(.layout-menu-collapsed) &,
|
|
58
|
+
.layout-menu-hover.layout-menu-collapsed & {
|
|
59
|
+
background-color: rgba($black, 0.04);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
// menu item open(horizontal)
|
|
63
|
+
.menu-inner .menu-sub > .menu-item.active {
|
|
64
|
+
> .menu-link.menu-toggle {
|
|
65
|
+
background-color: rgba($black, 0.04);
|
|
66
|
+
}
|
|
67
|
+
.menu-icon {
|
|
68
|
+
color: $primary-color;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
// menu item active
|
|
72
|
+
.menu-inner > .menu-item.active > .menu-link {
|
|
73
|
+
color: $primary-color;
|
|
74
|
+
background-color: rgba($primary-color, 0.16) !important;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.menu-inner > .menu-item.active:before {
|
|
78
|
+
background: $primary-color;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
// Sub menu item link bullet
|
|
82
|
+
.menu-sub > .menu-item > .menu-link:before {
|
|
83
|
+
background-color: rgba-to-hex($gray-400, $rgba-to-hex-bg) !important;
|
|
84
|
+
}
|
|
85
|
+
// Sub menu item link active bullet
|
|
86
|
+
.menu-sub > .menu-item.active > .menu-link:not(.menu-toggle):before {
|
|
87
|
+
background-color: $primary-color !important;
|
|
88
|
+
border: 3px solid rgba-to-hex(rgba($primary-color, 0.16), $rgba-to-hex-bg) !important;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.app-brand .layout-menu-toggle {
|
|
93
|
+
background-color: $primary-color;
|
|
94
|
+
border: 7px solid $body-bg;
|
|
95
|
+
i {
|
|
96
|
+
color: color-contrast($primary-color);
|
|
97
|
+
}
|
|
98
|
+
.menu-inner > .menu-header::before {
|
|
99
|
+
background-color: rgba-to-hex($gray-400, $rgba-to-hex-bg);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// Footer
|
|
104
|
+
// ---------------------------------------------------------------------------
|
|
105
|
+
@include template-footer-style('.bg-footer-theme', $body-bg, $color: $body-color, $active-color: $headings-color);
|
|
106
|
+
|
|
107
|
+
.layout-footer-fixed {
|
|
108
|
+
.content-footer {
|
|
109
|
+
box-shadow: 0 0 0.375rem 0.25rem rgba(rgba-to-hex($gray-500, $rgba-to-hex-bg), 0.15);
|
|
110
|
+
}
|
|
111
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<title>Sneat Rails</title>
|
|
5
|
+
|
|
6
|
+
<%= csrf_meta_tags %>
|
|
7
|
+
<%= csp_meta_tag %>
|
|
8
|
+
|
|
9
|
+
<%= stylesheet_link_tag "sneat_rails/sneat" %>
|
|
10
|
+
|
|
11
|
+
<%= stylesheet_link_tag "sneat_rails/application", "data-turbo-track": "reload" %>
|
|
12
|
+
<%= javascript_include_tag "sneat_rails/sneat", defer: true %>
|
|
13
|
+
</head>
|
|
14
|
+
|
|
15
|
+
<body>
|
|
16
|
+
|
|
17
|
+
<%= render "sneat_rails/shared/sidebar" %>
|
|
18
|
+
|
|
19
|
+
<div class="layout-page">
|
|
20
|
+
|
|
21
|
+
<%= render "sneat_rails/shared/navbar" %>
|
|
22
|
+
|
|
23
|
+
<div class="content-wrapper">
|
|
24
|
+
<%= yield %>
|
|
25
|
+
</div>
|
|
26
|
+
|
|
27
|
+
</div>
|
|
28
|
+
|
|
29
|
+
</body>
|
|
30
|
+
</html>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<h1>Sneat Dashboard</h1>
|
data/config/dartsass.rb
ADDED
data/config/routes.rb
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
module SneatRails
|
|
2
|
+
class Engine < ::Rails::Engine
|
|
3
|
+
|
|
4
|
+
isolate_namespace SneatRails
|
|
5
|
+
|
|
6
|
+
initializer "sneat_rails.assets" do |app|
|
|
7
|
+
|
|
8
|
+
# app.config.assets.paths << root.join("app/assets/builds")
|
|
9
|
+
|
|
10
|
+
asset_path = root.join("app/assets/builds")
|
|
11
|
+
|
|
12
|
+
app.config.assets.paths << asset_path
|
|
13
|
+
|
|
14
|
+
ActiveSupport.on_load(:action_controller_base) do
|
|
15
|
+
prepend_view_path asset_path
|
|
16
|
+
end
|
|
17
|
+
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
data/lib/sneat_rails.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: sneat_rails
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Rahul Patil
|
|
8
|
+
bindir: bin
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
+
dependencies:
|
|
12
|
+
- !ruby/object:Gem::Dependency
|
|
13
|
+
name: rails
|
|
14
|
+
requirement: !ruby/object:Gem::Requirement
|
|
15
|
+
requirements:
|
|
16
|
+
- - ">="
|
|
17
|
+
- !ruby/object:Gem::Version
|
|
18
|
+
version: 8.1.3
|
|
19
|
+
type: :runtime
|
|
20
|
+
prerelease: false
|
|
21
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
22
|
+
requirements:
|
|
23
|
+
- - ">="
|
|
24
|
+
- !ruby/object:Gem::Version
|
|
25
|
+
version: 8.1.3
|
|
26
|
+
- !ruby/object:Gem::Dependency
|
|
27
|
+
name: dartsass-rails
|
|
28
|
+
requirement: !ruby/object:Gem::Requirement
|
|
29
|
+
requirements:
|
|
30
|
+
- - ">="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '0'
|
|
33
|
+
type: :runtime
|
|
34
|
+
prerelease: false
|
|
35
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
36
|
+
requirements:
|
|
37
|
+
- - ">="
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '0'
|
|
40
|
+
description: Sneat admin template is decked with many features to assist you in creating
|
|
41
|
+
quality apps. The HTML5 template has built-in authentication pages, an organized
|
|
42
|
+
folder structure, clean and well-commented code, documentation, and a vertical layout.
|
|
43
|
+
email:
|
|
44
|
+
- rahulonrails@gmail.com
|
|
45
|
+
executables: []
|
|
46
|
+
extensions: []
|
|
47
|
+
extra_rdoc_files: []
|
|
48
|
+
files:
|
|
49
|
+
- MIT-LICENSE
|
|
50
|
+
- README.md
|
|
51
|
+
- Rakefile
|
|
52
|
+
- app/assets/builds/sneat_rails/application.css
|
|
53
|
+
- app/assets/builds/sneat_rails/fonts/boxicons.eot
|
|
54
|
+
- app/assets/builds/sneat_rails/fonts/boxicons.svg
|
|
55
|
+
- app/assets/builds/sneat_rails/fonts/boxicons.ttf
|
|
56
|
+
- app/assets/builds/sneat_rails/fonts/boxicons.woff
|
|
57
|
+
- app/assets/builds/sneat_rails/fonts/boxicons.woff2
|
|
58
|
+
- app/assets/builds/sneat_rails/sneat.css
|
|
59
|
+
- app/assets/builds/sneat_rails/sneat.css.map
|
|
60
|
+
- app/assets/config/manifest.js
|
|
61
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended.scss
|
|
62
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_accordion.scss
|
|
63
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_alert.scss
|
|
64
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_badge.scss
|
|
65
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_breadcrumb.scss
|
|
66
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_button-group.scss
|
|
67
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_buttons.scss
|
|
68
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_card.scss
|
|
69
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_carousel.scss
|
|
70
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_close.scss
|
|
71
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_dropdown.scss
|
|
72
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_forms.scss
|
|
73
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_functions.scss
|
|
74
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_include.scss
|
|
75
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_list-group.scss
|
|
76
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_mixins.scss
|
|
77
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_modal.scss
|
|
78
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_nav.scss
|
|
79
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_navbar.scss
|
|
80
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_offcanvas.scss
|
|
81
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_pagination.scss
|
|
82
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_popover.scss
|
|
83
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_progress.scss
|
|
84
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_reboot.scss
|
|
85
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_root.scss
|
|
86
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_spinners.scss
|
|
87
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_tables.scss
|
|
88
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_toasts.scss
|
|
89
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_tooltip.scss
|
|
90
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_type.scss
|
|
91
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_utilities-ltr.scss
|
|
92
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_utilities.scss
|
|
93
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/_variables.scss
|
|
94
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_floating-labels.scss
|
|
95
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_form-control.scss
|
|
96
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_form-range.scss
|
|
97
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_form-select.scss
|
|
98
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_input-group.scss
|
|
99
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_labels.scss
|
|
100
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/forms/_validation.scss
|
|
101
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_alert.scss
|
|
102
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_badge.scss
|
|
103
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_buttons.scss
|
|
104
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_caret.scss
|
|
105
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_dropdown.scss
|
|
106
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_forms.scss
|
|
107
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_list-group.scss
|
|
108
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_misc.scss
|
|
109
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_navs.scss
|
|
110
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_pagination.scss
|
|
111
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_progress.scss
|
|
112
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_table-variants.scss
|
|
113
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap-extended/mixins/_toasts.scss
|
|
114
|
+
- app/assets/stylesheets/sneat_rails/_bootstrap.scss
|
|
115
|
+
- app/assets/stylesheets/sneat_rails/_boxicons.scss
|
|
116
|
+
- app/assets/stylesheets/sneat_rails/_colors.scss
|
|
117
|
+
- app/assets/stylesheets/sneat_rails/_components.scss
|
|
118
|
+
- app/assets/stylesheets/sneat_rails/_components/_app-brand.scss
|
|
119
|
+
- app/assets/stylesheets/sneat_rails/_components/_avatar.scss
|
|
120
|
+
- app/assets/stylesheets/sneat_rails/_components/_base.scss
|
|
121
|
+
- app/assets/stylesheets/sneat_rails/_components/_common.scss
|
|
122
|
+
- app/assets/stylesheets/sneat_rails/_components/_footer.scss
|
|
123
|
+
- app/assets/stylesheets/sneat_rails/_components/_include.scss
|
|
124
|
+
- app/assets/stylesheets/sneat_rails/_components/_layout.scss
|
|
125
|
+
- app/assets/stylesheets/sneat_rails/_components/_menu.scss
|
|
126
|
+
- app/assets/stylesheets/sneat_rails/_components/_mixins.scss
|
|
127
|
+
- app/assets/stylesheets/sneat_rails/_components/_text-divider.scss
|
|
128
|
+
- app/assets/stylesheets/sneat_rails/_components/_variables.scss
|
|
129
|
+
- app/assets/stylesheets/sneat_rails/_components/mixins/_app-brand.scss
|
|
130
|
+
- app/assets/stylesheets/sneat_rails/_components/mixins/_avatar.scss
|
|
131
|
+
- app/assets/stylesheets/sneat_rails/_components/mixins/_footer.scss
|
|
132
|
+
- app/assets/stylesheets/sneat_rails/_components/mixins/_menu.scss
|
|
133
|
+
- app/assets/stylesheets/sneat_rails/_components/mixins/_misc.scss
|
|
134
|
+
- app/assets/stylesheets/sneat_rails/_components/mixins/_navbar.scss
|
|
135
|
+
- app/assets/stylesheets/sneat_rails/_components/mixins/_text-divider.scss
|
|
136
|
+
- app/assets/stylesheets/sneat_rails/_custom-variables/_bootstrap-extended.scss
|
|
137
|
+
- app/assets/stylesheets/sneat_rails/_custom-variables/_components.scss
|
|
138
|
+
- app/assets/stylesheets/sneat_rails/_custom-variables/_libs.scss
|
|
139
|
+
- app/assets/stylesheets/sneat_rails/_custom-variables/_pages.scss
|
|
140
|
+
- app/assets/stylesheets/sneat_rails/_custom-variables/_support.scss
|
|
141
|
+
- app/assets/stylesheets/sneat_rails/_theme/_common.scss
|
|
142
|
+
- app/assets/stylesheets/sneat_rails/_theme/_theme.scss
|
|
143
|
+
- app/assets/stylesheets/sneat_rails/application.css
|
|
144
|
+
- app/assets/stylesheets/sneat_rails/application.scss
|
|
145
|
+
- app/assets/stylesheets/sneat_rails/core.scss
|
|
146
|
+
- app/assets/stylesheets/sneat_rails/pages/page-account-settings.scss
|
|
147
|
+
- app/assets/stylesheets/sneat_rails/pages/page-auth.scss
|
|
148
|
+
- app/assets/stylesheets/sneat_rails/pages/page-icons.scss
|
|
149
|
+
- app/assets/stylesheets/sneat_rails/pages/page-misc.scss
|
|
150
|
+
- app/assets/stylesheets/sneat_rails/sneat.css
|
|
151
|
+
- app/assets/stylesheets/sneat_rails/sneat.scss
|
|
152
|
+
- app/assets/stylesheets/sneat_rails/theme-default.scss
|
|
153
|
+
- app/controllers/sneat_rails/application_controller.rb
|
|
154
|
+
- app/controllers/sneat_rails/dashboard_controller.rb
|
|
155
|
+
- app/helpers/sneat_rails/application_helper.rb
|
|
156
|
+
- app/jobs/sneat_rails/application_job.rb
|
|
157
|
+
- app/mailers/sneat_rails/application_mailer.rb
|
|
158
|
+
- app/models/sneat_rails/application_record.rb
|
|
159
|
+
- app/views/layouts/sneat_rails/application.html.erb
|
|
160
|
+
- app/views/sneat_rails/dashboard/index.html.erb
|
|
161
|
+
- app/views/sneat_rails/shared/_navbar.html.erb
|
|
162
|
+
- app/views/sneat_rails/shared/_sidebar.html.erb
|
|
163
|
+
- config/dartsass.rb
|
|
164
|
+
- config/routes.rb
|
|
165
|
+
- lib/generators/sneat_rails/install/install_generator.rb
|
|
166
|
+
- lib/sneat_rails.rb
|
|
167
|
+
- lib/sneat_rails/engine.rb
|
|
168
|
+
- lib/sneat_rails/version.rb
|
|
169
|
+
- lib/tasks/sneat_rails_tasks.rake
|
|
170
|
+
homepage: https://github.com/rpatil/sneat_rails
|
|
171
|
+
licenses:
|
|
172
|
+
- MIT
|
|
173
|
+
metadata:
|
|
174
|
+
homepage_uri: https://github.com/rpatil/sneat_rails
|
|
175
|
+
rdoc_options: []
|
|
176
|
+
require_paths:
|
|
177
|
+
- lib
|
|
178
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
179
|
+
requirements:
|
|
180
|
+
- - ">="
|
|
181
|
+
- !ruby/object:Gem::Version
|
|
182
|
+
version: '0'
|
|
183
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
184
|
+
requirements:
|
|
185
|
+
- - ">="
|
|
186
|
+
- !ruby/object:Gem::Version
|
|
187
|
+
version: '0'
|
|
188
|
+
requirements: []
|
|
189
|
+
rubygems_version: 4.0.11
|
|
190
|
+
specification_version: 4
|
|
191
|
+
summary: Sneat is a free HTML5 admin template that is developer-friendly and rich
|
|
192
|
+
with features.
|
|
193
|
+
test_files: []
|