Commit Graph

60 Commits

Author SHA1 Message Date
6121cbce4d Updated views to use the new git package 2024-07-15 15:35:08 -07:00
32d1869e9b removed components package in favor of the new git repo version 2024-07-15 15:34:49 -07:00
523f445c90 Updated to the newest version 2024-07-15 15:08:18 -07:00
026ccc72d4 adding initial submodule 2024-07-15 15:01:34 -07:00
bb8d056e4e Merge pull request 'features/header-tags' (#4) from features/header-tags into main
Reviewed-on: #4
2024-07-14 09:08:16 -07:00
760130ccc2 Added more core components 2024-07-14 09:07:53 -07:00
ad3756d27d Updated handlers, views and models to support meta tags 2024-07-14 09:07:16 -07:00
e8d4570dba Updated the main template to require header meta tags 2024-07-14 09:06:43 -07:00
209a28501c Merge pull request 'features/templ-components' (#3) from features/templ-components into main
Reviewed-on: #3
2024-07-13 10:40:27 -07:00
5733d3af9f testing out table view 2024-07-13 10:39:05 -07:00
9c1aa2939e refactor 2024-07-13 10:38:54 -07:00
175a42f58c Adding a table view for articles 2024-07-13 10:38:40 -07:00
9eb97d892f minor changes and starting to add examples of how to use it 2024-07-13 10:38:02 -07:00
90f847b757 added table components 2024-07-13 10:36:26 -07:00
cce768dad8 split TextInput to have an option for color as its own func 2024-07-13 10:36:15 -07:00
262cd8b897 added more layout components 2024-07-13 10:35:36 -07:00
174516f34f moved html components as a child of bulma. They can be moved out of this project if needed 2024-07-13 10:34:59 -07:00
58ca5b3546 added component to add bulma into head 2024-07-13 10:34:28 -07:00
cd5ff71df4 Updated api domain 2024-07-11 08:10:01 -07:00
7d46b60287 UI can now add sources to the api 2024-07-11 08:09:32 -07:00
574695bfb0 moved view components out of internal and added some more 2024-07-11 08:08:58 -07:00
435dfbda40 moved login to use my new form 2024-07-09 08:33:25 -07:00
b6a6bb0043 playing with more components 2024-07-09 08:33:15 -07:00
d1f72aa0f1 /logout was not working correctly because it was doing jwt checks 2024-07-09 08:32:59 -07:00
bb135917cf new login page with the new components 2024-07-09 08:32:38 -07:00
0206d84894 Created some components for bulma to make it easier to build new pages 2024-07-09 08:32:24 -07:00
6cc21192b1 Merge pull request 'features/token-things' (#2) from features/token-things into main
Reviewed-on: #2
2024-07-07 08:02:59 -07:00
b2e51c3f07 upgraded templ 2024-07-07 08:02:15 -07:00
484cbee1ea after a bunch of distractions, starting to work on adding sources 2024-07-07 08:02:00 -07:00
717dd8c07e cleaned up token checks 2024-07-07 08:01:26 -07:00
f5cbdc115b adding a little more view models 2024-07-07 08:00:43 -07:00
ed1ca5831a attempting token refreshing but, I dont like adding echo to that package 2024-07-07 08:00:23 -07:00
5361e3c655 Attempting middleware but unsure. Made new funcs to check jwt 2024-07-07 07:58:26 -07:00
aca1314222 added ApiServerAddress to config 2024-07-07 07:57:23 -07:00
40af1cf5f5 Merge pull request 'features/bootstrapping' (#1) from features/bootstrapping into main
Reviewed-on: #1
2024-06-02 19:55:24 -07:00
921f6c4d44 working on adding more info to cards and sources 2024-06-02 19:55:05 -07:00
c873eaef3e Adding profile, trying to get footer to stick and some other random things 2024-05-26 19:30:04 -07:00
3796ed4d20 Adding info into the templ context to pull username and have the navbar understand it 2024-05-26 10:00:44 -07:00
d5fffa1d66 adding new routes to the api client 2024-05-26 09:59:31 -07:00
5a950af7a1 minor adjustments to the layout 2024-05-19 10:02:34 -07:00
97c08947a9 moved the Render func to util given I will add new context items 2024-05-19 10:02:08 -07:00
2810aa9de0 trying to add a filter bad 2024-05-19 10:01:19 -07:00
8d83d6f545 starting to build out how to view articles 2024-05-18 22:40:13 -07:00
0183bd43e5 cookies now better names 2024-05-18 22:39:13 -07:00
be8fc7cfaa cookies are bound site wide 2024-05-18 22:38:31 -07:00
218ccaf9ec starting to enforce the jwt on the client 2024-05-18 22:38:12 -07:00
dc461bcb67 adding some debug 2024-05-18 22:37:46 -07:00
db6d1cab0a broke out the layout to multiple files 2024-05-18 22:37:30 -07:00
f39cfee6e8 minor cleanup for user stuff 2024-05-12 10:46:17 -07:00
83eb5581d4 Added a basic view to list articles 2024-05-12 10:46:00 -07:00