Commit graph

464 commits

Author SHA1 Message Date
baldo a0d186da3a Add RouteButton 2022-08-23 15:52:26 +02:00
baldo 5a944f9916 Add card to display errors that scrolls into view. 2022-08-23 15:41:01 +02:00
baldo 4ed749eee3 First shot on form validation. 2022-08-23 15:38:10 +02:00
baldo 096b792caa Some styling. 2022-08-23 15:34:20 +02:00
baldo 6ff2fe2acf Add DELETE method and more generic error handling to API helper. 2022-08-23 15:18:22 +02:00
baldo cf134eb199 Make page padding dependend on screen size. 2022-08-23 15:16:35 +02:00
baldo e403e9858d Minor cleanup. 2022-08-23 15:14:52 +02:00
baldo 2cbdc92ef1 Refactoring: Pinia stores are called *Store now. 2022-08-23 15:14:07 +02:00
baldo 5ae27f530e Allow specifying alignment for ButtonGroup. 2022-08-23 15:11:09 +02:00
baldo 4db53af7ce Use enum to identify routes. 2022-08-23 15:07:37 +02:00
baldo 68f893aa91 Merge branch 'main' into new-admin 2022-08-23 14:58:24 +02:00
baldo 4167b5ee14 Update frontend dependencies. 2022-08-23 14:58:19 +02:00
baldo 11fca5e94a Update server dependencies. 2022-08-23 14:55:40 +02:00
baldo 0878ffcc0b Merge branch 'main' into new-admin 2022-08-18 12:53:26 +02:00
baldo 4c10f9dd4e Update server dependencies 2022-08-18 12:30:30 +02:00
baldo 7160c8563d Update frontend dependencies. 2022-08-09 17:57:22 +02:00
baldo 71c885cd5e Merge branch 'main' into new-admin 2022-08-09 14:02:30 +02:00
baldo fcb2bc9fbb Update server dependencies. 2022-08-09 13:44:12 +02:00
baldo 81579cbac4 Merge branch 'main' into new-admin 2022-08-04 18:41:39 +02:00
baldo ac0642d8eb Moved validator to shared code directory. 2022-08-04 18:40:38 +02:00
baldo 7ffe7e7e3f Merge branch 'main' into new-admin 2022-08-04 17:18:32 +02:00
baldo 6f8240ac84 Move shared code into own directory for use in new frontend. 2022-08-04 15:33:41 +02:00
baldo dda66c67bd Move shared code into own directory for use in new frontend. 2022-08-04 15:31:01 +02:00
baldo 0ad1d4bcc9 Updated frontend dependencies. 2022-08-04 14:16:17 +02:00
baldo b5bcb620fd Removed unused import. 2022-08-02 18:17:36 +02:00
baldo e80b6b2028 Responsive button layout via ButtonGroup 2022-08-02 18:16:30 +02:00
baldo 33f076b1b6 Responsive statistics card in admin dashboard. 2022-08-02 17:21:05 +02:00
baldo e885975aff Added PageContainer handling responsive breakpoints. 2022-08-02 17:07:57 +02:00
baldo 215f70db26 Introduced ActionButton component as a replacement for HTML's button. 2022-08-02 16:31:38 +02:00
baldo d159e22c50 Update frontend dependencies. 2022-08-02 15:36:04 +02:00
baldo a87a8f7e70 Merge branch 'main' into new-admin 2022-08-02 15:27:04 +02:00
baldo d5c0538544 Fixed copy paste issue with validation regexps. 2022-08-02 15:25:34 +02:00
baldo 8adde69da8 Fix refactoring issues. 2022-08-02 15:24:53 +02:00
baldo fe5b68e1c4 Updated bower dependencies for client. 2022-08-02 15:24:19 +02:00
baldo 1b47de7c5f Update server dependencies. 2022-08-02 14:37:00 +02:00
baldo 7102337233 Update frontend dependencies. 2022-07-28 15:10:28 +02:00
baldo 697df1ca99 Merge branch 'main' into new-admin 2022-07-28 15:09:12 +02:00
baldo 92c61c57c1 Fix test 2022-07-28 15:08:41 +02:00
baldo 111fac6e47 Fix logging: Config options for debugging and profiling had no effect. 2022-07-28 15:07:35 +02:00
baldo 13e4895b81 Added more explicit type for SMTP config and refactored transport initialization. 2022-07-28 14:45:28 +02:00
baldo d2ca8ed55b Make node filename parsing more explicit and add stronger typing. 2022-07-28 14:09:46 +02:00
baldo 779c072ac7 Add typeguard for node data passed in requests. 2022-07-28 13:56:47 +02:00
baldo d783bb634f Get rid of some anys. 2022-07-28 13:49:22 +02:00
baldo 5592892f0d Get rid of lots of unnecessary lodash calls. 2022-07-28 13:21:25 +02:00
baldo b734a422a7 Make hostname typed in NodeFilter. 2022-07-28 12:24:45 +02:00
baldo 2d83326b78 Make site and domain optional and get rid of "<unknown>" values. 2022-07-28 12:24:07 +02:00
baldo 72543b95ee Make typeguards for newtypes match the type instead of isString or isNumber. 2022-07-28 12:22:57 +02:00
baldo f296c6fe26 Got rid of some warnings. 2022-07-28 12:19:40 +02:00
baldo 077cb2ee21 Removed already done TODO. 2022-07-28 11:28:15 +02:00
baldo 445f54e012 Update server dependencies. 2022-07-28 11:25:53 +02:00