-
- Downloads
No related branches found
No related tags found
Showing
- assets/css/app.css 142 additions, 0 deletionsassets/css/app.css
- assets/js/app.js 3 additions, 0 deletionsassets/js/app.js
- assets/js/theme.js 47 additions, 0 deletionsassets/js/theme.js
- assets/tailwind.config.js 25 additions, 2 deletionsassets/tailwind.config.js
- features/config.exs 4 additions, 0 deletionsfeatures/config.exs
- features/contexts/dark_mode_context.exs 187 additions, 0 deletionsfeatures/contexts/dark_mode_context.exs
- features/dark_mode.feature 48 additions, 0 deletionsfeatures/dark_mode.feature
- lib/proptrackr_web/components/core_components.ex 66 additions, 8 deletionslib/proptrackr_web/components/core_components.ex
- lib/proptrackr_web/components/layouts/app.html.heex 38 additions, 2 deletionslib/proptrackr_web/components/layouts/app.html.heex
- lib/proptrackr_web/components/layouts/root.html.heex 2 additions, 2 deletionslib/proptrackr_web/components/layouts/root.html.heex
- lib/proptrackr_web/controllers/my_favorites_html/index.html.heex 24 additions, 16 deletions...ptrackr_web/controllers/my_favorites_html/index.html.heex
- lib/proptrackr_web/controllers/my_properties_html/index.html.heex 3 additions, 3 deletions...trackr_web/controllers/my_properties_html/index.html.heex
- lib/proptrackr_web/controllers/properties_html/new.html.heex 1 addition, 1 deletionlib/proptrackr_web/controllers/properties_html/new.html.heex
- lib/proptrackr_web/controllers/properties_html/show.html.heex 72 additions, 77 deletions...proptrackr_web/controllers/properties_html/show.html.heex
assets/js/theme.js
0 → 100644
features/contexts/dark_mode_context.exs
0 → 100644
features/dark_mode.feature
0 → 100644
Please register or sign in to comment