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

Feature/CSS refactoring #832

Open
wants to merge 98 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
98 commits
Select commit Hold shift + click to select a range
4ec54e5
Update .gitignore to ignore .idea/ folder.
Apr 18, 2023
155fd4d
Update package.json and package-lock.json
Apr 18, 2023
7bdc03b
Update Tailwind CSS build
Apr 18, 2023
537a697
Remove tailwind-like-utils.less
Apr 18, 2023
bc833d3
Remove redundant atomic CSS: dimensions and position
Apr 18, 2023
735c67c
Delete obsolete static CSS, change public/ structure
Apr 18, 2023
573f8e1
Update resources/less folder structure
Apr 19, 2023
750c546
Remove unused CSS files from public/css/
Apr 20, 2023
b497ec6
Move resource CSS to resources, update admin.less and style.less imports
Apr 20, 2023
838a83b
Put Tailwind CSS into admin.less and style.less
Apr 20, 2023
821d58d
Remove font-size: 10px from scaffolding.less
Apr 20, 2023
402b687
Merge branch 'SlovakNationalGallery:develop' into feature/css-refacto…
adamplesnik Apr 20, 2023
be6a938
Merge branch 'SlovakNationalGallery:develop' into feature/css-refacto…
adamplesnik Apr 21, 2023
2a1ac52
Fix build: remove Tailwind from less resources and create separate CS…
Apr 21, 2023
bca2ad4
Merge branch 'develop' into feature/css-refactoring
Apr 21, 2023
5163b25
Revert "Fix build: remove Tailwind from less resources and create sep…
Apr 21, 2023
e9afd48
Fix package.json
Apr 21, 2023
3007c91
Fix build: remove Tailwind from less resources
Apr 21, 2023
96b21eb
Remove old vue compiler from package.json
Apr 21, 2023
c4b1bf6
Remove @tailwind annotations from resources
Apr 21, 2023
692b465
Add tailwind.css.
Apr 21, 2023
8327603
Fix build: remove Tailwind from less resources
Apr 21, 2023
45bf3fd
Merge remote-tracking branch 'origin/feature/css-refactoring' into fe…
Apr 21, 2023
7ab2796
Remove unused Bootstrap resources
Apr 25, 2023
ff340b0
Replace bootstrap4utilities.less with Tailwind CSS
Apr 26, 2023
393cfd9
Replace responsive-utilities.less with Tailwind CSS
Apr 26, 2023
168a23f
Replace utilities.less with Tailwind CSS
Apr 26, 2023
7f45c2e
Remove button-groups.less
Apr 26, 2023
a7d2279
Remove progress-bars and responsive-embed.less.
Apr 26, 2023
adc89ef
Replace type CSS classes with Tailwind
Apr 26, 2023
1e75eee
Reduce BS scaffolding CSS classes
Apr 26, 2023
e7d59bf
Replace colors in custom.less with TW alternatives
Apr 26, 2023
c1a1343
Remove 'tailwind-rules' wrappers.
Apr 27, 2023
4ce5bcf
Replace .sans with .tw-font-sans
Apr 28, 2023
1acb9f3
Merge branch 'SlovakNationalGallery:develop' into feature/css-refacto…
adamplesnik May 3, 2023
dd79ce5
Merge branch 'SlovakNationalGallery:develop' into feature/more-tailwind
adamplesnik May 3, 2023
c5c110c
Replace .top-space and .bottom-space
May 3, 2023
cbf20b3
Merge branch 'SlovakNationalGallery:develop' into feature/css-refacto…
adamplesnik May 4, 2023
299fff1
Merge branch 'SlovakNationalGallery:develop' into feature/more-tailwind
adamplesnik May 4, 2023
ed260d7
Merge remote-tracking branch 'origin/feature/more-tailwind' into feat…
May 4, 2023
b3b2ae6
Merge branch 'SlovakNationalGallery:develop' into feature/css-refacto…
adamplesnik May 17, 2023
3e07273
Update resources/views/layouts/blank.blade.php
adamplesnik May 22, 2023
d1c260f
Various fixes:
May 22, 2023
c9fe552
Fix admin font.
May 22, 2023
f90685b
Fix admin font size: use tw-text-sm.
May 22, 2023
5dd5c2f
Add tw-break-keep to all Tailwind sections.
May 22, 2023
79cd6de
Enable Tailwind preflight.
May 22, 2023
df8a2a4
Fix link color in the 'mixer'
May 22, 2023
53390e6
Remove @tailwindcss/line-clamp, it is included in TW3.3 by default.
May 23, 2023
26eca8a
Merge branch 'feature/css-refactoring' into feature/more-tailwind
May 23, 2023
3cdf7f4
Merge branch 'SlovakNationalGallery:develop' into feature/css-refacto…
adamplesnik May 23, 2023
117ba1b
Merge branch 'SlovakNationalGallery:develop' into feature/more-tailwind
adamplesnik May 23, 2023
2ea1316
Merge branch 'SlovakNationalGallery:develop' into feature/css-refacto…
adamplesnik May 26, 2023
174bd09
Merge branch 'develop' into feature/css-refactoring
May 26, 2023
4b7d9bc
Merge remote-tracking branch 'origin/feature/css-refactoring' into fe…
May 26, 2023
f0da36e
Merge branch 'SlovakNationalGallery:develop' into feature/more-tailwind
adamplesnik May 30, 2023
ecc7619
Merge branch 'SlovakNationalGallery:develop' into feature/css-refacto…
adamplesnik Jun 5, 2023
9cf8fab
Merge branch 'SlovakNationalGallery:develop' into feature/css-refacto…
adamplesnik Jun 12, 2023
f74daa8
Merge branch 'SlovakNationalGallery:develop' into feature/css-refacto…
adamplesnik Jul 18, 2023
e4d41eb
Merge branch 'SlovakNationalGallery:develop' into feature/css-refacto…
adamplesnik Aug 7, 2023
7601b2f
Merge branch 'develop' into feature/css-refactoring
Sep 25, 2023
f318067
Merge branch 'SlovakNationalGallery:develop' into feature/css-refacto…
adamplesnik Sep 29, 2023
f16d5a3
Merge branch 'develop' into feature/more-tailwind
Oct 3, 2023
761e177
Merge branch 'feature/css-refactoring' into feature/more-tailwind
Oct 3, 2023
29a6b83
Replace text-center with tw-text-center.
Oct 3, 2023
d0729ed
Update CACHE_DRIVER to array, DB_HOST to 127.0.0.1
Oct 6, 2023
39d3a9b
Fix layout glitches in dielo.blade.php, footer and in artwork list.
Oct 6, 2023
5773d3d
Merge branch 'develop' into feature/css-refactoring
Oct 6, 2023
80c10d1
Fix glitches in clanky.
Oct 6, 2023
3127c8b
Fix glitches in 'vzdelavanie'.
Oct 6, 2023
5c7bfe0
Fix other UI glitches
Oct 6, 2023
1342556
Fix Admin glitches
Oct 6, 2023
9e2edf8
Merge branch 'SlovakNationalGallery:develop' into feature/css-refacto…
adamplesnik Oct 8, 2023
5086f16
Fix favorites, collections
Oct 9, 2023
407bac4
Merge branch 'feature/css-refactoring' into feature/more-tailwind
Oct 9, 2023
2a2e03c
Fix home carousel + shuffle
Oct 9, 2023
11c9208
Fix home featured Piece and Artwork
Oct 9, 2023
99dbe3d
Fix home featured piece and artwork; featured author
Oct 9, 2023
a17d138
Merge branch 'feature/more-tailwind' into feature/css-refactoring
Oct 9, 2023
4a777fd
Revert "Merge branch 'feature/more-tailwind' into feature/css-refacto…
Oct 9, 2023
56f853c
Merge branch 'SlovakNationalGallery:develop' into feature/css-refacto…
adamplesnik Oct 12, 2023
e093fec
Merge branch 'SlovakNationalGallery:develop' into feature/css-refacto…
adamplesnik Oct 12, 2023
9d3c59d
Fix dielo, zoom.
Oct 12, 2023
d9e0f31
Merge branch 'SlovakNationalGallery:develop' into feature/css-refacto…
adamplesnik Oct 18, 2023
6f8044f
Merge branch 'SlovakNationalGallery:develop' into feature/css-refacto…
adamplesnik Oct 20, 2023
9504923
Merge branch 'SlovakNationalGallery:develop' into feature/css-refacto…
adamplesnik Oct 31, 2023
fc5743b
Fix favorites, home page
Oct 31, 2023
623ae06
Fix zoom
Nov 1, 2023
75c8b21
Merge branch 'SlovakNationalGallery:develop' into feature/css-refacto…
adamplesnik Nov 8, 2023
3a7c0d2
Remove tailwindcss/forms from plugins.
Nov 11, 2023
09ca835
Merge remote-tracking branch 'origin/feature/css-refactoring' into fe…
Nov 11, 2023
6939658
Fix home, button colors.
Nov 11, 2023
ca9a7ee
Merge branch 'develop' into feature/css-refactoring
Jan 2, 2024
c611514
Merge branch 'SlovakNationalGallery:main' into feature/css-refactoring
adamplesnik Jan 2, 2024
0b7cae5
Merge branch 'develop' into feature/css-refactoring
Mar 22, 2024
70eaad2
Merge branch 'SlovakNationalGallery:main' into feature/css-refactoring
adamplesnik Mar 22, 2024
7b05852
Merge branch 'develop' into feature/css-refactoring
Mar 29, 2024
741c7cb
Merge branch 'SlovakNationalGallery:main' into feature/css-refactoring
adamplesnik Apr 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomStringSomeRandomString

DB_HOST=localhost
DB_HOST=127.0.0.1
DB_DATABASE=web_umeniadb
DB_USERNAME=web
DB_PASSWORD=password
Expand All @@ -17,7 +17,7 @@ MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null

CACHE_DRIVER=redis
CACHE_DRIVER=array
QUEUE_CONNECTION=database

IIP_PUBLIC=https://img.webumenia.sk
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public/sitemap.xml
.phpunit.cache
/public/css/admin.css
/public/css/style.css
/public/css/app-tailwind.css
/public/css/tailwind.css
/public/fonts
/public/hot
/public/js/*LICENSE.txt
Expand All @@ -29,4 +29,4 @@ public/sitemap.xml
mix-manifest.json
npm-debug.log
/resources/views/vendor/mail/html/themes

.idea
42 changes: 0 additions & 42 deletions public/css/base.css

This file was deleted.

9 changes: 0 additions & 9 deletions public/css/bootstrap-colorpicker.min.css

This file was deleted.

9 changes: 0 additions & 9 deletions public/css/bootstrap-datetimepicker.min.css

This file was deleted.

Loading