Commit Graph

16 Commits

Author SHA1 Message Date
Trevor Vallender a4cc6d1e3f Make appropriate pages public
Going to be using this as a personal site.
2023-09-29 15:11:24 +01:00
Trevor Vallender 19319dba9c Setting up deployment with Kamal 2023-09-29 14:05:38 +01:00
Trevor Vallender edef151006 Microposts set up
Index, new, create all working. Styling is _okay_. Some issues with
styling inside trix-editor.
2023-09-17 14:59:06 +01:00
Trevor Vallender 2038dd741c Install ActionText
Planning on basing most of the content around this.
2023-09-17 12:37:55 +01:00
Trevor Vallender f9802ea7ca Name (and purpose) change
Using this as my own site now
2023-09-17 12:24:54 +01:00
Trevor Vallender 2a44d71478 Add home page 2023-08-20 12:49:21 +01:00
Trevor Vallender 107c2e62a8 Email confirmation workflow 2023-08-19 16:18:37 +01:00
Trevor Vallender 88ccf7d958 Set up page titles 2023-08-18 19:46:38 +01:00
Trevor Vallender c4715b172d Fix user edit/registration
- Don't require password to edit
- Fix errors on registration form
2023-08-18 19:31:00 +01:00
Trevor Vallender ad4fa94bfa Set up forms and error messages
- Assign error class to the existing tags, don't add a wrapper div. This
  keeps the code cleaner and doesn't break our styling.
- Use Turbo Streams to update flash
- Style form errors
2023-08-18 19:08:49 +01:00
Trevor Vallender 4307f6182c Initial CSS setup 2023-08-18 17:20:31 +01:00
Trevor Vallender f20d267707 Fix logout test 2023-08-15 14:56:48 +01:00
Trevor Vallender 0c2868560b Install Turbo 2023-08-15 14:56:41 +01:00
Trevor Vallender 0a1f918c41 Install importmap-rails 2023-08-15 14:52:22 +01:00
Trevor Vallender 5dd9a0c446 Setup user registration and session management 2023-08-15 14:50:39 +01:00
Trevor Vallender abf311ae5c Initial commit
- Added devenv (note SSL currently not working)
- Using Postgres as database
2023-08-08 17:48:09 +01:00