* Try CarbonAds
* Move location
* add border, fix adblock msg
* Fix advertisement label look (#636)
Ever since changes for Carbon ads were introduced, the label did not
match the appearance of the card, leaving the bottom right corner of the
card not round. With more recent changes, where border was added, that
became even more apparent - now the border covers the label, which does
not look good; this effect only becomes worse when zooming.
This commit attempts to mitigate these issues with the following:
- To fix the border issues, label's absolute position is now calculated
from the card wrapper, where the border is applied. This allows label
to cover the border for seamless look. That is done by changing
position of the card wrapper to relative instead of doing so for the
ad contents container.
- The label now tries to take over the border, to do so the bottom and
right relative positions have been changed to -3px.
- To account for the position change, the label is now a bit more
padded, to make text content of it to look more or less as before,
otherwise it would shift a bit. Not sure if the padding changes are
accurate, but it does look close to how it looked before.
* Fix message again
* Update user ads position
* Remove privacy toggles (placebo and didn't do anything)
* Remove other code
* Link docs page
Co-authored-by: Sasha Sorokin <10401817+Brawaru@users.noreply.github.com>
- Now styled as a proper link.
- Change :focus to :focus-visible to avoid link getting stuck in that
'hovered' state because focus does not actually change (it deffo
should though, something to fix in the future - should be one
fragment change).
- Removed all padding and transition.
resolved#608
* fixes Inconsistent donation icons and colours #608
replaces all donation png's with svg's from https://simpleicons.org
removes svg files with "-svg" at the end
* fixes the issues due to vscode formatting the code
* fixes Discord icon
fixes some formatting errors, caused by copy& from the previous commit with wrong formatting
* fixed else-if's
added Open Collective Icon
I couldn't find the icon for the Economy Category from Feather
* added unknown_donation.svg
replaced unknown donation icon
removed old unknown.svg icon
* renamed unkown donation icon for consistency
* somehow the cmmits before didn't add the new Icon
Fixed formatting issues (again)
* fixes formatting issues (I need to look into that)
* fixed else-if's that somehow got reverted
* Fix lint
* Strict equals
* Fix lint again
* New features
* Lots of bug fixes
* Fix respack creation
* Improve mobile nav with more project types
* Fix resolution sorting and remove icons
* Move cookie consent to top on small devices to get out of the way of navigation
* Move cookie consent + fix hydration
* Fix project editing + update search features
* Centralize hardcoding of loader/category names, fix cookie consent shadow, fix mobile navbar rounding
* Fix plugin platforms formatting
* Kitchen sink!
* Add support for display names
* LiteLoader formatting
* Fixed "show all loaders" toggle not resetting when changing pages
* Allow multiple loaders in version filter controls
* Fix clear filters button
* Revert "Add support for display names"
This reverts commit 370838763d86bcae51bf06c304248f7a1f8fc28f.
* Let's see how this goes. Upstream filters, attempt 1
* github? hello?
* No more "Server mod" on plugins
* Fix formatting of project types in project creation
* Move where project creation sets the resource pack loader
* Allow setting pixelated image-rendering
Allows to apply 'style' attribute to IMG tags with value
'image-rendering' set to 'pixelated', which can be useful for people who
use pixel art in their READMEs (to demonstrate items, for example).
* fix user page + hydration issue fix from Brawaru
* Rename to proxies
* Make categories use title case
* Always show project type on moderation page, improve project type display on project pages
* Remove invalid key
* Missed a check
* Fix browse menu animation
* Fix disabled button condition and minimum width for 2 lines
* Body -> Description in edit pages
* More casing consistency issues
* Fix duplicate version URLs
* Fix version creation
* Edit URLs, fix privacy page buttons
* Fix notifications popup overlaying
* Final merge fixes
Co-authored-by: Prospector <prospectordev@gmail.com>
Co-authored-by: Sasha Sorokin <10401817+Brawaru@users.noreply.github.com>
* Overhaul of the legal pages (rules, terms, privacy policy)
Resolves MOD-90
Resolves MOD-91
* Revert changes to privacy policy & terms
The privacy policy and terms are gonna require a lot more effort to review and we just want the rules stuff in ASAP
* CI fix
* Fix the headings of all things
* Update content section of terms
* Add note about adding multiple files to a version
Closes#545 as not planned
Related to modrinth/docs#50
* Fix note showing on version.vue when it shouldn't