add extra frontend columns for 3rd party FEs #28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "3rd-part-fe"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
looks like this yesyes
@ -18,0 +30,4 @@><template slot-scope="scope"><a v-if="scope['row']['bugtracker']" :href="scope['row']['bugtracker']" target="_blank">{{ scope['row']['bugtracker'] }}</a><a v-else href="https://akkoma.dev">akkoma.dev</a>Not sure if relevant enough so do feel free to dismiss, but (when not already logged in)
https://akkoma.devredirects specifically to the backends repo and mayyyyybee(?) might mislead some to file issues about various frontends against the backend?Perhaps we could fall back to the
gitURL if no tracker is set or just always fill outbugtrackereven for first-party FEs?hmmm perhaps just filling in bug tracker for everything makes most sense
will do
though,
swagger-uiis a bit odd here: actual issues with the FE itself should in principle be reported to the upstream project, but issues with our API definitions (like: AkkomaGang/akkoma#813 ) to the akkoma backend. Furthermore, the particular swagger build we ship is probably pretty outdated and thus even for actual swagger-inherent issues perhaps not too useful for the upstream project.Not sure what bugtracker to put here
probably just the backend one honestly, I don't think many people even use it beyond me for testing
done in the backend PR