Commit Graph

37 Commits

Author SHA1 Message Date
eb35037bca Display validation errors 2023-09-14 15:22:49 +02:00
4f01634b0e Update Cargo.toml 2023-09-14 15:22:17 +02:00
Manuel Gugger
f82b331f98 move tera template into cfg feature to allow for other templates 2023-08-24 17:46:30 +02:00
Keith Cirkel
81cb448eb8 upgrade to sea-orm 0.12 and fix code 2023-08-23 20:46:45 +01:00
Manuel Gugger
d95c84c2c6 add dropdown for custom filters 2023-07-04 19:49:26 +02:00
Manuel Gugger
3095929d76 initial filter implementation 2023-06-16 16:17:28 +02:00
Manuel Gugger
223ad29266 update sea-orm and fix empty list when no searchable conditions 2023-06-15 11:33:08 +02:00
Manuel Gugger
ae32a57181 revert sea-orm because of issue with table list 2023-03-20 18:54:03 +01:00
Manuel Gugger
e61b683baa include templates in library statically 2023-03-20 17:42:10 +01:00
Manuel Gugger
c6118f52c4 add regex attr for field masking in list 2023-02-15 12:18:24 +01:00
Manuel Gugger
0258434c54 fix cargo.toml version 2023-01-17 12:13:13 +01:00
manuel
d992eab0a2 bump version 2023-01-15 14:20:27 +01:00
Manuel Gugger
4123b831b6 add scripts & css as raw 2023-01-09 22:50:22 +01:00
manuel
7b4e2628b2 update sea-orm 2022-12-31 16:48:44 +01:00
Manuel Gugger
a600ff5c9c implement file_upload field 2022-12-29 19:56:20 +01:00
Manuel Gugger
ce964220b7 cleanup examples 2022-11-08 17:10:27 +01:00
Manuel Gugger
6729d0c8c6 bump to v0.2.0 2022-10-11 19:05:24 +02:00
Manuel Gugger
500e3b29dd bump to v0.2.0 2022-10-11 19:03:05 +02:00
Manuel Gugger
859c139f8b implement error handling through notifications 2022-10-07 21:32:59 +02:00
Manuel Gugger
c95bef4d68 update cargo.toml 2022-09-02 17:42:20 +02:00
Manuel Gugger
80b53e8ab1 add license and description 2022-09-02 17:40:19 +02:00
Manuel Gugger
226d7d0d53 add excludes to package 2022-09-02 17:37:13 +02:00
Manuel Gugger
01d7244cc1 add macro version to cargo.toml 2022-09-02 17:32:57 +02:00
Manuel Gugger
3e2b765678 update integration tests with edit 2022-08-29 11:01:00 +02:00
Manuel Gugger
920c5d00aa add integration test for get req 2022-08-27 14:41:08 +02:00
manuel
f122be5294 cleanup dependencies 2022-08-20 23:39:18 +02:00
manuel
75a409cd73 add example with login 2022-08-06 21:49:52 +02:00
manuel
5d9b7def23 move sample to folder example and rename project 2022-08-06 20:13:26 +02:00
Manuel Gugger
e0da08ef73 add dropdown for enums 2022-07-21 19:01:05 +02:00
Manuel Gugger
7c8cf72668 implement macros for active_model generation 2022-05-25 13:11:54 +02:00
Manuel Gugger
790cf9ff59 derive fields for table columns 2022-04-27 18:22:47 +02:00
Manuel Gugger
b844315bf9 move oauth into separate crate 2022-04-24 14:35:43 +02:00
Manuel Gugger
8c106eb9f2 split into models and viewmodels 2022-04-23 20:03:09 +02:00
Manuel Gugger
10c50d7ddb add paginator sample 2022-01-03 19:31:34 +01:00
Manuel Gugger
bb545ab742 add sea-orm for sqlite db 2021-12-06 18:10:03 +01:00
Manuel Gugger
b7152c47eb add tera template 2021-11-29 17:35:11 +01:00
Manuel Gugger
c26f92b245 adapt oauth2 example for azure and actix 4 2021-11-27 14:27:38 +01:00