Convert feed.ts to a mithril template

a8328f90f7a84456456190f7501f41f4ce61a09c

Tucker McKnight <tucker@pangolin.lan> | Sun Jan 25 2026

Convert feed.ts to a mithril template
js_templates/feed.ts:1
Before

0
1
i⁣
⁣
mport _ from 'lodash'
import { type Repository } from '../src/dataTypes.ts'
import branches from '../src/branches.ts'
After
0
1
2
3
import m from 'mithril'
import render from 'mithril-node-render'
import _ from 'lodash'
import { type Repository } from '../src/dataTypes.ts'
import branches from '../src/branches.ts'