dnote/pkg/server/api/operations
Sung Won Cho 2758923c34
Implement personal knowedge base version (#254)
* Allow to add and edit notes

* Implement search

* Implement settings

* Implement checkout page

* Implement paywall

* Fix inconsistent margin

* Render mobile menu

* Allow to logout

* emails

* Implement user migration

* Always build standalone

* Embed digest in email

* Move browser extension

* Fix test

* Use system font

* Add favicon and app icons

* Make tabbar smaller

* Initialize focus on editor

* Fix various UI audit issues

* Simplify asset serving

* Register sw

* Upgrade deps
2019-09-30 11:02:09 +08:00
..
books.go Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +08:00
books_test.go Allow to move notes to another book (#234) 2019-07-27 19:51:30 +10:00
helpers.go Improve package structure (#207) 2019-06-25 19:20:19 +10:00
helpers_test.go Improve package structure (#207) 2019-06-25 19:20:19 +10:00
notes.go Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +08:00
notes_test.go Allow to move notes to another book (#234) 2019-07-27 19:51:30 +10:00
sessions.go Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +08:00
subscriptions.go Improve package structure (#207) 2019-06-25 19:20:19 +10:00
users.go Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +08:00