Commit graph

43 commits

Author SHA1 Message Date
Adam Piontek 2624a32861 use purgecss for much smaller css 2023-01-28 09:53:32 -05:00
Adam Piontek 433704e08a implement autoprefixer & cssnano with postcss 2023-01-28 09:28:54 -05:00
Adam Piontek a3c3940563 removed unused svg-sprite-generator npm dep 2023-01-28 09:02:38 -05:00
Adam Piontek 573a1e9cfe move more fully to runtime config with release, improved docker build, updated phx liveview js 2023-01-28 08:14:32 -05:00
Adam Piontek 7a879e632a updated asset npm dependencies & rebuilt assets 2023-01-27 17:29:13 -05:00
Adam Piontek 280cd5bc34 update assets to try to fix favicon issue 2023-01-27 17:24:57 -05:00
Adam Piontek 10f284da6f don't gzip static files, and always commit them 2022-08-14 15:09:30 -04:00
Adam Piontek dceef941c7 fixed user delete error by correcting foreign key constraint; updated liveview modals to use component directly & removed deprecated @socket parameters 2022-08-14 12:49:25 -04:00
Adam Piontek f28c85e343 cleaned up parentheses in migrations 2022-08-14 09:16:58 -04:00
Adam Piontek f27df8d676 implemented optional 'allow_registration' config, with first registered user being pre-confirmed Admin, registration unavailable after that point if allow_registration: :false 2022-08-14 09:14:42 -04:00
Adam Piontek ce03eaaf2d user settings templates updated, user management index template updated 2022-08-13 09:30:17 -04:00
Adam Piontek 79fad5920e minor adjustments to be in line with bones73k 2021-03-26 19:13:57 -04:00
Adam Piontek 873723d776 calendar slug added, settings quick change working 2021-03-23 13:29:46 -04:00
Adam Piontek 3a6e3e8eed removed EctoEnum in favor of Ecto.Enum 2021-03-22 15:41:11 -04:00
Adam Piontek aabcd9e029 switched to 'native' Ecto.Enum for user week_starts_at field 2021-03-22 10:49:45 -04:00
Adam Piontek 4c673508b5 some reorganization for inserting multiple shifts, setting up dev seeds 2021-03-21 19:27:25 -04:00
Adam Piontek 686db55e8b improvements including removing Timex library 2021-03-21 10:47:53 -04:00
Adam Piontek 8a1b7a4852 basic shift display working 2021-03-20 12:45:50 -04:00
Adam Piontek 8957f2d1dd much progress on shift assigning & app navigation 2021-03-19 16:38:52 -04:00
Adam Piontek 4031640e1d added weekdays enum and week_start_at for user records 2021-03-12 11:15:22 -05:00
Adam Piontek 4fb0e2df7b added Timex and refined shift template length handling 2021-03-12 09:41:41 -05:00
Adam Piontek 290475c101 initial liveview/context/schema generation for Shifts 2021-03-11 17:16:11 -05:00
Adam Piontek c864ff9563 reorganized shift templates files 2021-03-11 16:57:46 -05:00
Adam Piontek e0f8515566 reorganized shift templates files 2021-03-11 16:57:20 -05:00
Adam Piontek 19b9bbfb0d Accounts context can now set and clear a user's favorite shift template 2021-03-11 15:41:30 -05:00
Adam Piontek 8aa4b8eee0 shift template live crud working 2021-03-11 13:30:30 -05:00
Adam Piontek 66471c2931 removed label from shift template, added seeds for shift templates 2021-03-07 08:01:46 -05:00
Adam Piontek 73c97f194b fixing error tag ids problem in liveview, and activating stricter password requirements 2021-03-06 18:37:26 -05:00
Adam Piontek a151bfcee7 initial shift template migration & schema working with user field/assoc for default shift template 2021-03-06 13:48:13 -05:00
Adam Piontek 61db634c36 un-catching unused variables in seeds 2021-03-06 07:56:54 -05:00
Adam Piontek 3a9f00b14e removing 'properties' from boilerplate 2021-03-05 22:35:17 -05:00
Adam Piontek 82ab1d1ea5 refactored for new project name 2021-03-05 19:23:32 -05:00
Adam Piontek 0039146cd4 changes to accommodate a delete user modal 2021-03-05 15:32:01 -05:00
Adam Piontek 9651887f34 switched to binary ids for db 2021-03-05 12:59:41 -05:00
Adam Piontek 18468e3cc3 user management with pagination & modal improvements 2021-03-04 22:03:27 -05:00
Adam Piontek 42b2ea9d78 made changes to how roles are set on registering new users 2021-02-27 08:17:30 -05:00
Adam Piontek cd31432f88 changed project/app name 2021-02-24 07:49:39 -05:00
Joao Gilberto Balsini Moura 068be8d583 Add property seeds 2020-09-14 22:06:10 -03:00
Joao Gilberto Balsini Moura 4526435972 Run mix phx.gen.live properties 2020-09-14 13:22:25 -03:00
João Gilberto Balsini Moura d0ab24b9e3 Add seeds to create user and admin 2020-09-13 06:54:08 -03:00
João Gilberto Balsini Moura 33029dae04 Add roles to user 2020-09-12 21:14:06 -03:00
João Gilberto Balsini Moura c9b43ac9b1 Run phx.gen.auth generator for creating users 2020-09-12 21:07:02 -03:00
João Gilberto Balsini Moura 4ad6d6e220 Create phoenix project 2020-09-12 19:47:24 -03:00