Conversation
oreohive.org alpha 0.0.1 - merge pull request #8 from oreohive/main
…rver; remove import of url from 'inspector' that is invalid in browser and only works on server
…ile compatibility and responsiveness to differently sized displays
…retty much everywhere (:root in global.css, clearly distinguished and with !important markers), fix panel-box elements (like the one in PanelBox.svelte) like the centre-container elements where they had a max-width in px which caused issues with scaling on smaller displays (i.e. too big for screen, being cut off at edges of display)
Bumps the npm_and_yarn group with 2 updates in the /web directory: [esbuild](https://github.com/evanw/esbuild) and [undici](https://github.com/nodejs/undici). Updates `esbuild` from 0.25.3 to 0.25.4 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.25.3...v0.25.4) Updates `undici` from 6.21.3 to 7.5.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v6.21.3...v7.5.0) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.25.4 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: undici dependency-version: 7.5.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
…and_yarn-f208f22520 bump the npm_and_yarn group across 1 directory with 2 updates
dopreo
added a commit
that referenced
this pull request
Jun 1, 2025
oreohive.org alpha 0.0.1.1 - merge pull request #12 from oreohive/main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
these are just some further little tweaks to enhance usability on mobile!
tweaks have been introduced to more strictly wrap pieces of text, among other elements, to the size of the display.
measures have been taken to ensure that the previous instances of articles (written posts) and the like being cut off by the edges of a display should not tend to happen in this release.