Skip to content

Commit

Permalink
feat: use spectre design and implements follows features
Browse files Browse the repository at this point in the history
  • Loading branch information
syl-p committed Dec 19, 2024
1 parent e3374f0 commit 5b8ede4
Show file tree
Hide file tree
Showing 38 changed files with 7,874 additions and 26 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ end
group :development do
# Use console on exceptions pages [https://github.com/rails/web-console]
gem "web-console"
gem "hotwire-spark"
end

group :test do
Expand Down
12 changes: 12 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,16 @@ GEM
railties (>= 5.0.0)
faker (3.5.1)
i18n (>= 1.8.11, < 2)
ffi (1.17.0-x86_64-linux-gnu)
fugit (1.11.1)
et-orbi (~> 1, >= 1.2.11)
raabro (~> 1.4)
globalid (1.2.1)
activesupport (>= 6.1)
hotwire-spark (0.1.3)
listen
rails (>= 8.0.0)
zeitwerk
i18n (1.14.6)
concurrent-ruby (~> 1.0)
importmap-rails (2.0.3)
Expand All @@ -146,6 +151,9 @@ GEM
thor (~> 1.3)
zeitwerk (>= 2.6.18, < 3.0)
language_server-protocol (3.17.0.3)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.2)
loofah (2.23.1)
crass (~> 1.0.2)
Expand Down Expand Up @@ -233,6 +241,9 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rdoc (6.8.1)
psych (>= 4.0.0)
regexp_parser (2.9.3)
Expand Down Expand Up @@ -339,6 +350,7 @@ DEPENDENCIES
debug
factory_bot_rails (~> 6.4)
faker (~> 3.5)
hotwire-spark
importmap-rails
jbuilder
kamal
Expand Down
Empty file added app/assets/builds/.keep
Empty file.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
* depending on specificity.
*
* Consider organizing styles into separate files for maintainability.
*/
*/
Loading

0 comments on commit 5b8ede4

Please sign in to comment.