Commit Graph

108 Commits

Author SHA1 Message Date
Manuel Gugger
ce964220b7 cleanup examples 2022-11-08 17:10:27 +01:00
Manuel Gugger
48e57a2e10 fix jekyll config 2022-10-24 20:17:43 +02:00
Manuel Gugger
6287ae7cc0 remove gemfile 2022-10-24 20:13:22 +02:00
Manuel Gugger
1e3f4fb80f update docs 2022-10-24 20:09:59 +02:00
Manuel Gugger
2ec5375463 remove old theme 2022-10-24 19:31:49 +02:00
Manuel Gugger
0371801d7a add remote theme jekyll plugin 2022-10-24 19:29:08 +02:00
Manuel Gugger
2029c6d1f4 add jekyll docs 2022-10-24 19:15:52 +02:00
Manuel Gugger
ac2d1d6ed0 export lib crates in prelude to use in macro 2022-10-24 18:42:51 +02:00
Manuel Gugger
e48acd015c use lazy_static to initialize viewmodel fields 2022-10-24 18:22:38 +02: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
b39ad99c7f add custom handlers and add them optionally to the menu 2022-10-11 18:54:45 +02:00
Manuel Gugger
859c139f8b implement error handling through notifications 2022-10-07 21:32:59 +02:00
Manuel Gugger
5f515c96eb fix typo 2022-10-07 17:11:42 +02:00
Manuel Gugger
a7726f994a add 404 page 2022-10-07 17:03:09 +02:00
Manuel Gugger
3a4c00a5fb add transparent to background on request 2022-10-07 09:07:50 +02:00
Manuel Gugger
6c9804b500 remove background 2022-10-07 09:04:22 +02:00
Manuel Gugger
aacc610926 add loading animation 2022-10-06 15:08:00 +02:00
Manuel Gugger
0b293b5807 refactor menu element to allow adding arbitrary elements to the navbar 2022-09-29 16:23:49 +02:00
Manuel Gugger
5729ecee29 add highlight on dropdown 2022-09-13 15:45:20 +02:00
Manuel Gugger
246b8cf805 highlight selected element in navbar 2022-09-13 15:04:07 +02:00
manuel
f64a0a5003 add categories to group entities in a dropdown in the navbar 2022-09-12 21:22:25 +02:00
Manuel Gugger
4fc35d0e97 fix doctests 2022-09-07 14:38:21 +02:00
Manuel Gugger
879dfff032 add show view 2022-09-06 10:21:07 +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
a851e44d1e update readme.md 2022-09-02 17:28:10 +02:00
Manuel Gugger
359c210957 update example to use in memory sqlite 2022-09-02 17:23:06 +02:00
Manuel Gugger
229a77c88b add initial crate documentation 2022-09-02 17:06:13 +02:00
Manuel Gugger
420bdbceaf add custom handlers for index 2022-08-29 13:06:44 +02:00
Manuel Gugger
3e2b765678 update integration tests with edit 2022-08-29 11:01:00 +02:00
Manuel Gugger
5cc159e7a3 remove vscode 2022-08-28 20:27:53 +02:00
Manuel Gugger
0d27bc4753 add vscode to gitignore 2022-08-28 20:27:11 +02:00
Manuel Gugger
f37f3736a7 fix integration tests for post routes 2022-08-28 20:26:10 +02:00
manuel
a7352e5793 add custom handlers & post integration test 2022-08-28 17:06:23 +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
ea93fd6244 impl textarea 2022-08-20 23:31:45 +02:00
manuel
16e8c36f9f display custom errors and implement in sample 2022-08-20 22:51:15 +02:00
manuel
1c450a7291 include custom_errors in validation 2022-08-20 21:49:15 +02:00
manuel
a6edbc0f56 impl selectlist for foreign key 2022-08-20 21:44:24 +02:00
manuel
b56bdf8984 impl selectlist for foreign key 2022-08-20 20:54:39 +02:00
Manuel Gugger
f5d0364244 change parameter match in for case auth_is_enabled 2022-08-18 13:58:26 +02:00
Manuel Gugger
ddf25f97da move access function to the viewmodel 2022-08-18 13:56:38 +02:00
manuel
4b53e45875 implement access rights for view models 2022-08-16 14:36:05 +02:00
manuel
c0291efa28 implement access rights for view models 2022-08-16 00:17:35 +02:00
manuel
5e5b3571f9 add todos for auth impl 2022-08-06 22:13:54 +02:00
manuel
0f549856af add auth to all routes 2022-08-06 22:05:40 +02:00