feat: editor script setup #2470

Merged
dpschen merged 1 commits from dpschen/frontend:feature/feat-editor-script-setup into main 2022-10-04 07:52:52 +00:00
Member

Since the tiptap integration might still take I while I wanted to completely finish our typescript / script setup migration.

Since the tiptap integration might still take I while I wanted to completely finish our typescript / script setup migration.
dpschen added the
area/internal-code
label 2022-10-03 10:19:48 +00:00
dpschen reviewed 2022-10-03 10:20:37 +00:00
@ -2,3 +2,3 @@
export function createRandomID(idLength = DEFAULT_ID_LENGTH) {
return Math.random().toString(36).substr(2, idLength)
return Math.random().toString(36).slice(2, idLength)
Author
Member

substr is deprecated thus all the replacements with slice

`substr` is deprecated thus all the replacements with `slice`
dpschen force-pushed feature/feat-editor-script-setup from ed188bafee to 2fcdbf794c 2022-10-03 10:22:46 +00:00 Compare
Member

Hi dpschen!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://2470-feature-feat-editor-script-setup--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi dpschen! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://2470-feature-feat-editor-script-setup--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
dpschen changed title from WIP: feat: editor script setup to feat: editor script setup 2022-10-03 16:14:35 +00:00
dpschen requested review from konrad 2022-10-03 16:14:49 +00:00
konrad was assigned by dpschen 2022-10-03 16:14:53 +00:00
konrad reviewed 2022-10-03 20:23:05 +00:00
konrad left a comment
Owner

Ready to merge once rebased.

Ready to merge once rebased.
konrad approved these changes 2022-10-03 20:23:16 +00:00
dpschen force-pushed feature/feat-editor-script-setup from 2fcdbf794c to db627ed28a 2022-10-04 07:42:10 +00:00 Compare
dpschen scheduled this pull request to auto merge when all checks succeed 2022-10-04 07:42:36 +00:00
dpschen merged commit db627ed28a into main 2022-10-04 07:52:48 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.