Prem Palanisamy 8dfd91b7d3 feat(migrations): expose Fail/Skip/Overwrite radios for import flows
Reworks the import-options UI in three places to match the new
OnDuplicate enum (Fail / Skip / Overwrite) shipped by the cloud worker
and migration package:

- Settings → Migrations wizard (Appwrite source): three-option radio
  group with Fail pre-selected. Wording reflects that overwrite/skip
  apply to the entire resource tree (databases, tables, columns,
  indexes, rows), not just rows.
- Tables (TablesDB) CSV import: same three-option radio replacing
  the prior two checkboxes. Wording stays document-centric since CSV
  import is row-only.
- Collections (DocumentsDB) JSON import: previously imported with no
  onDuplicate (silent default to fail). Now opens the same Import
  options dialog with Fail/Skip/Overwrite radios.

Also bumps @appwrite.io/console SDK to https://pkg.vc/-/@appwrite/
@appwrite.io/console@341620a so the OnDuplicate enum exports match
the merged backend (post 1.9.x).

Renamed OnDuplicate.Upsert -> OnDuplicate.Overwrite throughout the
console (the enum was renamed in upstream PR #11910 / migration 1.9.7;
the prior reference compiled to undefined and silently defaulted the
backend to Fail).
2026-05-07 12:15:03 +01:00
2026-04-01 19:18:11 +05:30
2026-01-27 14:22:37 +05:30
2026-04-01 19:18:11 +05:30
2024-11-20 14:45:58 +01:00
2025-12-31 18:40:36 +05:30
2024-05-31 15:06:51 +02:00
2025-12-31 18:40:36 +05:30
2023-08-31 18:18:06 +02:00
2026-04-01 19:18:11 +05:30
2026-04-01 19:18:11 +05:30
2026-03-31 18:20:51 +05:30
2025-12-31 18:42:45 +05:30
2026-04-01 19:18:11 +05:30
2026-04-23 08:59:50 +01:00
2024-08-09 17:15:32 +02:00
2022-11-14 16:01:35 +00:00
2025-12-31 18:40:36 +05:30
2024-12-30 16:51:41 +05:30
2022-11-14 16:06:47 +00:00
2025-05-15 12:05:36 +02:00
2026-02-20 13:55:49 +05:30

Console 🖥️

Discord Twitter Account appwrite.io

Appwrite

Appwrite Console is the Graphical User Interface that developers interact with when accessing their Appwrite instance in the web browser.

Appwrite Console has been built with the following frameworks:

Developer Experience

Developer experience has always been a priority for Appwrite since its inception. The web console is one of the most important pieces of the developer experience puzzle. The new web console not only looks better but serves a functional purpose.

Simplicity

The new UI reduces visual load with more purposeful color use and more selective inclusion of information.

Consistency

The new Appwrite Console uses a consistent UI library, so navigating from page to page and task to task will flow seamlessly.

Accessibility

Console 2.0 is designed to be accessible, from design to code. Console 2.0 is also designed to be accessible to developers of all skill levels. Complex workflows will provide more guidance for newer developers and promote good technical decisions.

Scalability and Collaboration

The new console is more maintainable and welcoming to community contributions. Console 2.0 is built using Svelte instead of our own library. It's better documented and well-known, making it easier for developers to contribute to Appwrite.

Contributing

All code contributions, including those of people with commit access, must go through a pull request and be approved by a core developer before being merged. This is to ensure a proper review of all the code.

We truly ❤️ pull requests! If you wish to help, you can learn more about how you can contribute to this project in the contribution guide.

Security

For security issues, kindly email us at security@appwrite.io instead of posting a public issue on GitHub.

Follow Us

Join our growing community around the world! See our official Blog. Follow us on Twitter, Facebook Page, Facebook Group, and Dev Community or join our live Discord server for more help, ideas, and discussions.

License

This repository is available under the BSD 3-Clause License.

S
Description
The Console that makes Appwrite tick from the browser 🖥
Readme BSD-3-Clause 146 MiB
Languages
Svelte 84.2%
TypeScript 15.5%