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

feat(app): add new large title in header and design updates #972

Merged
merged 56 commits into from Mar 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
c1239d1
feat(header): add new header and 4.10.0
brandyscarney Sep 27, 2019
8f01dff
Merge branch 'master' into feat-new-header
brandyscarney Sep 30, 2019
3acfd60
Merge branch 'master' into feat-new-header
brandyscarney Nov 8, 2019
423830c
fix(toast): use proper buttons
brandyscarney Nov 7, 2019
90b3335
remove events replace with customevents
liamdebeasi Nov 8, 2019
77f62c8
run linter
liamdebeasi Nov 8, 2019
41ec9d4
chore(deps-dev): bump codelyzer from 5.1.2 to 5.2.0 (#1061)
dependabot-preview[bot] Nov 8, 2019
9fec5e2
fix(schedule): add missing var
brandyscarney Nov 8, 2019
ad776d1
chore(deps): update to dev build
brandyscarney Nov 8, 2019
610bdfa
chore(deps): update deps
brandyscarney Nov 8, 2019
0286cfe
Merge branch 'master' into feat-new-header
brandyscarney Nov 8, 2019
d557d6f
fix(schedule): update to include segment
brandyscarney Nov 11, 2019
1884763
style(schedule): fix for angular
brandyscarney Nov 11, 2019
883ee4c
Merge branch 'master' into feat-new-header
brandyscarney Nov 11, 2019
757f7e4
fix(segment): dev build
brandyscarney Nov 11, 2019
ce6d5b9
fix(icons): update to latest icons
brandyscarney Jan 3, 2020
fd6506a
chore(package): update to rc
brandyscarney Jan 30, 2020
c82ff55
fix(themes): update to Ionic 5 colors
brandyscarney Jan 31, 2020
920e4a6
style(themes): use the same style as the starters
brandyscarney Jan 31, 2020
fa837d2
chore(dependencies): update dependencies of angular and ionic
brandyscarney Feb 12, 2020
96ed4f1
fix(themes): add missing color and fix dark theme
brandyscarney Feb 12, 2020
3173ece
feat(schedule): UI improvements and add swipe to close modal
brandyscarney Feb 13, 2020
9dc9fe9
fix(schedule): rename schedule title and clean up TODOs
brandyscarney Feb 13, 2020
fe588f0
test(app): remove Events
brandyscarney Feb 13, 2020
165b5ea
fix(app): update menu design for Ionic 5
brandyscarney Feb 13, 2020
fc6c8bd
fix(schedule): update fab design and transitions
brandyscarney Feb 13, 2020
a3a8ec0
fix(app): update icons
brandyscarney Feb 13, 2020
5a65851
fix(speakers): update icons
brandyscarney Feb 13, 2020
4fe9f7a
fix(app): update some attributes to booleans and map styles
brandyscarney Feb 13, 2020
0cb7a91
fix(map): revert header
brandyscarney Feb 14, 2020
df82ec6
chore(lint): remove unused imports
brandyscarney Feb 17, 2020
a49e2fc
fix(speaker): update design of speaker list
brandyscarney Feb 17, 2020
60047e3
style(app): update linter to match starters and fix lint errors
brandyscarney Feb 17, 2020
af5209a
style(app): add no-unused-variable to tslint
brandyscarney Feb 17, 2020
2514db1
fix(speaker): update speaker detail design
brandyscarney Feb 17, 2020
de90631
fix(speaker-detail): update design to account for safe-area
brandyscarney Feb 18, 2020
b0b68da
fix(schedule): update fab colors
brandyscarney Feb 18, 2020
f81f2d5
fix(speakers): design updates for cards and random speaker descriptions
brandyscarney Feb 20, 2020
3bc0ad4
chore(ionic): update to latest
brandyscarney Feb 20, 2020
7ea65e1
refactor(map): revert no border class
brandyscarney Feb 20, 2020
99cb619
style(Sass): flatten to CSS and remove unused properties
brandyscarney Feb 20, 2020
421edcc
fix(about): initial design updates
brandyscarney Feb 25, 2020
4a8585a
fix(about): more design updates
brandyscarney Feb 25, 2020
eebce81
Merge branch 'master' into feat-new-header
brandyscarney Feb 25, 2020
7c7ef6f
style(app): update attribute order and use css comments
brandyscarney Feb 25, 2020
9559ac0
refactor(about): design updates
brandyscarney Feb 25, 2020
8a8867d
fix(about): more design tweaks
brandyscarney Feb 25, 2020
b4bdd9b
chore(package): update package-lock & lint
brandyscarney Feb 25, 2020
1fdfa11
fix(app): remove set variable colors
brandyscarney Feb 25, 2020
42fbe37
fix(about): update to add another heading
brandyscarney Feb 26, 2020
9155017
chore(readme): add latest screenshots
brandyscarney Feb 26, 2020
62e96e6
fix(scss): remove TODO comments and !important
brandyscarney Feb 27, 2020
5c9c33b
chore(ionic): update to 5.0.4
brandyscarney Feb 27, 2020
884c1f4
chore(package): update integrity for 5.0.4
brandyscarney Feb 27, 2020
6db9fbf
Merge branch 'master' into feat-new-header
brandyscarney Mar 2, 2020
282ce7b
test(e2e): add ChromeHeadless
brandyscarney Mar 3, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
32 changes: 25 additions & 7 deletions README.md
Expand Up @@ -17,7 +17,7 @@ This application is purely a kitchen-sink demo of the Ionic Framework and Angula

## Getting Started

* [Download the installer](https://nodejs.org/) for Node.js 6 or greater.
* [Download the installer](https://nodejs.org/) for Node LTS.
* Install the ionic CLI globally: `npm install -g ionic`
* Clone this repository: `git clone https://github.com/ionic-team/ionic-conference-app.git`.
* Run `npm install` from the project root.
Expand All @@ -27,24 +27,42 @@ This application is purely a kitchen-sink demo of the Ionic Framework and Angula
_Note: See [How to Prevent Permissions Errors](https://docs.npmjs.com/getting-started/fixing-npm-permissions) if you are running into issues when trying to install packages globally._

## Contributing

See [CONTRIBUTING.md](https://github.com/ionic-team/ionic-conference-app/blob/master/.github/CONTRIBUTING.md) :tada::+1:


## App Preview

All app preview screenshots were taken by running `ionic serve --lab` on a retina display.
### [Menu](https://github.com/ionic-team/ionic-conference-app/blob/master/src/app/pages/menu/menu.html)

| Material Design | iOS |
| -----------------| -----|
| ![Android Menu](/resources/screenshots/android-menu.png) | ![iOS Menu](/resources/screenshots/ios-menu.png) |


### [Schedule Page](https://github.com/ionic-team/ionic-conference-app/blob/master/src/app/pages/schedule/schedule.html)

- [Schedule Page](https://github.com/ionic-team/ionic-conference-app/blob/master/src/app/pages/schedule/schedule.html)
| Material Design | iOS |
| -----------------| -----|
| ![Android Schedule](/resources/screenshots/android-schedule.png) | ![iOS Schedule](/resources/screenshots/ios-schedule.png) |

<img src="resources/screenshots/SchedulePage.png" alt="Schedule">
### [Speakers Page](https://github.com/ionic-team/ionic-conference-app/blob/master/src/app/pages/speaker-list/speaker-list.html)

| Material Design | iOS |
| -----------------| -----|
| ![Android Speakers](/resources/screenshots/android-speakers.png) | ![iOS Speakers](/resources/screenshots/ios-speakers.png) |

- [About Page](https://github.com/ionic-team/ionic-conference-app/blob/master/src/app/pages/about/about.html)
### [Speaker Detail Page](https://github.com/ionic-team/ionic-conference-app/blob/master/src/app/pages/speaker-detail/speaker-detail.html)

<img src="resources/screenshots/AboutPage.png" alt="Schedule">
| Material Design | iOS |
| -----------------| -----|
| ![Android Speaker Detail](/resources/screenshots/android-speaker-detail.png) | ![iOS Speaker Detail](/resources/screenshots/ios-speaker-detail.png) |

### [About Page](https://github.com/ionic-team/ionic-conference-app/blob/master/src/app/pages/about/about.html)

- To see more images of the app, check out the [screenshots directory](https://github.com/ionic-team/ionic-conference-app/tree/master/resources/screenshots)!
| Material Design | iOS |
| -----------------| -----|
| ![Android About](/resources/screenshots/android-about.png) | ![iOS About](/resources/screenshots/ios-about.png) |


## Deploying
Expand Down