Data settings new layout - anchor navigation (#8334)
Follow-up of https://github.com/twentyhq/twenty/pull/7979 Navigation between settings and fields tabs is now reflected in URL. <img width="1106" alt="Capture d’écran 2024-11-07 à 18 38 57" src="https://github.com/user-attachments/assets/24b153ef-9e68-4aa2-8e3a-6bf70834c5ad"> --------- Co-authored-by: gitstart-twenty <[email protected]> Co-authored-by: gitstart-twenty <[email protected]> Co-authored-by: Weiko <[email protected]> Co-authored-by: Charles Bochet <[email protected]>
This commit is contained in:
co-authored by
gitstart-twenty
gitstart-twenty
Weiko
Charles Bochet
parent
9d6a850ee8
commit
bec4da496d
@@ -14,6 +14,7 @@ jobs:
|
||||
ci:
|
||||
timeout-minutes: 10
|
||||
runs-on: ubuntu-latest
|
||||
uses: tinybirdco/ci/.github/workflows/ci.yml@main
|
||||
steps:
|
||||
- name: Check for changed files
|
||||
id: changed-files
|
||||
@@ -28,7 +29,6 @@ jobs:
|
||||
run: echo "No relevant changes. Skipping CI."
|
||||
|
||||
- name: Check twenty-tinybird package
|
||||
uses: tinybirdco/ci/.github/workflows/ci.yml@main
|
||||
with:
|
||||
data_project_dir: packages/twenty-tinybird
|
||||
tb_admin_token: ${{ secrets.TB_ADMIN_TOKEN }}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
name: CI Website
|
||||
timeout-minutes: 10
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
||||
Reference in New Issue
Block a user