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

Update bugFix to Next release #168

Merged
merged 41 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
eb42921
add price to database
r-southworth Sep 19, 2024
42b282e
add price_value in seed.sql
r-southworth Sep 19, 2024
73c9680
add downloadable filter
r-southworth Sep 20, 2024
cb20a70
fix errors and conflicts
gerzarko Sep 23, 2024
6b289fd
fix small bug
gerzarko Sep 23, 2024
f71e19b
subtopic filters
r-southworth Sep 24, 2024
7f55bdf
translate again spanish section
gerzarko Sep 24, 2024
3fb0476
fix view card on 768 screen width, adjust some checkbox labels
r-southworth Sep 24, 2024
583050c
tap target and subtopic improvements for CreateResource
r-southworth Sep 24, 2024
529f4ef
tap targets on create/edit post, merge create and edit post components
r-southworth Sep 25, 2024
5f78305
sort subject carousel
r-southworth Sep 25, 2024
69f83c5
fix formatting of tax code dropdown and images for edit
r-southworth Sep 25, 2024
17e4979
add all final implementation
gerzarko Sep 26, 2024
6d598b4
add language files
gerzarko Sep 26, 2024
f947d3f
fix spanish file
gerzarko Sep 26, 2024
71c508a
fix punctuation in spanish
gerzarko Sep 26, 2024
0cabd28
fix aria label
gerzarko Sep 26, 2024
d6bd173
merge conflict resolution (use UpdateFilters stuff)
r-southworth Sep 26, 2024
e24506d
Merge pull request #158 from datagrove/priceFilter
r-southworth Sep 26, 2024
fdad21b
Merge branch 'next-release' into updateFilters
r-southworth Sep 26, 2024
1e2490b
price filter
r-southworth Sep 27, 2024
c14d32f
fix bugs with clear filters and min/max settings and free only
r-southworth Sep 27, 2024
e8f4294
re do changes
gerzarko Oct 1, 2024
c37cd66
Merge pull request #161 from datagrove/updateFilters
r-southworth Oct 1, 2024
14014c4
Merge branch 'next-release' into AddAllFavorites
r-southworth Oct 1, 2024
c1ff5af
Merge pull request #157 from gerzarko/AddAllFavorites
r-southworth Oct 1, 2024
3131b3f
switch to APIs for get list of favorite lists, and the items in those…
r-southworth Oct 1, 2024
236fbd9
finish seo translation
gerzarko Oct 2, 2024
7b3f224
multiple favorites list
r-southworth Oct 3, 2024
2075673
create new lists from main, new lists appear on creation, only open/c…
r-southworth Oct 7, 2024
b75418d
remove favorites from single list
r-southworth Oct 7, 2024
44aca0e
Internationalize
r-southworth Oct 7, 2024
9592c42
Merge pull request #163 from datagrove/multipleFavorites
r-southworth Oct 8, 2024
435f6bd
Merge branch 'next-release' into reDoTrasnalationForSEO
gerzarko Oct 15, 2024
ad2515d
Merge pull request #155 from gerzarko/reDoTrasnalationForSEO
r-southworth Oct 21, 2024
c4b7362
fix merge error in resources main
r-southworth Oct 21, 2024
29bae2b
remove border in filters mobile
r-southworth Oct 21, 2024
7c36f1d
fix bug with z-index for favorites hearts
r-southworth Oct 21, 2024
471859e
fix language file bugs and purchase display
r-southworth Oct 22, 2024
6c07d66
update supabase
r-southworth Oct 22, 2024
80ffa4b
Merge pull request #165 from datagrove/fixViewUserPurchases
r-southworth Oct 22, 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
6 changes: 4 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"prettier.printWidth": 250
}
"prettier.printWidth": 250,
"deno.enable": true,
"deno.lint": true,
}
Loading
Loading