Commit Graph

12 Commits

Author SHA1 Message Date
f66dd76dfb Add style/onload to render context (#36) 2022-07-31 21:25:44 -04:00
1547377527 Add htmx targets to forms (#36)
- Derive layout based on htmx headers
2022-07-31 17:56:32 -04:00
e1bdad15f7 Fix casing on view models
- Light renaming / clean-up
- Update dependencies
2022-07-13 18:26:19 -04:00
47fb9884f1 WIP on F# 6 formatting / conversion 2022-07-12 22:43:01 -04:00
1a07c673c7
.NET 6 (#32)
- Convert back-end to .NET 6
- Upgrade Giraffe, convert routing to endpoint style
- Refactor code to take advantage of F# advances
2021-09-18 22:42:40 -04:00
b0d3bd4e35 Update to F# 5 (#27) 2020-11-15 21:57:09 -05:00
7fd15a5cff Display new user name (#26)
Also did some refactoring to pull static members into modules
2020-06-10 23:11:28 -05:00
Daniel J. Summers
bf48c360de Remove yield not required by F# 4.7 2019-10-19 09:07:06 -05:00
Daniel J. Summers
43b6b6d8e0
Search, Paging, and "As of" Date (#10)
Issues Fixed:
* Added request search capability (#2)
* Added pagination to search / inactive request lists (#3)
* Added "as of" date display option for requests (#9)
* Updated documentation to reflect the new options and their behavior

Also Fixed (w/o issue numbers):
* Fixed a verbiage error with the confirmation prompts
* Split the I18N for the maintain requests page into its own localized view
* Modified many "magic strings" in the code to use F# discriminated unions instead (stored as single-character codes in the database)
2019-03-20 19:19:02 -05:00
Daniel J. Summers
ab262fdab3 Updated deps; shortened text func names
Giraffe has aliased "str" for "encodedText"; this project uses that now, and also uses "locStr" instead of "encLocText"
2019-03-14 23:30:28 -05:00
Daniel J. Summers
1224e77266 Modified app to use external help (#4) 2019-02-27 01:51:24 -06:00
Daniel J. Summers
e18cd888f3 Import v7.1 files 2019-02-17 19:25:07 -06:00