Augusto Dwenger J. hamburghammer
  • Joined on 2020-07-22
hamburghammer pushed to ui at hamburghammer/dchat 2023-05-04 21:11:28 +02:00
12e807c5ed Rework how actions work
hamburghammer pushed to ui at hamburghammer/dchat 2023-05-03 20:35:22 +02:00
44c6a3b1a7 Update UserConfigsView to have all entity fields
cf42778103 Add loading server configs
Compare 2 commits »
hamburghammer pushed to ui at hamburghammer/dchat 2023-05-03 20:31:51 +02:00
b773a0dde1 Add loading server configs
3c1a049dd7 Wrap RouterView in Suspend
5509126896 Remove allowed views
2b3d812c00 Drop unused allowed tables
c1e2f4c4f3 Add time to configs tables
Compare 9 commits »
hamburghammer pushed to ui at hamburghammer/dchat 2023-04-30 03:15:15 +02:00
816eddd039 Remove before function to check login state on router
hamburghammer pushed to ui at hamburghammer/dchat 2023-04-30 03:05:30 +02:00
acfec04173 Add Caddy setup for serving the ui
86de126b41 Fix vite build
Compare 2 commits »
hamburghammer pushed to ui at hamburghammer/dchat 2023-04-29 16:52:01 +02:00
bfa5372ce4 Remove AccessManager from web API
hamburghammer pushed to ui at hamburghammer/dchat 2023-04-29 16:41:54 +02:00
a7388de9f5 Add Servers and Users to the nav menu
hamburghammer pushed to ui at hamburghammer/dchat 2023-04-29 16:38:16 +02:00
b82355ea1a Remove all login and auth related code
48cc667d26 Duplicate servers views for users
6cde6438d2 Remove unused action from ServerMessagesView
c096ec17c1 Make actions column in TableComponent optional
Compare 4 commits »
hamburghammer pushed to ui at hamburghammer/dchat 2023-04-28 15:11:20 +02:00
656e202abd Remove event handling in favor of passing function as prop
hamburghammer pushed to ui at hamburghammer/dchat 2023-04-28 02:50:16 +02:00
80b92dd1ea Add support for defining custom actions
hamburghammer pushed to ui at hamburghammer/dchat 2023-04-28 00:53:55 +02:00
cb0633b9a2 Add home header
6d837c514a Fix license link
3c8e2ed5e0 Add views for selecting server and viewing its messages
63b18c3f9f Add login elements
170300d67f Add server configs view
Compare 15 commits »
hamburghammer pushed to ui at hamburghammer/dchat 2023-04-27 17:49:15 +02:00
a0204e4da4 Change nav header to be app specific
9a2861fc3f Move HomeView layout into DefaultLayout.vue
Compare 3 commits »
hamburghammer pushed to ui at hamburghammer/dchat 2023-04-27 17:21:27 +02:00
6c267b232c Add missing header and action buttons
hamburghammer pushed to ui at hamburghammer/dchat 2023-04-27 17:20:18 +02:00
d5a6da0647 Fix router
hamburghammer pushed to ui at hamburghammer/dchat 2023-04-27 17:19:10 +02:00
885a4d58e4 Fix router
hamburghammer pushed to ui at hamburghammer/dchat 2023-04-27 15:29:25 +02:00
9914171dcb Add table component to show allowed servers entities
hamburghammer pushed to ui at hamburghammer/dchat 2023-04-24 21:45:34 +02:00
b76688ff64 WIP Add component for rendering allowed entities
hamburghammer pushed to ui at hamburghammer/dchat 2023-04-18 17:46:16 +02:00
a748e31405 Add table component to show allowed entities
hamburghammer created branch ui in hamburghammer/dchat 2023-04-16 20:41:22 +02:00
hamburghammer pushed to ui at hamburghammer/dchat 2023-04-16 20:41:22 +02:00
b96a544452 Add vue init