Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

vaadin/docs

edler-san created a review comment on a pull request on vaadin/docs
Either 'testing Vaadin UIs' or 'testing a Vaadin UI' imho.

View on GitHub

edler-san created a review on a pull request on vaadin/docs

View on GitHub

edler-san pushed 1 commit to latest vaadin/docs
  • Update security.adoc (#3806) In LobbyView constructor the following row was added after channels have been created {... 857ad76

View on GitHub

edler-san closed a pull request on vaadin/docs
Update security.adoc
Retrying to send this change again since initial commit & pull request did not get stored properly. In LobbyView constructor the following row was added after channels have been created { channe...
edler-san created a review on a pull request on vaadin/docs

View on GitHub

cromoteca created a review comment on a pull request on vaadin/docs
I "discussed" this topic with ChatGPT and its final proposal is: - `replace` is a "conditional atomic operation" (or "strict atomic operation"); - `incrementBy` is an "incremental atomic operat...

View on GitHub

cromoteca created a review on a pull request on vaadin/docs

View on GitHub

edler-san pushed 1 commit to latest vaadin/docs
  • Update ux-tweaks.adoc (#3805) The file names above code snippets should be CustomErrorHandler.java & CustomErrorHand... 28f4138

View on GitHub

edler-san closed a pull request on vaadin/docs
Update ux-tweaks.adoc
The file names above code snippets should be CustomErrorHandler.java & CustomErrorHandlerConfig.java instead of ErrorHandler.java & ErrorHandlerConfig.java
edler-san created a review on a pull request on vaadin/docs

View on GitHub

taefi created a review comment on a pull request on vaadin/docs
I'd move it to the comment on the above, and remove it from here.

View on GitHub

taefi created a review on a pull request on vaadin/docs

View on GitHub

taefi created a review comment on a pull request on vaadin/docs
I was a bit hesitant to include it due to the on-going discussion we had around the idea of holding the initial value as JSON instead, and the impact it has on the way of checking equality. But, si...

View on GitHub

taefi created a review on a pull request on vaadin/docs

View on GitHub

taefi created a review comment on a pull request on vaadin/docs
Well, the usage of the word "atomic" was a bit unfortunate maybe. The server-side block of code that is responsible for applying all the operations is blocking, so a `replace` also compare and set ...

View on GitHub

taefi created a review on a pull request on vaadin/docs

View on GitHub

taefi pushed 1 commit to taefi/add-fs-signals-doc vaadin/docs
  • Apply suggestions from code review Co-authored-by: Luciano Vernaschi <[email protected]> Co-authored-by: Serhii ... 80cd25c

View on GitHub

MatthewVaadin opened a pull request on vaadin/docs
Add instructions for production installation of Control Center
This adds a page that details how to manually install Control Center's prerequisites without using a cluster-wide admin role.
MatthewVaadin created a branch on vaadin/docs

control-center/608/production-installation - Official documentation for Vaadin and Hilla.

peholmst pushed 5 commits to ux-intro vaadin/docs
  • chore: fix some typos, remove trailing whitespaces (#3816) bce4a3f
  • Update RTE image support documentation (#3764) * Update RTE image support documentation See: https://github.com/v... 6be87b4
  • Update hardcoded vaadin version to 24.5.0 (#3818) * Update hardcoded vaadin version to 24.5.0 * Update _vaadin-ve... 5e32309
  • Update vaadin version to 24.5.0 (#3817) Co-authored-by: Zhe Sun <[email protected]> d473980
  • Merge branch 'latest' into ux-intro 565c138

View on GitHub

mshabarov opened an issue on vaadin/docs
Improve code examples in Router Layouts article
<!-- **Security disclosures** If you think you’ve found a potential security issue, don't report it here as an issue. Instead, follow the instructions at [vaadin.com/security](https://vaadin...
web-padawan created a review comment on a pull request on vaadin/docs
```suggestion import { ValueSignal } from '@vaadin/hilla-react-signals'; import { PersonService } from 'Frontend/generated/endpoints.js'; import type Person from 'Frontend/generated/com/example/...

View on GitHub

web-padawan created a review on a pull request on vaadin/docs

View on GitHub

web-padawan created a review comment on a pull request on vaadin/docs
```suggestion import { Button, VerticalLayout } from '@vaadin/react-components'; ```

View on GitHub

web-padawan created a review comment on a pull request on vaadin/docs
```suggestion import { CounterService } from 'Frontend/generated/endpoints.js'; ```

View on GitHub

web-padawan created a review comment on a pull request on vaadin/docs
```suggestion import { Button, VerticalLayout } from '@vaadin/react-components'; ```

View on GitHub

web-padawan created a review comment on a pull request on vaadin/docs
```suggestion <span>Counter: {counter}</span> {/* <2> */} <Button onClick={() => counter.incrementBy(5)}>Increase by 5</Button> {/* <3> */} <Button onClick={() => counter.incre...

View on GitHub

web-padawan created a review comment on a pull request on vaadin/docs
```suggestion public NumberSignal voteOptionSignal(String option) { // <1> ```

View on GitHub

web-padawan created a review comment on a pull request on vaadin/docs
```suggestion const counter = CounterService.counter(); // <1> ```

View on GitHub

web-padawan created a review comment on a pull request on vaadin/docs
```suggestion public NumberSignal counter() { // <2> ```

View on GitHub

Load more