feat: rename lists to projects #2697

Closed
konrad wants to merge 53 commits from feature/rename-lists-to-projects into main
3 changed files with 4 additions and 4 deletions
Showing only changes of commit 1d2d4a2363 - Show all commits

View File

@ -18,8 +18,8 @@ sed -i "s/'\/api\/v1/'$VIKUNJA_API_URL/g" /usr/share/nginx/html/index.html
sed -i "s/\.SENTRY_ENABLED = false/\.SENTRY_ENABLED = $VIKUNJA_SENTRY_ENABLED/g" /usr/share/nginx/html/index.html
sed -i "s|\.SENTRY_DSN = '.*'|\.SENTRY_DSN = '$VIKUNJA_SENTRY_DSN'|g" /usr/share/nginx/html/index.html
sed -i "s/projecten 80/projecten $VIKUNJA_HTTP_PORT/g" /etc/nginx/nginx.conf
sed -i "s/projecten 443/projecten $VIKUNJA_HTTPS_PORT/g" /etc/nginx/nginx.conf
sed -i "s/listen 80/listen $VIKUNJA_HTTP_PORT/g" /etc/nginx/nginx.conf
sed -i "s/listen 443/listen $VIKUNJA_HTTPS_PORT/g" /etc/nginx/nginx.conf
konrad marked this conversation as resolved Outdated

These lines are wrong

These lines are wrong

Done

Done
# Set the uid and gid of the nginx run user
usermod --non-unique --uid ${PUID} nginx

View File

@ -98,7 +98,7 @@ export function useTaskList(projectId, sortByDefault = SORT_BY_DEFAULT) {
}, { immediate: true })
// Only projecten for query path changes
// Only listen for query path changes
konrad marked this conversation as resolved Outdated

listen

`listen`

Done.

Done.
watch(() => JSON.stringify(getAllTasksParams.value), (newParams, oldParams) => {
if (oldParams === newParams) {
return

View File

@ -24,7 +24,7 @@ workbox.routing.registerRoute(
new workbox.strategies.NetworkOnly(),
)
// This code projectens for the user's confirmation to update the app.
// This code listens for the user's confirmation to update the app.
konrad marked this conversation as resolved Outdated

listens

`listens`
self.addEventListener('message', (e) => {
if (!e.data) {
return