Commit Graph

55 Commits

Author SHA1 Message Date
23419e9ceb Move css to separate files
Move css styles from `<style>` tags to `static/css/`.
More modularity.
2025-04-06 16:44:45 +05:30
eebf54d0a3 Style: Delete page preview
- Add bootstrap style to item preview on delete page
2025-04-04 16:14:25 +05:30
0a87bfd570 Style: Item form
- Add bootstrap layout+css to add/update form
2025-04-04 16:01:13 +05:30
233e8a0cd3 Style: CSV preview
- Add bootstrap layout & css for CSV preview template
2025-04-04 15:39:04 +05:30
2f08f43223 Clean-up: Bootstrap
- Self-host bootstrap fonts & font-css
- Remove unwanted bootstrap .css, .js, .map
2025-04-04 15:18:43 +05:30
7baa484d50 Add: File upload page style
Add bootstrap css and layout to "csv upload" page for import/update
2025-04-04 12:00:45 +05:30
4e3b7dff33 Add: List table style
Add bootstrap css for table in /viewall/
2025-04-04 11:20:56 +05:30
5c10cdcef5 Add: Header bar style
Add minimal boostrap css to top-bar
2025-04-04 11:10:16 +05:30
23af7e0a02 Add: Login page style
- Introduce bootstrap
- Add bootstrap styling to login page
- Modify template to fit bootstrap css
2025-04-04 10:15:55 +05:30
8fa4841c53 fix: BrandingConfig, Move: js directory
- Fix template rendering without BrandingConfig in some pages
- Moved JS file to static/js/ subdirectory
2025-04-03 12:14:16 +05:30
506515bf63 Add: Favicon
Add favicon to BrandingConfig
2025-04-03 11:58:53 +05:30
4ffc68d5f2 Add: Branding config
- App name
- Tagline
- Large Logo (for Login page)
- Small Logo (for header)
2025-04-03 11:33:57 +05:30
deeaf9e645 Format html output of item_form.html template
- Remove redundant spaces
- Cleaner html in "view source"
- Better html comments
2025-03-17 15:51:10 +05:30
0b571c1c07 SQL table-based auth
The auth is now done against the table in the db
instead of hard-coded values
2025-03-17 10:14:04 +05:30
1021a8db32 Added header to all pages 2025-03-08 13:04:23 +05:30
12b902c382 Added user login functionality 2025-03-08 11:53:34 +05:30
6d667b2001 Fixed bug in redirect 2025-03-06 13:24:46 +05:30
34215b711a Fixed form submission after uploading csv 2025-03-06 12:34:31 +05:30
e43601a86c Added "Edit using CSV" feature 2025-03-06 11:39:41 +05:30
7bb5727cbf Refactored create & update forms into 1 form 2025-03-05 12:25:37 +05:30
71866cd883 FIxed csv upload 2025-03-05 11:54:41 +05:30
d396b33686 Minor additions to Attribute properties 2025-02-27 15:59:41 +05:30
0539934c99 Misc minor changes 2025-02-25 23:43:01 +05:30
173928006d Cancel buttons 2025-02-25 01:42:21 +05:30
a944bd9384 Added preview before deleting item 2025-02-25 01:07:28 +05:30
5c22dbcc31 Fixed flash message in confirm_save.py 2025-02-25 00:48:47 +05:30
312a54e624 Validation and error messages on submitting csv 2025-02-25 00:13:40 +05:30
14d26fbaeb Fixed csv upload 2025-02-24 23:27:11 +05:30
d4e7c0833b Attempt validation for csv 2025-02-24 02:24:00 +05:30
4a9ac53dd8 Evaluation and error messages for route "update" 2025-02-23 23:09:52 +05:30
719dc3ce2e Form validation for create.py 2025-02-23 22:57:18 +05:30
8c4ae8dd88 Adjusted to new class defs and config format 2025-02-23 00:28:10 +05:30
7b6418f185 Moved export csv to a separate route 2025-02-11 13:17:57 +05:30
48a07b7e31 Updated viewall.py & viewList.html to use config 2025-02-11 11:08:27 +05:30
3762534c65 Adjusted csv upload javascript to use the config 2025-02-10 14:22:22 +05:30
ef951cbb91 Fixed csv submission javascript 2025-02-10 13:37:36 +05:30
c0c2276f05 Updated csv upload page to use config 2025-02-08 03:26:07 +05:30
200810d793 Fixed create.py and update.html 2025-02-07 23:50:26 +05:30
4c4f0b25c7 Updated edit itemm page 2025-02-06 16:13:09 +05:30
7378e56dc6 Changed error messages 2025-02-06 15:36:46 +05:30
c0cfb3c202 Create page uses config 2025-02-06 14:03:13 +05:30
0d3cb348db Removed unwanted headers and styles from old proj 2025-02-05 15:29:14 +05:30
e96605d831 Check csv for existing items 2025-02-05 13:56:37 +05:30
bfd4ecfd7a Moved csv edit js to a separate file 2025-02-05 01:19:34 +05:30
f34ec454bf FIx input type in Update page 2025-02-05 01:10:56 +05:30
4511cfdb90 Submit edited csv after preview 2025-02-05 00:41:03 +05:30
ae715af3e1 Contenteditable HTML table 2025-02-04 12:05:18 +05:30
a942765c55 Changed an error msg 2025-02-02 03:45:46 +05:30
9866bcfa12 Write csv data to DB 2025-02-01 23:23:13 +05:30
f7009d6e82 Upload and preview CSV 2025-01-30 15:28:34 +05:30