You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
silverwind 8099238618
Change green buttons to primary color (#27099)
I think it's better if the primary actions have primary color instead of
green which fits better into the overall single-color UI design. This PR
currently replaces every green button with primary:

<img width="141" alt="Screenshot 2023-09-16 at 14 07 59"
src="https://github.com/go-gitea/gitea/assets/115237/843c1e50-4fb2-4ec6-84ba-0efb9472dcbe">
<img width="161" alt="Screenshot 2023-09-16 at 14 07 51"
src="https://github.com/go-gitea/gitea/assets/115237/9442195a-a3b2-4a42-b262-8377d6f5c0d1">

Modal actions now use uncolored/primary instead of previous green/red
colors. I also removed the box-shadow on all basic buttons:

<img width="259" alt="Screenshot 2023-09-16 at 14 16 39"
src="https://github.com/go-gitea/gitea/assets/115237/5beea529-127a-44b0-8d4c-afa7b034a490">
<img width="261" alt="Screenshot 2023-09-16 at 14 17 42"
src="https://github.com/go-gitea/gitea/assets/115237/4757f7b2-4d46-49bc-a797-38bb28437b88">

The change currently includes the "Merge PR" button, for which we might
want to make an exception to match the icon color there:

<img width="442" alt="Screenshot 2023-09-16 at 14 33 53"
src="https://github.com/go-gitea/gitea/assets/115237/993ac1a5-c94d-4895-b76c-0d872181a70b">
11 months ago
..
components Change green buttons to primary color (#27099) 11 months ago
features Change green buttons to primary color (#27099) 11 months ago
markup Fix task list checkbox toggle to work with YAML front matter (#25184) 1 year ago
modules Add fetch wrappers, ignore network errors in actions view (#26985) 11 months ago
render Update JS dependencies (#26586) 12 months ago
standalone Add toasts to UI (#25449) 1 year ago
test Replace 'userxx' with 'orgxx' in all test files when the user type is org (#27052) 11 months ago
utils Avoiding accessing undefined mentionValues (#26461) 12 months ago
vendor Vendor `jquery.are-you-sure` with strict mode fixes (#26901) 11 months ago
webcomponents Add minimum polyfill to support "relative-time-element" in PaleMoon (#26575) 12 months ago
bootstrap.js Remove joinPaths function (#26833) 11 months ago
index.js Add "dir=auto" for input/textarea elements by default (#26735) 11 months ago
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations (#11055) 4 years ago
svg.js Add commits dropdown in PR files view and allow commit by commit review (#25528) 1 year ago
svg.test.js Improve `<SvgIcon>` to make it output `svg` node and optimize performance (#23570) 1 year ago
utils.js Remove joinPaths function (#26833) 11 months ago
utils.test.js Remove joinPaths function (#26833) 11 months ago