• Joined on 2023-02-27
WofWca pushed to refactor at WofWca/frontend 2023-03-03 12:36:05 +00:00
986bc56039 refactor: simplify a function signature
WofWca created pull request vikunja/frontend#3190 2023-03-03 11:48:25 +00:00
refactor: improve stores/config types
WofWca created branch refactor in WofWca/frontend 2023-03-03 11:48:13 +00:00
WofWca pushed to refactor at WofWca/frontend 2023-03-03 11:48:13 +00:00
0ca33a3418 refactor: improve stores/config types
WofWca pushed to webxdc-prototype at WofWca/frontend 2023-03-03 10:39:37 +00:00
ed35994ccf WIP: remove stuff that doesn't work in webxdc
f1ec554d09 chore(deps): update dependency @types/node to v18.14.5
6aa02e29b1 chore(services): let getAll: always return Model[]
5f9485414b chore(services): add examples for some functions
149ceaf2e5 fix(quick-actions): nothing happening on team click (#3186)
Compare 5 commits »
WofWca deleted branch refactor from WofWca/frontend 2023-03-02 17:05:24 +00:00
WofWca commented on pull request vikunja/frontend#3187 2023-03-02 15:31:38 +00:00
Refactor a bit

I have wandered around the demo page with a breakpoint set. Didn't a pause a single time. But I'm not 100% sure.

WofWca pushed to webxdc-prototype at WofWca/frontend 2023-03-02 14:48:09 +00:00
099a5c1f6f WIP: remove stuff that doesn't work in webxdc
WofWca created branch webxdc-prototype in WofWca/frontend 2023-03-02 14:47:41 +00:00
WofWca pushed to webxdc-prototype at WofWca/frontend 2023-03-02 14:47:41 +00:00
WofWca created pull request vikunja/frontend#3187 2023-03-02 13:15:17 +00:00
Refactor a bit
WofWca created branch refactor in WofWca/frontend 2023-03-02 13:14:43 +00:00
WofWca pushed to refactor at WofWca/frontend 2023-03-02 13:14:43 +00:00
d90d467f31 refactor: getAll: always return Model[]
3fe829a794 refactor: add examples for some functions
Compare 2 commits »
WofWca created pull request vikunja/frontend#3186 2023-03-02 12:59:39 +00:00
fix quick-actions team search
WofWca created branch fix-team-search in WofWca/frontend 2023-03-02 12:52:18 +00:00
WofWca pushed to fix-team-search at WofWca/frontend 2023-03-02 12:52:18 +00:00
deacf8ec73 fix: quick-actions: nothing happening on team click
1e09f0889a fix: quick-actions not showing team names
9b3e185dd4 chore(deps): update dependency @types/node to v18.14.4
779fe3e323 fix(deps): update sentry-javascript monorepo to v7.40.0
a27b77f24e fix(deps): update dependency dompurify to v3.0.1
Compare 9 commits »
WofWca commented on pull request vikunja/frontend#3179 2023-02-28 15:54:58 +00:00
perf: import some modules dynamically

Non-execution flow breaking error handling is nice, but I don't think it's just about this MR, e.g. the function could also throw at accountDeletionService.confirm(. I would search the internet…

WofWca commented on pull request vikunja/frontend#3179 2023-02-28 15:31:58 +00:00
perf: import some modules dynamically

Runtime-wise there's no point. It's just so that it does get split if we get rid of the other static imports.

WofWca commented on pull request vikunja/frontend#3179 2023-02-28 15:18:45 +00:00
perf: import some modules dynamically

What would be in the catch block? What should be returned if the fetch fails? Or are you talking about returning a Result type, like in Rust?

WofWca pushed to dynamic-import at WofWca/frontend 2023-02-28 15:13:30 +00:00
4f57aa6b87 refactor: swap logic around