mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 22:46:49 +00:00
refactor: rename project and base
- Rename `Project` => `Base` - Rename `Base` => `Source` - Remove `db` from data/meta api endpoints - Add backward compatibility for old apis - Migrations for renaming table and columns Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -10,10 +10,10 @@ const item = toRef(props, 'item')
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<NotificationItemWrapper :item="item" @click="navigateToProject({ projectId: item.body.id })">
|
||||
<NotificationItemWrapper :item="item" @click="navigateToProject({ baseId: item.body.id })">
|
||||
<div class="text-xs">
|
||||
<strong>{{ item.body.invited_by }}</strong> has invited you to collaborate on
|
||||
<!-- <GeneralProjectIcon style="vertical-align: middle" :type="item.body.type" /> <strong>{{ item.body.title }}</strong> project. -->
|
||||
<!-- <GeneralProjectIcon style="vertical-align: middle" :type="item.body.type" /> <strong>{{ item.body.title }}</strong> base. -->
|
||||
</div>
|
||||
</NotificationItemWrapper>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user