Skip to content

Commit 5f5ebac

Browse files
authored
Remove all references to Material 3 Tech Preview (#9511)
1 parent 2ec3ce5 commit 5f5ebac

File tree

5 files changed

+5
-46
lines changed

5 files changed

+5
-46
lines changed

ui-libraries/material/README.md

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,10 @@
44

55
[![Gallery image](https://material.slint.dev/tablet-material.webp)](examples/gallery)
66

7-
Welcome to the official Material Design 3 component set for [Slint](https://slint.dev). This repository provides a collection of UI components that adhere to [Material Design 3 guidelines](https://m3.material.io/).
7+
Welcome to the official Material Design 3 component set for [Slint](https://slint.dev). These UI components adhere to [Material Design 3 guidelines](https://m3.material.io/).
88
The components are intended to use for development of user interfaces with Slint for Android apps, touch friendly interfaces for embedded devices and even for desktop application development.
99
Contributions and feedback from the community are welcome.
1010

11-
[![Build status](https://github.com/slint-ui/material-components/actions/workflows/autofix.yaml/badge.svg)](https://github.com/slint-ui/material-components/actions/workflows/autofix.yaml)
12-
[![REUSE status](https://api.reuse.software/badge/github.com/slint-ui/material-components)](https://api.reuse.software/info/github.com/slint-ui/material-components)
13-
[![Discussions](https://img.shields.io/github/discussions/slint-ui/material-components)](https://github.com/slint-ui/material-components/discussions)
14-
15-
## Disclaimer
16-
17-
The material components are currently available as a technical preview. Some components are still missing and changes to the api
18-
are possible. We will inform as soon as the component set is read for release.
1911

2012
## Demos
2113

@@ -36,33 +28,3 @@ Clone one of our Material Components for Slint templates and follow the instruct
3628
- Node.js/Deno: https://github.com/slint-ui/material-nodejs-template
3729
- Python: https://github.com/slint-ui/material-python-template
3830

39-
## Contributions
40-
41-
We welcome your contributions: in the form of code, bug reports or feedback.
42-
For contribution guidelines see [CONTRIBUTING.md](CONTRIBUTING.md).
43-
44-
## About us (SixtyFPS GmbH)
45-
46-
We are passionate about software - API design, cross-platform software
47-
development and user interface components. Our aim is to make developing user
48-
interfaces fun for everyone: from Python, JavaScript, C++, or Rust developers all the
49-
way to UI/UX designers. We believe that software grows organically and keeping
50-
it open source is the best way to sustain that growth. Our team members are
51-
located remotely in Germany, Finland, and the US.
52-
53-
### Stay up to date
54-
55-
- Follow [@slint_ui](https://twitter.com/slint_ui) on X/Twitter.
56-
- Follow [@slint@fosstodon.org](https://mastodon.social/@[email protected]) on Mastodon.
57-
- Follow [@slint-ui](https://www.linkedin.com/company/slint-ui/) on LinkedIn.
58-
- Follow [@slint.dev](https://bsky.app/profile/slint.dev) on Bluesky
59-
- Subscribe to our [YouTube channel](https://www.youtube.com/@Slint-UI)
60-
61-
### Contact us
62-
63-
Feel free to join [Github discussions](https://github.com/slint-ui/material-components/discussions)
64-
for general chat or questions. Use [Github issues](https://github.com/slint-ui/material-components/issues)
65-
to report public suggestions or bugs.
66-
67-
We chat in [our Mattermost instance](https://chat.slint.dev) where you are
68-
welcome to listen in or ask your questions.

ui-libraries/material/docs/src/components/Header.astro

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ import ThemeSelect from "./ThemeSelect.astro";
1717
<Search />
1818
</div>
1919
<div class="sl-hidden md:sl-flex right-group">
20-
<div class="sl-flex social-icons">
21-
<span class="tech-preview">Tech preview</span>
22-
</div>
2320
<div class="sl-flex social-icons">
2421
<SocialIcons />
2522
</div>

ui-libraries/material/docs/src/components/widgets/Announcement.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
class="dark:bg-slate-700 bg-white/40 dark:text-slate-300 font-semibold px-1 py-0.5 text-xs mr-0.5 rtl:mr-0 rtl:ml-0.5 inline-block"
1010
>NEW</span
1111
>
12-
<a href="https://slint.dev/blog/material-comp-tech-preview" class="text-muted hover:underline dark:text-slate-400 font-medium"
13-
>Material Components Preview Announcement »</a>
12+
<a href="https://slint.dev/blog/material-comp-1.0" class="text-muted hover:underline dark:text-slate-400 font-medium"
13+
>Material 3 Components 1.0 Announcement »</a>
1414
</div>

ui-libraries/material/docs/src/content/docs/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Steps, Tabs, TabItem } from '@astrojs/starlight/components';
1111

1212
![Slint Material UI](~/assets/images/material-tablet.webp)
1313

14-
This is a technical preview of the Material 3 Design System for Slint. Learn more about
14+
Welcome to the documentation for the Material 3 Design System for Slint. Learn more about
1515
Slint [here](https://slint.dev/).
1616

1717
We recommend using an IDE for development, along with our [LSP-based IDE integration for

ui-libraries/material/docs/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Features2 from "~/components/widgets/Features2.astro";
99
import CallToAction from "~/components/widgets/CallToAction.astro";
1010
1111
const metadata = {
12-
title: "Slint + Material Design: Tech preview out now!",
12+
title: "Slint + Material Design",
1313
ignoreTitleTemplate: true,
1414
};
1515
---

0 commit comments

Comments
 (0)