OceanSlim
  • Joined on 2023-08-05
OceanSlim pushed to main at OceanSlim/dwm-app 2024-02-21 15:32:03 +00:00
f22e2994ce styling stats
OceanSlim pushed to main at OceanSlim/dwm-app 2024-02-21 14:58:51 +00:00
cf1af07e6b added family and location update js
OceanSlim pushed to main at OceanSlim/dwm-app 2024-02-21 14:27:15 +00:00
ce1a24217a families and locations added to stats api
ecc55df373 monster name container added
8c0cf6c4c6 combines monsterdropdown listener
Compare 3 commits »
OceanSlim pushed to main at OceanSlim/dwm-app 2024-02-21 13:26:41 +00:00
e5de1c84cd fixed img serve, new html for monster stats
OceanSlim pushed to main at OceanSlim/dwm-app 2024-02-15 22:01:58 +00:00
3b66bf0eb3 all views moved into src.views from app.py
OceanSlim pushed to main at OceanSlim/dwm-app 2024-02-15 15:46:42 +00:00
47fcc23c4b reorganized imports
OceanSlim pushed to main at OceanSlim/dwm-app 2024-02-15 15:10:00 +00:00
59121c1b49 ALL API functions split from main app.py
OceanSlim pushed to main at OceanSlim/dwm-app 2024-02-15 13:42:41 +00:00
133e4805fd all utility functions moved to src/util/utils
OceanSlim pushed to main at OceanSlim/dwm-app 2024-02-15 02:38:29 +00:00
63a468046e removed unused code, added to-do comment
f977c2f3c9 moved api funtionality successfully
4bcb98f2c1 src dir setup, some utils moved
Compare 3 commits »
OceanSlim pushed to main at OceanSlim/dwm-app 2024-02-11 22:15:31 +00:00
68baef221f update breeding pairs database
ef94c02ef8 update breeding pairs database
Compare 2 commits »
OceanSlim pushed to main at OceanSlim/dwm-app 2024-02-11 21:11:36 +00:00
d5ecd14d11 new breeding pairs added
OceanSlim pushed to main at OceanSlim/dwm-app 2024-02-11 19:30:11 +00:00
6aa8806570 hardlink to stats page added in app
OceanSlim pushed to main at OceanSlim/dwm-app 2024-02-11 19:11:22 +00:00
9eed5e3d11 added basic styling to skills html
fb1257a009 added basic html page for skill data
Compare 2 commits »
OceanSlim pushed to main at OceanSlim/dwm-app 2024-02-11 18:51:50 +00:00
4b8f92fe95 remove scraping script from repo
fc66425fc9 scraped skill data from woodus den
Compare 2 commits »
OceanSlim pushed to main at OceanSlim/dwm-app 2024-02-07 02:55:01 +00:00
62bfbe8623 removed old code
OceanSlim pushed to main at OceanSlim/dwm-app 2024-02-06 23:32:42 +00:00
9c9872f351 breed page refactored and definitions split from the app routes
OceanSlim pushed to main at OceanSlim/dwm-app 2024-02-06 03:28:36 +00:00
4e90e13548 used in added to breeding window
3585f06acd monsters listed in ascending order of potential
Compare 2 commits »
OceanSlim pushed to main at OceanSlim/dwm-app 2024-02-05 21:35:52 +00:00
1989920496 styling changes
1c9b97172e created stats api
2d2a47ea83 refactored api calls for clarity
0b6262f8d4 refactored database name
98751048d4 refactored database name
Compare 5 commits »
OceanSlim closed issue OceanSlim/dwm-app#2 2024-02-05 17:06:37 +00:00
Redo iFrames with jinja templating
OceanSlim commented on issue OceanSlim/dwm-app#2 2024-02-05 17:06:34 +00:00
Redo iFrames with jinja templating

For now I will keep using iframes to show the individual pages on the root screen. block templating has been implemented, and it's time to close this. api and app.py needs better structure.