kanban

Kanban client in Gio
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2021-04-12 10:52docs(*UI.Project): clarify where the allocated data livesJack Mordaunt1+1-1
2021-04-12 10:49fix(ux): clear modal with ESC key regardless of widget focusJack Mordaunt1+18-5
2021-04-12 10:16feat(ux): navigate tickets with keyboardJack Mordaunt3+132-76
2021-04-12 08:27ux: warn user before archiving projectJack Mordaunt3+48-15
2021-04-11 09:44fix: correctly define equality between projectsJack Mordaunt7+165-140
2021-04-11 06:14feat(storage): add project archive semanticsJack Mordaunt7+255-104
2021-04-10 08:27fix: ensure project pointer points into project sliceJack Mordaunt6+73-87
2021-04-10 07:29feat(profiling): introduce profiling via github.com/pkg/profileJack Mordaunt3+52-0
2021-04-09 13:08fix: use raw boltdb as underlying database tech to simplify stackJack Mordaunt9+218-154
2021-02-28 01:56fix: use Btn suffix to avoid name collision with methodJack Mordaunt1+2-2
2021-02-28 01:55ref: use uuids to identify projectsJack Mordaunt3+145-59
2021-02-27 14:58ref: reduce noise with helperJack Mordaunt1+13-22
2021-02-27 14:35ref: use terse receiver nameJack Mordaunt1+15-14
2021-02-27 12:05fix: reload projects after creating a new oneJack Mordaunt1+8-4
2021-02-27 11:30ref: use material card as layout primitiveJack Mordaunt3+212-235
2021-02-27 08:47ux: display summarised details in ticket cardJack Mordaunt1+22-3
2021-02-27 08:35fix: implicitly initialise a ticket when assigning itJack Mordaunt1+8-6
2021-02-27 08:32fix: track created time when assigning a ticketJack Mordaunt1+1-0
2021-02-27 08:30ux: focus name field when opening project formJack Mordaunt1+1-0
2021-02-27 08:29ux: focus the first field when opening ticket formJack Mordaunt1+1-0
2021-02-27 08:24fix: remove invisible cancel buttonJack Mordaunt1+1-10
2021-02-27 08:21fix: index into slices when mutating valuesJack Mordaunt1+9-5
2021-02-27 08:07fix: trim space and ignore newlines for ticket titleJack Mordaunt2+4-2
2021-02-27 08:02ref: sync project state upon reassignmentJack Mordaunt1+37-11
2021-02-19 06:34fix: create/update tickets based on ID comparisonJack Mordaunt5+64-39
2021-02-19 05:14fix: typoJack Mordaunt1+1-1
2021-02-19 05:14fix: project must be seeded with stagesJack Mordaunt1+5-5
2021-02-18 23:18feat: unify storage interfaceJack Mordaunt5+91-54
2021-02-17 13:06feat: lazy load storage implementation with write through cacheJack Mordaunt6+185-32
2021-02-13 10:37fix: clear when navigating between projectsJack Mordaunt1+2-0
2021-02-13 10:36fix: render cancel buttonJack Mordaunt1+9-0
2021-02-13 10:19feat: min window size to avoid poor layout behaviour at small sizesJack Mordaunt1+2-1
2021-02-13 10:14fix: save project before navigating awayJack Mordaunt1+5-1
2021-02-13 10:02fix: loop variable shadowingJack Mordaunt1+3-9
2021-02-13 10:01ref: use pointer receiver for consistencyJack Mordaunt1+1-1
2021-02-13 09:53ref: use app.DataDir instead of os.TempDirJack Mordaunt1+8-1
2021-02-13 09:35chore: prune dead code.Jack Mordaunt1+18-136
2021-02-13 09:29ref: pull out storage impls into packagesJack Mordaunt6+657-500
2021-02-13 08:09chore: update depsJack Mordaunt2+6-2
2021-02-13 08:02fix: query for exactly one project on loadJack Mordaunt1+1-1
2021-02-13 08:01doc: explain each UI field.Jack Mordaunt1+38-6
2021-02-13 07:41fix: default to storm storage, and defer close in the proper scopeJack Mordaunt1+4-2
2021-02-11 14:09fix: layout using new modelJack Mordaunt6+240-196
2021-02-10 10:12ref: restructure; pull code into packagesJack Mordaunt14+1334-1480
2021-02-05 08:15ref: introduce project schema conceptJack Mordaunt4+454-336
2021-01-30 09:39chore: upgrade depsJack Mordaunt5+74-68
2020-11-13 09:42feat(project-rail): sketch of project rail with hardcoded projects labelsJack Mordaunt4+258-50
2020-11-11 07:08refactor: rename package to be more preciseJack Mordaunt2+213-164
2020-11-11 06:15feat(ux): show category and summary in details viewJack Mordaunt3+13-7
2020-11-10 10:53chore: update depsJack Mordaunt3+34-22
2020-11-10 10:38cmd/release: stub out bundle function for windowsJack Mordaunt1+25-7
2020-11-09 08:57chore: release macOS app bundleJack Mordaunt5+191-0
2020-11-08 07:56refactor: create semantics for ui ticket operationsJack Mordaunt1+91-88
2020-11-08 07:40refactor: make break condition clearJack Mordaunt2+5-1
2020-11-08 07:36fix: skip empty stagesJack Mordaunt1+25-20
2020-11-08 07:29feat(ux): navigate tickets with arrow keysJack Mordaunt2+122-4
2020-11-07 10:47feat(ux): cancel model with escape keyJack Mordaunt1+10-2
2020-11-06 08:39docs: polish the commentsJack Mordaunt1+7-5
2020-11-05 09:55chore: add licenseJack Mordaunt1+63-0
2020-11-05 09:53fix: capitalise readme for sourcehutJack Mordaunt1+0-0
2020-11-05 09:49docs: readme and screenshotsJack Mordaunt3+21-0
2020-11-05 09:23fix: temporary fix to avoid clickthrough by disabling ticket clicks while modal is openJack Mordaunt2+3-2
2020-11-05 08:45chore: retain only used iconsJack Mordaunt1+4-64
2020-11-05 08:38feat: ticket details widgetJack Mordaunt1+94-13
2020-11-05 08:12doc: add todos and explain some decisionsJack Mordaunt2+9-1
2020-11-05 07:58fix: carry through ticket information to formJack Mordaunt1+13-8
2020-11-05 07:47feat(ux): de-emphasise secondary buttonJack Mordaunt1+11-5
2020-11-05 06:02ui: washout the colorsJack Mordaunt1+12-9
2020-11-05 05:46chore: update depsJack Mordaunt2+6-0
2020-11-05 05:44feat: delete ticket dialogJack Mordaunt1+96-17
2020-11-05 05:44feat: basic card layoutJack Mordaunt1+54-44
2020-11-05 05:44doc: explain map typeJack Mordaunt1+48-11
2020-11-05 03:38fix: use macro to calc proper card heightJack Mordaunt1+165-128
2020-11-05 03:05feat: time trackingJack Mordaunt2+46-25
2020-11-05 02:38fix: correct ticket card layoutingJack Mordaunt1+69-66
2020-11-05 01:42ux: constrain max form sizeJack Mordaunt1+63-60
2020-11-04 09:40refactor: split types into filesJack Mordaunt4+228-203
2020-11-04 09:36feat: update ticketsJack Mordaunt1+23-3
2020-11-04 09:24refactor: fluent button apiJack Mordaunt2+161-48
2020-11-04 08:28feat: use database for persitant storageJack Mordaunt4+176-84
2020-11-03 10:40refactor: add progress / regress semanticsJack Mordaunt2+75-56
2020-11-03 09:41feat: move tickets between stagesJack Mordaunt3+216-46
2020-11-03 05:19feat: gui structureJack Mordaunt5+724-0
2020-11-03 05:18feat: gui structureJack Mordaunt1+6-0
2020-11-02 07:01feat: initialiseJack Mordaunt1+3-0