Torsten Dittmann
159a5bcbf7
Upgrade pink-icons-svelte and pink-svelte; adjust UI layout
...
- Update pink-icons-svelte and pink-svelte to 5b26bb8 - Update pnpm
lockfile refs to new pink versions - Remove IconCommand and swap in
IconTemplate in the sidebar - Change shell layout overflow from scroll
to hidden - Add button theming for light/dark in studio.css - Make
viewStudio layout fixed and width offset
2025-11-18 20:12:20 +04:00
Torsten Dittmann
6adb5172b4
Switch ConsoleCss to console.css
...
Update import path in profiles index to reflect the renamed stylesheet
asset
2025-11-18 04:45:23 +04:00
Torsten Dittmann
4579bd189e
Rename appwrite profile to console and wire CSS
2025-11-18 04:40:53 +04:00
Torsten Dittmann
4c7021244d
Merge pull request #2607 from appwrite/feat-profiles-polishing
2025-11-18 04:16:04 +04:00
Torsten Dittmann
d3e64b6a0d
Center no-sidebar and fix widget offset and width
2025-11-18 04:14:31 +04:00
Torsten Dittmann
d5a1a318ac
Merge pull request #2606 from appwrite/feat-profiles-polishing
2025-11-18 03:41:52 +04:00
Torsten Dittmann
f49270dd63
Add trailing newline to dockerize-profiles.yml
2025-11-18 03:35:39 +04:00
Torsten Dittmann
84d128060f
Merge branch 'feat-profiles' of https://github.com/appwrite/console into feat-profiles-polishing
2025-11-18 03:33:53 +04:00
Torsten Dittmann
a2a311550c
Refactor unauthenticated flows to profiles
...
- Move unauthenticated components to profiles/(unauthenticated) - Wire
profile-based unauthenticated across routes - Add login-studio.png asset
- Add studio unauthenticated component and export it - Remove
Unauthenticated export from layout - Use
resolvedProfile.component.unauthenticated in layout - Update MFA routes
to use profile unauthenticated - Update
login/register/recover/invite/error routes - Use resolve('/') for hrefs
and profile logo data - Remove INLINE_START_BASE_OFFSET in studio widget
- Improve layout load to fetch organizations for cloud and non-cloud
2025-11-18 03:24:46 +04:00
Ariel Weinberger
9b887323f8
hardcode static build args
2025-11-17 14:31:07 -06:00
Torsten Dittmann
6e4286d4e7
Merge branch 'feat-profiles' of https://github.com/appwrite/console into feat-profiles-polishing
2025-11-17 23:36:55 +04:00
Torsten Dittmann and Ariel Weinberger
d3062cb51a
Add Sentry env vars and refactor Sentry init ( #2584 )
...
Co-authored-by: Ariel Weinberger <Weinberger.Ariel@gmail.com >
2025-11-17 23:33:34 +04:00
Torsten Dittmann
fc91a88d61
Bump pink-icons-svelte and pink-svelte; adjust UI
2025-11-17 23:16:22 +04:00
Ebenezer Don and Torsten Dittmann
029007d64b
Fix Imagine Monaco editor interactions inside Console wrapper ( #2488 )
...
Co-authored-by: Torsten Dittmann <torsten.dittmann@googlemail.com >
2025-11-17 22:37:06 +04:00
Ariel Weinberger
335c6d40f9
fix: image name
2025-11-17 11:48:17 -06:00
Ariel Weinberger
d5bd45e20e
fix typo
2025-11-17 11:47:40 -06:00
Ariel Weinberger
9b6fcd682e
chore: add dockerize profiles action
2025-11-17 11:47:04 -06:00
Torsten Dittmann
513ea85508
Merge branch 'feat-profiles' of https://github.com/appwrite/console into feat-profiles-polishing
2025-11-17 21:10:49 +04:00
Darshan
768c84d105
Merge pull request #2603 from appwrite/org-filters
2025-11-17 18:42:34 +05:30
Darshan
b9c46e318a
update: platform filtering orgs.
2025-11-17 18:31:17 +05:30
Torsten Dittmann
b750dc0a93
Merge pull request #2600 from appwrite/feat-profiles-org-platform
2025-11-17 16:06:40 +04:00
Torsten Dittmann
285b2df5dd
Remove BillingPlan imports
2025-11-17 15:04:18 +04:00
Torsten Dittmann
b3d447a47e
Switch to isFreePlan for free plan checks
...
Replace direct BillingPlan.FREE checks with isFreePlan throughout UI and
routes to determine the Free tier.
2025-11-17 14:59:51 +04:00
Torsten Dittmann
b3ae2c23cc
Merge branch 'feat-profiles' of https://github.com/appwrite/console into feat-profiles-org-platform
2025-11-17 14:28:04 +04:00
Torsten Dittmann
a98dab7a09
Tweak UI borders radii layout and studio theming
2025-11-17 14:23:57 +04:00
Ariel Weinberger
39e37f04c5
update generate-env.sh
2025-11-16 23:14:22 -06:00
Ariel Weinberger
88bc820dfb
dybnamic env
2025-11-16 23:12:36 -06:00
Ariel Weinberger
3799b12a2d
test: fix generate-env.sh
2025-11-16 22:56:24 -06:00
Ariel Weinberger
7a81f46cda
fix: chmod generate-env.sh
2025-11-16 21:43:38 -06:00
Ariel Weinberger
56f2f6aa07
chore: add generate-env.sh script
2025-11-16 21:28:35 -06:00
Torsten Dittmann
692991e2de
Merge branch 'feat-profiles' of https://github.com/appwrite/console into feat-profiles-org-platform
2025-11-14 19:02:21 +04:00
Torsten Dittmann
5d14bfc8c2
Add trailing null argument to createOrganization
2025-11-14 18:58:01 +04:00
Torsten Dittmann
b2a27d4289
Rename createCsvMigration to createCSVImport
2025-11-14 18:45:48 +04:00
Torsten Dittmann
e863ba4696
Add Platform support and organizationPlatform
2025-11-14 18:43:51 +04:00
Darshan
e625eb91d4
Merge pull request #2599 from appwrite/manage-alerts
2025-11-14 11:07:39 +05:30
Torsten Dittmann
cedce456ef
Merge branch 'feat-profiles' of https://github.com/appwrite/console into feat-profiles
2025-11-13 18:26:41 +04:00
Torsten Dittmann
0fff4a00a6
Use CDN URL from PUBLIC_IMAGINE_CDN_URL
2025-11-13 18:26:38 +04:00
Darshan
9b5f6ffe3a
hide: promo alerts and notifications.
2025-11-13 16:42:48 +05:30
Darshan
2cee22f9bd
hide: new dev promo alert.
2025-11-13 15:01:37 +05:30
Darshan
455f199580
Merge pull request #2592 from appwrite/merge-main
2025-11-12 19:36:07 +05:30
Darshan
355dbdabdb
Merge pull request #2586 from appwrite/add-domain-callbacks
2025-11-12 19:26:56 +05:30
Darshan
129f0b7a5e
fix: lints, checks.
2025-11-12 19:26:01 +05:30
Darshan
5a0e4c5f1e
Merge branch 'main' into 'merge-main'.
2025-11-12 19:16:12 +05:30
Darshan
d58ee51fe5
Merge branch 'feat-profiles' into add-domain-callbacks
2025-11-12 19:05:03 +05:30
Torsten Dittmann
e3735b9f5a
Remove capture in studio wrapper click listener
2025-11-12 16:49:00 +04:00
Torsten Dittmann
d66b097cdf
Add APPWRITE_SITES_BASE_URL to initImagine config
2025-11-12 16:43:19 +04:00
Darshan
64e5a7907c
Merge pull request #2591 from appwrite/disable-buttons
7.4.18
2025-11-12 17:33:29 +05:30
Darshan
5d222e08c9
update: disable buttons.
2025-11-12 17:25:33 +05:30
Darshan
931782a6c1
fix: ignore isActions.
2025-11-12 17:14:59 +05:30
Darshan
efb2d0e783
Merge pull request #2590 from appwrite/add-default-data
7.4.17
2025-11-12 16:40:25 +05:30