mirror of
https://github.com/lingble/twenty.git
synced 2025-10-29 20:02:29 +00:00
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 <gitstart-twenty@users.noreply.github.com> Co-authored-by: gitstart-twenty <140154534+gitstart-twenty@users.noreply.github.com> Co-authored-by: Weiko <corentin@twenty.com> Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
2
.github/workflows/ci-tinybird.yaml
vendored
2
.github/workflows/ci-tinybird.yaml
vendored
@@ -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
.github/workflows/ci-website.yaml
vendored
1
.github/workflows/ci-website.yaml
vendored
@@ -1,5 +1,4 @@
|
||||
name: CI Website
|
||||
timeout-minutes: 10
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
||||
Reference in New Issue
Block a user