|
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 |
|
|
b55ad0a99b
|
Trying to debug cookies
|
2024-05-12 10:45:16 -07:00 |
|
|
a10358ff91
|
users can now register with the service
|
2024-05-12 09:35:13 -07:00 |
|
|
3c35824dc5
|
Removed the adminSecret because it does not exist here, API only.
|
2024-05-12 09:23:19 -07:00 |
|
|
cd76404fe8
|
defining cookie keys for logging in
|
2024-05-12 09:23:00 -07:00 |
|
|
5c0c7dfd32
|
getting some basic pages for testing
|
2024-05-12 09:22:47 -07:00 |
|
|
668ed978ba
|
Was able to login and get a response from the api
|
2024-05-12 09:22:14 -07:00 |
|
|
2fc017bcae
|
Used the stock navbar to start with
|
2024-05-12 09:21:43 -07:00 |
|