Fastwind
  • Joined on 2024-09-24
Fastwind commented on pull request MilkyShots/MilkyShots#91 2026-07-13 13:08:51 +00:00
Global "Search Anything" typeahead dropdown in navbar

Are we sure to enable search queries to non users?

Fastwind commented on pull request MilkyShots/MilkyShots#91 2026-07-13 13:08:51 +00:00
Global "Search Anything" typeahead dropdown in navbar

We could extend page size to 1000 rows if the row doesn't weight too much

Fastwind commented on pull request MilkyShots/MilkyShots#91 2026-07-13 13:08:51 +00:00
Global "Search Anything" typeahead dropdown in navbar

Are we sure to enable search queries to non users?

Fastwind commented on pull request MilkyShots/MilkyShots#91 2026-07-13 13:07:03 +00:00
Global "Search Anything" typeahead dropdown in navbar

It was structured to be possible to search other user, but yet again we need a defined use cases of what we want to actually do

Fastwind commented on issue MilkyShots/MilkyShots#27 2026-07-10 14:04:21 +00:00
Admin Registration On First Account

Given that we don't have setting that need to be set before the launch of the service, we can just take the first registration and set it up as admin

Fastwind commented on pull request MilkyShots/MilkyShots#77 2026-07-10 13:40:41 +00:00
fix: batch-processing subjob status reporting + redesign jobs page UI (#76)

Because DateTime happens at the return, it can be directly generated from the caller of the method instead of being made every time, even if you may not care about the time.

Fastwind commented on pull request MilkyShots/MilkyShots#77 2026-07-10 13:40:41 +00:00
fix: batch-processing subjob status reporting + redesign jobs page UI (#76)

The search may be long with a big list of jobs running; it could be favorable to use parallel access to the data structure.

Fastwind commented on pull request MilkyShots/MilkyShots#77 2026-07-10 13:40:41 +00:00
fix: batch-processing subjob status reporting + redesign jobs page UI (#76)

headers should only be used for metadata around a request working, not as actual parameters for a query, if it is needed to handle a starting time, it should be passed as part of a DTO.

Fastwind opened issue MilkyShots/MilkyShots#68 2026-07-09 20:37:06 +00:00
UI: impossible to have two tabs open on the same account
Fastwind pushed to feature/utctimezone at MilkyShots/MilkyShots 2026-07-09 19:47:30 +00:00
ede759b50b feat: migrate to UTC timestamps — remove legacy Npgsql timestamp behavior
Fastwind created branch feature/utctimezone in MilkyShots/MilkyShots 2026-07-09 19:47:30 +00:00
Fastwind commented on pull request MilkyShots/MilkyShots#55 2026-07-09 14:45:22 +00:00
feat(ui): cosplayers pages — browse and discover cosplayers

A different Dto with the additional properties should be used that extend from or is composed with PagedSearchParametersDto

Fastwind commented on pull request MilkyShots/MilkyShots#55 2026-07-09 14:41:12 +00:00
feat(ui): cosplayers pages — browse and discover cosplayers

As Unassigned is not related to PagedSearchParameterDto on its own, it should be made in a new DTO that is composed with or extends from PagedSearchParametersDto

Fastwind pushed to main at Fastwind/ArmA-3-web-server 2026-07-09 13:46:59 +00:00
914e0fbe48 Make deployment-friendly defaults: no env vars needed to run
9aa6fca50e Fix embedded frontend serving: use fs.ReadFile instead of Gin FileFromFS
bc0a252d7d Embed frontend dist into Go binary; remove frontend path from health
2d301b95b6 Add server health endpoint and status page
Compare 4 commits »
Fastwind pushed to main at Fastwind/ArmA-3-web-server 2026-07-09 12:13:44 +00:00
6f782af913 refactor(modlist): replace html/template with text/template and clean up deps
6774397885 feat: add modlist export to Arma 3 Launcher HTML format
d94593743f ci: add build and distribution pipeline with goreleaser and Gitea Actions
cc7cb0bc56 feat(frontend): add Mods page with table view, delete, and cleanup
c06a9a7981 feat(backend): add mod management API endpoints
Compare 7 commits »
Fastwind pushed to fix/mobile-ui-responsive-fixes at MilkyShots/MilkyShots 2026-07-09 00:08:53 +00:00
f8eafed093 fix(milkystream): Fix sorted masonry for albums
debd0dd4af Revert "refactor: replace custom masonry JS with Bootstrap grid + Masonry.js approach"
Compare 2 commits »
Fastwind pushed to develop at MilkyShots/MilkyShots 2026-07-08 21:04:58 +00:00
df14b8b227 fix (lactose): remove check from authentication endpoint