Torsten Dittmann
12fbb09720
Merge branch 'feat-profiles' of https://github.com/appwrite/console into feat-profiles
2025-12-02 00:05:06 +04:00
Torsten Dittmann
3b55b962d9
Add onUpgrade callback and navigate to change plan
2025-12-01 21:06:12 +04:00
Torsten Dittmann
af78e33859
Remove align prop from Typography.Title
2025-12-01 21:02:17 +04:00
Torsten Dittmann
cc4caf9828
Merge pull request #2642 from appwrite/feat-add-favicons-for-imagine
2025-12-01 20:30:47 +04:00
Torsten Dittmann
a0303b2d1a
Add Unicorn Studio unauthenticated profile
...
- Add a new unauthenticated profile using Unicorn Studio shaders and
scene data. - Integrate Unicorn Studio viewer in the login page: CDN
script, init, and a container for the scene. - Update light theme to use
neutral primary/default backgrounds. - Tweak feedback descriptions to
reference Imagine consistently. - Remove bgcolor-neutral-primary and
bgcolor-neutral-default from both dark and light studio themes.
2025-12-01 20:29:20 +04:00
Harsh Mahajan
53c7e30a44
removed js
2025-12-01 14:31:37 +00:00
Darshan
0d3fe45f23
update: platform derived from profile.
2025-12-01 18:35:44 +05:30
Harsh Mahajan
c3912a699c
lint issue
2025-11-28 11:20:13 +00:00
Harsh Mahajan
5c6e90aa27
added folders
2025-11-28 11:16:58 +00:00
Torsten Dittmann
ed22f1ca9c
Add theme tokens and adjust studio styles
2025-11-27 20:02:48 +04:00
Torsten Dittmann
2163c70528
Add dynamic login providers and profile driven UI
...
- Introduce Logins enum and oauthProviders mapping per profile - Switch
login page to profile-driven providers instead of hardcoded OAuth -
Render email/password and social logins only when enabled by profile -
Use oauthProviders.github for GitHub login and add Google support - Show
recover/sign-up links only when EMAIL login is enabled
2025-11-27 18:54:58 +04:00
Torsten Dittmann
2ad53d35d1
Merge branch 'feat-profiles' of https://github.com/appwrite/console into feat-profiles
2025-11-27 18:37:52 +04:00
Torsten Dittmann
2457c10478
Update build and UI, auto-create Studio org
2025-11-27 18:37:46 +04:00
Torsten Dittmann
f1c819e7a6
Merge pull request #2652 from appwrite/feat-profiles-updates
2025-11-27 14:12:30 +04:00
Torsten Dittmann
8ce319f4b5
Add font-family settings and asset fonts
2025-11-27 14:11:02 +04:00
Torsten Dittmann
6a5c06c8d6
Merge branch 'feat-profiles' of https://github.com/appwrite/console into feat-profiles-updates
2025-11-26 18:48:06 +04:00
Torsten Dittmann
cbe83dba3b
Use stage subdomain for stage environment
2025-11-26 18:09:34 +04:00
Torsten Dittmann
c3b28e667b
Update pink-svelte and add progress bar toggle
...
- Update pink-svelte to commit 33845eb in package.json and
pnpm-lock.yaml - Add showProgressBar boolean to Profile type in
src/lib/profiles/index.svelte.ts - Default showProgressBar: true for
base profile; false for studio - Gate Progress component rendering in
layout behind showProgressBar
2025-11-26 18:07:56 +04:00
Darshan
cb397f2adb
Merge pull request #2644 from appwrite/push-page-down
2025-11-26 18:13:44 +05:30
Darshan
e4a63b5e63
lint,
2025-11-26 18:02:15 +05:30
Darshan
8e2677887e
fix: sidebar.
2025-11-26 15:05:35 +05:30
Darshan
57af06a9fe
update: improved logic.
2025-11-26 14:41:13 +05:30
Darshan
9c9d5b7be6
update: improved logic with backwards compat.
2025-11-26 14:28:19 +05:30
Darshan
bfe8024583
add: spacing.
2025-11-26 13:39:27 +05:30
Darshan
1f78040032
Merge pull request #2638 from appwrite/banners
2025-11-24 17:55:55 +05:30
Darshan
86cd647a88
address comments.
2025-11-24 17:42:39 +05:30
Darshan
99c1343fef
adjust: top spacing when banner is shown.
2025-11-24 17:19:05 +05:30
Darshan
d45a7b73bf
remove: enterprise trials.
2025-11-24 15:05:25 +05:30
Darshan
85ca05ee33
fix: env.
2025-11-22 18:20:54 +05:30
Darshan
273ba98e2e
Merge pull request #2616 from appwrite/fix-domain-redirects
2025-11-19 20:44:23 +05:30
Darshan
9ffa705f3c
fix: tests.
2025-11-19 20:38:08 +05:30
Darshan
f6b0c9f7a6
add: confirmation for back.
2025-11-19 20:30:22 +05:30
Darshan
174c474cd7
fix: lock.
2025-11-19 20:25:04 +05:30
Darshan
1aefd80757
update: manage domains differently on studio.
2025-11-19 20:23:59 +05:30
Ariel Weinberger
023a67079c
fix: trace continuity
2025-11-18 20:10:54 -06:00
Ariel Weinberger
94633533b6
fix: sentry environment not provided to init
2025-11-18 19:47:19 -06:00
Ariel Weinberger
72216da4c5
feat: comprehensive sentry setup for studio, continuous tracing
2025-11-18 19:43:44 -06:00
Ariel Weinberger
15ab9a1272
feat: include sentry baggage when initializing web components
2025-11-18 18:29:52 -06:00
Ariel Weinberger
069c7b67e0
feat: provide sentry trace id to web components package
2025-11-18 18:20:03 -06:00
Ariel Weinberger
cafba7fc3d
Merge pull request #2613 from appwrite/feat/profiles-improved-type-ergonomics
...
feat(profiles): improved type ergonomics
2025-11-18 18:18:37 -06:00
Ariel Weinberger
b57f562195
feat(profiles): improved type ergonomics
2025-11-18 18:13:49 -06:00
Torsten Dittmann
c65e0fab1e
Merge pull request #2611 from appwrite/feat-profiles-updates
2025-11-18 20:14:39 +04:00
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
Darshan
562939d2ba
Merge pull request #2609 from appwrite/hide-services
2025-11-18 20:01:42 +05:30
Darshan
ca8ba9118b
remove: leftover.
2025-11-18 19:54:42 +05:30
Darshan
dc9a043f29
update: services to show/hide!
2025-11-18 19:54:32 +05:30
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