Skip to content

Instantly share code, notes, and snippets.

View Dan6erbond's full-sized avatar
Building blockchain projects.

RaviAnand Mohabir Dan6erbond

Building blockchain projects.
View GitHub Profile
@Dan6erbond
Dan6erbond / prowlarr.json
Created April 11, 2023 17:17
Exportarr Dashboards
{
"__inputs": [
{
"name": "DS_PROMETHEUS",
"label": "Prometheus",
"description": "",
"type": "datasource",
"pluginId": "prometheus",
"pluginName": "Prometheus"
}
@Dan6erbond
Dan6erbond / main.go
Last active June 8, 2023 08:38
Reddit Chat Dumper
package main
import (
"context"
"fmt"
"log"
"maunium.net/go/mautrix"
"maunium.net/go/mautrix/event"
"maunium.net/go/mautrix/id"
@Dan6erbond
Dan6erbond / README.md
Last active June 26, 2026 05:58
PayloadCMS Kanban list view utilizing DnD-Kit and Payload orderable with custom status field.

PayloadCMS Kanban Board

A drag-and-drop Kanban board implemented as a custom list view for a PayloadCMS collection. Built with DnD-Kit, designed to look native inside the Payload admin UI, and wired directly into Payload's orderable plugin via fractional indexing.

Goals

  • Replace the default collection list view with a Kanban board without losing access to the standard table view
  • Keep the UI consistent with Payload's admin design system — no jarring third-party component styles
  • Persist drag-and-drop order durably using fractional indexing so records sort correctly across sessions and concurrent users
  • Stay lightweight: no extra state management libraries, no custom backend endpoints — just Payload's existing REST API