Thomas Schühly

Results 78 comments of Thomas Schühly

In a big project, it really helps finding where Controller Endpoints are used. Especially as you can browse around with CTRL + B between your templates and your Controllers in...

> The constants are separate from the HtmxUtils discussion. I would expose the utils class as a bean then reference it via `@util.uri()` syntax. (That references Spring beans) Once again,...

@dsyer One thing that we found really helps in a large HTMX project is to use constants and render the endpoints in the template: ``` public static final String GET_EDIT_USER_MODAL...

> @HxRequest > @PostMapping("/users/create") > public String createUser(@ModelAttribute CreateUserFormData formData, Model model) { > // create the user here > return "..." // Thymeleaf view to render after the user...

I've started a PR, for now JTE works with ModelAndView. Currently in a JTE template one needs to ``, I think in the Thymeleaf Dialect, we could just call this...

Would this solve the issue with OAuth Authentication with Server Side GoTrue Libraries? https://discord.com/channels/839993398554656828/1027691275643789442/1027691275643789442 If I understand It correctly the callback from Google for example would go to the proxy,...

> > Would this solve the issue with OAuth Authentication with Server Side GoTrue Libraries? > > https://discord.com/channels/839993398554656828/1027691275643789442/1027691275643789442 > > If I understand It correctly the callback from Google for...

@landsman What kind of help would you need? You should be able to use the htmx-supabase-starter also in non htmx spring boot projects. It would probably make sense to partition...

@landsman I can check in 2 weeks or so when I'm back from my holidays!