Skip to content

feat(app): add dynamic open-graph image - #509

Open
xStrixU wants to merge 20 commits into
developfrom
504-add-dynamic-open-graph-image
Open

feat(app): add dynamic open-graph image#509
xStrixU wants to merge 20 commits into
developfrom
504-add-dynamic-open-graph-image

Conversation

@xStrixU

@xStrixU xStrixU commented Feb 1, 2023

Copy link
Copy Markdown
Contributor

Fixes #504

typeofweb and others added 19 commits January 5, 2023 18:00
* fix(app): change logout trigger

* fix(app): add accessible name to logout button

* Update apps/app/src/components/Header/UserAvatar.tsx

Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl>

* fix typo

Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl>
fix(app): fix oklch colors
* feat(app): add answer editor to question answer

* refactor(app): change mutation name
… fixes to lockScroll (#489)

* feat(app): add 'useIsAboveBreakpoint' hook

* refactor(app): refactor 'pageScroll' utility file

* feat(app): add focus lock in HeaderNavigation

* fix(app): changes in BaseModal to reflect changes in pageScroll

* feat(app): add focus trap in 'QuestionsSidebar'

* fix(app): fix hamburger button position

* fix scrollbar gutter

* Update apps/app/src/utils/pageScroll.ts

Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl>

* Update apps/app/src/utils/pageScroll.ts

Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl>

* refactor(app): change types declarations in 'pageScroll'

* refactor(app): refactor styles related to scrollbar on page

* Update apps/app/src/components/Header/HeaderNavigation.tsx

Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl>

* refactor(app): refactor 'HeaderNavigation'

* fix(app): fix typo

Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl>
* feat: add editing own questions

* refactor(app): refactor useGetAllQuestions

* fix(app): fix typo

* fix(app): remove unnecessary renderings
* feat(app): add user context menu

* feat(app): improvements related to UserMenu

* fix(app): add aria attributes to 'UserMenu' and remove unused imports

* fix(app): user avatar size adjustments

* refactor(app): refactor html structure in 'UserMenu'

* refactor(app) remove unused import from "UserAvatar"

* Update apps/app/src/hooks/useIsAboveBreakpoint.ts

Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl>

* Update apps/app/src/hooks/useIsAboveBreakpoint.ts

Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl>

* Update apps/app/src/components/Header/UserMenu.tsx

Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl>

* Update apps/app/src/components/Header/UserMenu.tsx

Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl>

* Update apps/app/src/components/Header/UserMenu.tsx

Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl>

* refactor(app): remove span tag from "LoginNavigationLink"

* refactor(app): remove span tag from button content in 'UserMenu'

Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl>
* fix(app): fix styles in "AdminPanel"

* fix(app): fix styles in "UserQuestions"
…#498)

* feat(app): close modal on press Escape key

* feat(app): add "useOnPressKey" hook

* refactor(app): implement "useOnPressKey" hook in "BaseModal"

* Update apps/app/src/components/BaseModal/BaseModal.tsx

Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl>

* refactor(app): rename hook "useOnPressKey" => "useOnKeydown"

* refactor(app): refactor "UserMenu" component

Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl>
* fix: fix a11y name in "CloseButton"

* chore: add path of the prettier config file to the vsc workspace settings
…question page for admin (#502)

* feat(app): add ability to edit questions on questions list to admin

* feat(app): add ability to edit question on question page to admin

* fix(app): refetch questions after edit one of them in user panel

* fix(app): fix text align in "CtaHedaerActiveLink"

* Remove unused import

* chore: add prettier config file to worspace config

* fix: update questions list after edit any of them in user dashboard

* fix: add loading indicator to questions list in dashboards

* fix: disable ssr for QuestionsManagement on questions pages

* fix: small improvements in "EditAnswer" and "AnswerForm"

* fix: remove unused import

* fix: refresh ssr generated page after edit question

* fix: remove unused import

* fix: fix vercel deployment

* fix: rename function name "customOnClose" => "additionalActionOnClose"

* feat: change loading indicator component

* fix: improve "Loading" component styles

* fix: improve loader a11y

* fix: improve styles of "Loading" component

* fix: improve light theme of loading component

* Update apps/app/src/components/Loading.tsx

* implement "additionalActionOnClose" function in dashboard modals

* improve loading component and implement this changes
@xStrixU
xStrixU requested a review from typeofweb as a code owner February 1, 2023 08:15
@vercel

vercel Bot commented Feb 1, 2023

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
devfaq ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 2, 2023 at 8:01AM (UTC)

@github-actions

github-actions Bot commented Feb 1, 2023

Copy link
Copy Markdown

📦 Next.js Bundle Analysis

This analysis was generated by the next.js bundle analysis action 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 83.38 KB (🟡 +5 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

@sonarqubecloud

sonarqubecloud Bot commented Feb 2, 2023

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Device URL
mobile https://devfaq-9j22d5p41-typeofweb.vercel.app

Not what you expected? Are your scores flaky? GitHub runners could be the cause.
Try running on Foo instead

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.

Użyj vercel/og-image do generowania obrazków na social media

4 participants