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

Chars #38

Merged
merged 31 commits into from
Feb 25, 2024
Merged
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
a10dd96
fix: Colors of text and cards failure, found config bugs
MasterLegend2772 Jan 6, 2024
00467f0
feat: Add color and themes to site and fix theme bugs
MasterLegend2772 Jan 6, 2024
67daae9
feat: css bases, themes
TerrifiedPigeon Jan 6, 2024
5687ff1
css base
TerrifiedPigeon Jan 6, 2024
37a9f52
feat: sidebar icon colors
TerrifiedPigeon Jan 6, 2024
4ac94f2
fix: Wording of import export buttons in settings
TerrifiedPigeon Jan 7, 2024
dd8deaa
fix: Button and Coloring QoLs and hovering problems
TerrifiedPigeon Jan 7, 2024
f70caa8
Merge branch 'main' into colors
MasterLegend2772 Jan 7, 2024
fc02056
feat: Added themes and drafts for UI changes
MasterLegend2772 Jan 7, 2024
26f3176
fix: Discord Bot Messages
MasterLegend2772 Jan 13, 2024
1e843da
feat: Added dark/light themes and QoLs to site
MasterLegend2772 Jan 18, 2024
f60bfe0
feat: Add abyss/light themes and other QoLs
MasterLegend2772 Jan 18, 2024
4446bdd
feat: Adding final touches to the theme
MasterLegend2772 Jan 19, 2024
a3a9e30
feat: Add Github OAuth and Discord Draft
MasterLegend2772 Jan 20, 2024
4a7ef40
feat: Add and Moved Login to Settings
MasterLegend2772 Jan 21, 2024
9649ba5
Merge branch 'main' into login
MasterLegend2772 Jan 23, 2024
1fde851
fix: Fixed pnpm-lock.yaml
MasterLegend2772 Jan 23, 2024
f245347
fix: Homepage changes
MasterLegend2772 Jan 27, 2024
b4801b2
fix: login branch files
MasterLegend2772 Jan 28, 2024
f2712bd
feat: Add Characters Page
MasterLegend2772 Feb 3, 2024
a9a06f2
feat: add char chard abstraction
maalni Feb 3, 2024
2392332
fix: Card of Character Page
MasterLegend2772 Feb 3, 2024
ab418b5
Merge branch 'chars' of https://github.com/dval-in/dval-in into chars
MasterLegend2772 Feb 3, 2024
2a75fec
feat: Adding Character Card Template and Lists
MasterLegend2772 Feb 3, 2024
d94d511
feat: Added List View kind of
MasterLegend2772 Feb 8, 2024
6789a34
feat: Added View List kind of
MasterLegend2772 Feb 8, 2024
51b0ccc
feat: Add View List kind of
MasterLegend2772 Feb 8, 2024
8a2fa04
fix: Incoming Changes
MasterLegend2772 Feb 8, 2024
7c18190
feat: Finalize Char Page base code, templates, and error page
MasterLegend2772 Feb 24, 2024
29f529a
refactor: remove error.html and removed unused import
maalni Feb 25, 2024
2316807
Merge branch 'main' into chars
maalni Feb 25, 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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@mdi/js": "^7.4.47",
"bits-ui": "^0.12.0",
"clsx": "^2.1.0",
"cmdk-sv": "^0.0.13",
"formsnap": "^0.4.2",
"i18next": "^23.7.12",
"lucide-svelte": "^0.303.0",
Expand Down
Loading