memos/web/src/services
2022-10-21 14:51:41 +00:00
..
editorStateService.ts chore: update redux store and service 2022-05-22 11:01:20 +08:00
globalService.ts feat: add user_setting model (#145) 2022-08-13 14:35:33 +08:00
index.ts feat: add user_setting model (#145) 2022-08-13 14:35:33 +08:00
locationService.ts feat: update memo sort option setting (#326) 2022-10-21 11:57:57 +00:00
memoService.ts feat: pagination for memo list (#330) 2022-10-21 14:51:41 +00:00
README.md feat: remove user wx_open_id key 2021-12-12 21:49:46 +08:00
resourceService.ts chore: add i18n based with useContext 2022-08-07 22:48:22 +08:00
shortcutService.ts fix: visitor view in frontend 2022-07-09 08:32:46 +08:00
userService.ts chore: update memo display time (#327) 2022-10-21 20:26:00 +08:00

Services

What should service do?

  • request data api and throw error;
  • dispatch state actions;