Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] dev from opf:dev #210

Merged
merged 195 commits into from
Oct 27, 2024
Merged

[pull] dev from opf:dev #210

merged 195 commits into from
Oct 27, 2024

Conversation

pull[bot]
Copy link

@pull pull bot commented Oct 21, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

jjabari-op and others added 30 commits June 24, 2024 11:59
…0437-easy-emoji-reactions,-eg-thumbs-up-on-activity-entries
…e/40437-emoji-reactions-to-work-package-comments
…e/40437-emoji-reactions-to-work-package-comments
…e/40437-emoji-reactions-to-work-package-comments
…e/40437-emoji-reactions-to-work-package-comments
…e/40437-emoji-reactions-to-work-package-comments
…e/40437-emoji-reactions-to-work-package-comments
…e/40437-emoji-reactions-to-work-package-comments
…e/40437-emoji-reactions-to-work-package-comments
Users who do not have commenting permissions: typically the `add_work_package_notes` and anonymous
users cannot add new reactions but they can view any existing reactions. Futher, the "Add reactions" button
is also hidden from them.

In view only state, the emoji reactions render as primer invisible buttons in disabled state.

> They can respond to user input and provide feedback, but it does not trigger any actions.
> See: https://primer.style/components/button#inactive

The view only reactions mimic primer inactive buttons but without the muted styling and cursor change
akabiru and others added 29 commits October 24, 2024 20:16
Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.8 to 1.5.9.
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md)
- [Commits](ged/ruby-pg@v1.5.8...v1.5.9)

---
updated-dependencies:
- dependency-name: pg
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…-table-cell-editing-ui-has-wrong-colors

[58108] Dark mode: "Custom text" widget - table cell editing UI has wrong colors
… outline appears (update core) (#17039)

* update core with new version of octicon and primer view components

* fix missing version update
Emoji Reactions should always be returned in their current state, timeslicing will yield incorrect results.
At any given time, we ONLY need to know what reactions a Journal has. Further, EmojiReactions are never updated, rather created
and destroyed.

Retain timeslicing only for the journal render- where that is relevant to find updated journals
- add regions to different steps of the feature spec
- removed expectations from page object
Journalsa are updated on last updated_at; reactions cannot rely on this as they do not "touch"
the journal, so a full journal refresh would not be viable. We avoid "touching" the journal on emoji
reactions update to retain concurrent user actions. E.g. If a user has a journal in edit mode, we do not want to overrite
it on the next polling update- this is why it's safer to stream emoji reactions separately

This reverts commit fb419dd.
…pec-covering-the-hierarchy-lifecycle-in-the-admin-view

[#58426] add feature spec for custom fields of type hierarchy
Use both hex codes to ensure red color! Tested on Safari
…ork-package-comments

Feature/40437 emoji reactions to work package comments
@pull pull bot merged commit 8145d53 into l3dlp-sandbox:dev Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.