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

Development environment configurations for tabahinaqsha.pk #1

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
185832a
fix popup width
ruthvik129 Oct 6, 2023
6349c96
Merge pull request #178 from petabencana/mapbox-dev
ruthvik129 Oct 19, 2023
0072408
local changes
saadahmsiddiqui Feb 13, 2024
cf56532
local setup updated
saadahmsiddiqui Mar 24, 2024
e01a2ea
Added dev environment configurations
saadahmsiddiqui Apr 4, 2024
df4fbe3
region name and code updates
saadahmsiddiqui Apr 4, 2024
6b666de
minor lint
saadahmsiddiqui Apr 17, 2024
f94139c
minor lint
saadahmsiddiqui Apr 17, 2024
efdefd4
revert lint for deployment
saadahmsiddiqui Apr 17, 2024
86abfa6
disable other options for now
saadahmsiddiqui Apr 18, 2024
5ac07c4
app logo and colors update
saadahmsiddiqui Apr 23, 2024
a3a3fee
favicon update
saadahmsiddiqui Apr 23, 2024
f8fba67
Updates
saadahmsiddiqui Apr 24, 2024
ab6be4d
personliazations and localization
saadahmsiddiqui May 3, 2024
1855506
remove petabencana id branding
saadahmsiddiqui May 6, 2024
c2f2cb9
Englush and urdu fixes and translations added.
saadahmsiddiqui May 19, 2024
1855f30
Update logo
saadahmsiddiqui Jun 6, 2024
24cddbb
push: redeploy
saadahmsiddiqui Jun 7, 2024
1fabfdc
update aafatinfo links
saadahmsiddiqui Jul 23, 2024
02751e8
trigger release
saadahmsiddiqui Aug 30, 2024
2779331
gallium package lock
saadahmsiddiqui Aug 30, 2024
7341d07
revert package lock
saadahmsiddiqui Aug 30, 2024
8970068
updates
saadahmsiddiqui Sep 9, 2024
4bf9bd9
minor updates
saadahmsiddiqui Sep 11, 2024
6a2cad9
Added wasa font
saadahmsiddiqui Sep 12, 2024
78dd48d
fix
saadahmsiddiqui Sep 13, 2024
4bbbc2f
update html meta
saadahmsiddiqui Sep 21, 2024
f060748
update favicon
saadahmsiddiqui Sep 21, 2024
80d8a10
updated meta
saadahmsiddiqui Sep 21, 2024
a16747a
add home banner image
saadahmsiddiqui Sep 21, 2024
668e204
add banner
saadahmsiddiqui Sep 24, 2024
a543058
fix: font family
saadahmsiddiqui Sep 24, 2024
b87565f
Changes requested by namra
saadahmsiddiqui Nov 19, 2024
c8e0cfa
minor changes
saadahmsiddiqui Nov 23, 2024
6e2d8f3
minor style change
saadahmsiddiqui Nov 23, 2024
2bda89c
minor style change
saadahmsiddiqui Nov 23, 2024
e2f1a01
chore: disable searching text
saadahmsiddiqui Nov 28, 2024
fe3cb3a
typo
saadahmsiddiqui Dec 11, 2024
2b37272
minor updates
saadahmsiddiqui Dec 11, 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
36 changes: 18 additions & 18 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
module.exports = {
"arrowParens": "avoid",
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 140,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "none",
"useTabs": false,
"vueIndentScriptAndStyle": false,
"rangeStart": 0
}
arrowParens: 'avoid',
bracketSpacing: true,
htmlWhitespaceSensitivity: 'css',
insertPragma: false,
jsxBracketSameLine: false,
jsxSingleQuote: false,
printWidth: 140,
proseWrap: 'preserve',
quoteProps: 'as-needed',
requirePragma: false,
semi: true,
singleQuote: true,
tabWidth: 2,
trailingComma: 'none',
useTabs: false,
vueIndentScriptAndStyle: false,
rangeStart: 0
};
14 changes: 10 additions & 4 deletions assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,39 @@ Store card deck jsons in assets, for them to be accessed off of the server.
Having them in src/resources fails.

**Folder structure and file types:**
assets/graphics/*
assets/graphics/\*

- Place vector graphics here, used as backgrounds to enhance UX.
- Logos, stand-in graphics, water depth slider reference, etc.

assets/icons/*
assets/icons/\*

- Map related content only.
- Icons, markers

assets/images/*
assets/images/\*

- Raster image content for website pages.
- Background images, photos for petabencana.id/about & petabencana.id/watch pages.


**Leaflet custom control icons**

- Create rectangle, 96px x 96px, no fill or stroke - as a transparent frame.
- Place icon content within it.

**Leaflet markers**

- No frame required.
- Restrict size to 48px x 48px.

**fontello icons**

- upload config.json from assets/fonts/fontello/ into fontello.com
- add/remove icons
- click on 'download webfont' button to get package
- replace css & font folders, and config.json in directory's fontello folder

**Custom fonts**

- Roboto fonts css and font files are in assets
- font is then imported into themeGuide
55 changes: 0 additions & 55 deletions assets/fonts/roboto/css/fonts.css

This file was deleted.

202 changes: 0 additions & 202 deletions assets/fonts/roboto/fonts/Roboto-300/LICENSE.txt

This file was deleted.

Binary file removed assets/fonts/roboto/fonts/Roboto-300/Roboto-300.eot
Binary file not shown.
Loading